This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
Releases: aspnet/HttpAbstractions
Releases · aspnet/HttpAbstractions
1.0.0-beta8
1.0.0-beta7
1.0.0-beta6
1.0.0-beta5
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
1.0.0-beta4
Bugs Fixed
- New Url encoders difference in behavior from Url.EscapeDataString (#231)
- Remove dependency on DependencyInjection and instead use DependencyInjection.Interfaces on Http.Extensions (#228)
- Remove .Interfaces from the namespace in Microsoft.AspNet.Http.Interfaces (#211)
- OwinFeatureCollection: regression (#207)
- Pipeline looks for temp folder env variable which is not present on *nix machines (#168)
Features
1.0.0-beta3
1.0.0-beta2
Updating to release NuGet.config
1.0.0-beta1
Updating to release NuGet.config
1.0.0-alpha4
Features
- Add IBuilder.Properties as dict string,object (#116)
1.0.0-alpha3
Bugs Fixed
- Request.Headers.Keys is ambigous (#103)
- Rename OnRequestAborted to RequestAborted (#89)
- Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature (#88)
- OWIN: IHttpAuthenticationFeature.Handler is not implemented (#87)
Features
- Make DefaultHttpContext more testable (#91)
- Async APIs should take a CancellationToken (#80)
- IHttpTransportLayerSecurityFeature is just bizzare (#70)
- Need convenience API to write strings & buffered response to body (#66)
- Add a convenience API for building a query string (#65)
- Modify IReadableStringCollection to allow better querying of values (#3)