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

Releases: aspnet/HttpAbstractions

1.0.0-beta8

15 Oct 17:27
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Features

  • Add StringValues struct for collections (#361)
  • Allow a way to mark all cookies as "HTTP only" and "SSL required" by default (#42)

Bugs Fixed

  • WebEncoders should support Unicode 8.0 (#387)
  • Should HttpContext implement IFeatureCollection? (#367)
  • Form reader should rewind buffer after parsing (#366)
  • Add Response.CanClear and Response.Clear() (#360)
  • Reading the Form data goes to disk every time (#343)

1.0.0-beta7

02 Sep 17:18
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release

Features

  • New method: HttpRequest.GetFullUrl (#341)
  • Consider merging the FeatureModel and Features packages (#297)

Bugs Fixed

  • NotImplementedExceptions in FeatureCollection (#339)

1.0.0-beta6

28 Jul 19:50
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release

Features

  • Rename response.HeadersSent to response.HasStarted (#320)
  • IRequestIdentifierFeature cleanup (#310)
  • Move StatusCodes to a more visible namespace (#182)
  • Figure out how to make immutable header value objects (#177)

Bugs Fixed

  • Remove dictionary that tracks string -> Type in FeatureCollection (#317)
  • Beef up error handling of UseMiddleware (#236)

1.0.0-beta5

30 Jun 21:07
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

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)

1.0.0-beta4

29 Apr 18:06
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release

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

  • Add a notification for when the request is completed (#160)
  • SignOutContext needs AuthenticationProperties (#152)

1.0.0-beta3

23 Feb 17:30
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

Features

  • renaming Microsoft.AspNet.HttpFeature to Microsoft.AspNet.HttpFeature.Interfaces (#150)

Bugs Fixed

  • Microsoft.AspNet.FeatureModel should have a build time dependency on Microsoft.Framework.Runtime.Interfaces (#173)

1.0.0-beta2

16 Jan 15:09
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
Updating to release NuGet.config

1.0.0-beta1

12 Nov 15:33
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
Updating to release NuGet.config

1.0.0-alpha4

06 Oct 15:49
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release

Features

  • Add IBuilder.Properties as dict string,object (#116)

1.0.0-alpha3

17 Aug 04:21
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

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)