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

2.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 May 04:09

Features

  • Add support for IMiddlewareFactory and IMiddleware (#754)
  • HeaderUtilities enhancements (#737)
  • Expose Content-Length in IHttpResponseFeature (#407)

Bugs Fixed

  • Fix the broken scheme-less GetTokenAsync overload (#823)
  • ApplicationBuilder.Properties dictionary should use StringComparer.Ordinal (#801)
  • Why doesn't OwinEnvironment implement IEnumerable.GetEnumerator? (#788)
  • Consider looking for InvokeAsync too when configuring middleware through UseMiddleware (#786)
  • new ApplicationBuilder(ApplicationBuilder builder) should copy the Properties dictionary (#783)
  • HttpRequestFeature.Path does not match the request if contains encoded url (#782)
  • Upgrade to VS 2017 (#767)
  • Inconsistent handling of negative values in HeaderUtilities.TryParseInt64/FormatInt64 (#760)
  • HttpContextAccessor behaves differently under .NETStandard1.3 vs .NET 4.5.1 (#723)