Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

1.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 30 Jun 21:07

Features

  • Move UseMiddleware to Http.Abstractions (#311)
  • ApiReview: Rename packages (again) (#295)
  • ApiReview: Move most of Http into Http.Internal namespace (#281)
  • ApiReview: Remove IHttpApplicationFeature (#276)
  • ApiReview: Make UriHelper only static (#275)
  • ApiReview: Consolidate extensions (#274)
  • ApiReview: Favor abstract base classes over interfaces for context objects (#273)
  • ApiReview: Make most properties settable on HttpContext, HttpRequest, HttpResponse, etc. (#272)
  • ApiReview: AuthenticationDescription, AuthenticationProperties (#270)
  • ApiReview: QueryString & Builder (#269)
  • ApiReview: Move WebSocket APIs to HttpContext.WebSockets (#267)
  • ApiReview: Move all authentication APIs to HttpContext.Authentication (#266)
  • ApiReview: IApplicationBuilder & extensions (#265)
  • SessionCollectionExtensions.SetInt and GetInt don't follow the design guidelines (#256)
  • More unit-testable DefaultHttpRequest.Cookies?? (#183)
  • Add a copy constructor to MediaTypeHeaderValue (#176)

Bugs Fixed

  • DefaultHttpResponse.Challenge has parameters in different order than SignIn or SignOut (#291)
  • Use X509Certificate2 instead of X509Certificate (#279)