SemVer Minor
- Add async version of NIOThreadPool.runIfActive (#2566, patch credit to @adam-fowler)
- 🚨Breaking change 🚨 Back out new typed HTTP protocol upgrader (#2579)
- We had to back out the typed HTTP protocol upgrade APIs since they were causing a runtime crash for our users. This is allowed under SemVer rules even if it is a breaking change. Once the compiler bug has been fixed we will try to land the new APIs again.
SemVer Patch
- Fix exclusive access violation in
NIOAsyncChannelOutboundWriterHandler(#2580)
Other Changes
- Fix concurrency doc APIs (#2575)