Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 18 Nov 15:29

Features

  • Create WebApplication class for starting web apps application entry points (static void Main) (#430)
  • Adapt hosting to DNX changes, add PlatformServices and CompilationServices stuff to services (#410)

Bugs Fixed

  • Log messages from HostingEngine are sometimes null (#454)
  • Rename Microsoft.AspNet.Hosting.json (#452)
  • Remove compilation services from Hosting (#439)
  • Only add services from PlatformServices if the Default is set (#437)
  • RC1(15958): Unable to resolve service for type 'Microsoft.AspNet.Hosting.IApplicationLifetime' (#434)
  • Move webroot out of project.json (#411)
  • IApplicationBuilderFactory should take IFeatureCollection for serverFeatures instead of object (#406)
  • Assign IHttpContextAccessor in the default implementation of IHttpContextFactory (#405)
  • Add IHttpContextFactory.DisposeHttpContext(...) and call it from the end of the request (#404)
  • Upgrade to new DiagnosticSource package (#391)
  • Private Configure message should be more explicit (#387)
  • Add/Update logging in hosting (#374)
  • Dispose disposable HttpContext (#359)
  • [Perf] HttpContextFactory should only wrap ReadOnly feature collections (#310)
  • Don't use guid in GetRequestIdentifier (#306)