Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Releases: aspnet/AspNetCoreModule

1.0.1985

25 Oct 20:44
Compare
Choose a tag to compare

Features

  • Introduced schema change to enable different hosting modes in future (#144)

Bugs Fixed

  • Fixed handle leak for WebSockets (#121, #129)
  • Fixed close handshake issue for WebSockets (#151)

1.0.1983

25 Oct 20:44
Compare
Choose a tag to compare

Bugs Fixed

  • Graceful shutdown fixed on Azure App Service (#95)

1.0.1982

25 Oct 20:32
Compare
Choose a tag to compare

Features

  • Flow authentication information via environment variables (#102)

Bugs Fixed

  • Revert preserve host header change (#114)

1.0.1972

31 Jan 19:40
Compare
Choose a tag to compare

Bugs Fixed

  • Access Violation during graceful shutdown of w3wp.exe on Windows 7 (#57, #58)
  • Change default value to forward Windows Auth token (#53)

1.0.1971

09 Jan 18:33
Compare
Choose a tag to compare

Bugs Fixed

  • App_offline is case sensitive (#50)

1.0.1970

16 Nov 19:39
Compare
Choose a tag to compare

1.0.1070 is the version of the ASP.NET Core Module that shipped with ASP.NET Core 1.1.0

Bugs Fixed

  • AspNetCoreModule should abort failed reponses (#26)

1.0.1969

26 Oct 22:04
Compare
Choose a tag to compare
1.0.1969 Pre-release
Pre-release

1.0.1969 is the version of the ASP.NET Core Module that shipped with ASP.NET Core 1.1.0-preview1

Bugs Fixed

  • Support hosting multiple ASP.NET Core Application inside 1 site and 1 AppPool
  • Updating web.config will only recycle the application instead of the AppPool
  • Use file change notification to monitoring app_offline instead.htm of scanning the folder
  • Add more detailed log info to windows event log to help diagnostic process failure
  • Fixed some debug assert issues when running with debug build
  • Fixed a stress issue that IIS starts app (using child request) in wrong directory after app pool recycles (#1)
  • AspNetCoreModule returns "The service is unavailable." on IIS 7.5 (266)
  • Sub-Protocol is not returned in WebSocket Upgrade / Accept Response (240)
  • Setting environment variables in web.config causes double entries with the same key (instead of overwriting existing ones) (235)
  • AppPool recycling or stopping does not perform graceful shutdown (279)