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

Releases: aspnet/KestrelHttpServer

1.0.0-beta4

29 Apr 18:09
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
Tag for new release 1.0.0-beta4

1.0.0-beta3

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

Bugs Fixed

  • Show proper exception when libuv not installed or failed to be loaded (#41)

1.0.0-beta2

16 Jan 15:10
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
Updating release NuGet.config

1.0.0-alpha3

17 Aug 03:57
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

Bugs Fixed

  • Stress: leaking Microsoft.AspNet.Server.Kestrel.Http.SocketOutput+ThisWriteReq as they are rooted by strong handles (#19)
  • Writing should use PostAsync to flow exception back to writer (#17)
  • Calling close on wrong thread should be avoided (#16)
  • UvMemory should be Weak in several cases (#15)
  • Null reference when running on osx (#13)
  • Parse names/ports from server urls (#1)

Features

  • Web socket support (#6)