Releases: maksimkim/SpanNetty
Releases · maksimkim/SpanNetty
v1.1.0
v1.0.1
What's Changed
- Make SingleThreadEventLoop._emptyEvent spin count configurable by @maksimkim in #52
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat: Provide pipeline to publish NuGet packages by @tomkerkhove in #10
- chore: Stage 2 - Merge CI and upstream into main (based on mkim/ci-upstream) by @nimakamoosi in #19
- test(ci) Stage 2.5: Enable ubuntu, win 2022, exclude or fix failing tests by @nimakamoosi in #20
- Skip pre TLS 1.2 TlsHandlerTests by @maksimkim in #22
- chore: [Stage 3] Merge latest APIM Gateway changes by @nimakamoosi in #23
- chore: [Stage 3] - ReDo - Merge latest APIM Gateway changes by @nimakamoosi in #26
- chore: [Stage 4] Merging all latest changes from apimgateway by @nimakamoosi in #27
- Disable Incrementalist by @maksimkim in #30
- fix (net5): handle
RejectedExecutionException
happening for ubuntu IO completed operations by @DeagleGross in #39 - feat: Migrate from net 5 to net 6 by @DeagleGross in #41
- Migrate net5 to net6 by @maksimkim in #34
- Drop support for net45*, net46*, netstandard1*, netcoreapp2*, netcoreapp3* by @maksimkim in #45
- Port latest fixes from TlsHandlerTests to SniHandlerTests by @maksimkim in #46
- Replace SslStream.Write with SslStream.WriteAsync in TlsHandler to avoid eventloop deadlock during client certificate renegotiation by @maksimkim in #43
- ci: Don't trigger for main pushes & run tests in release by @tomkerkhove in #47
- ci: Don't run unit tests on NuGet publish by @tomkerkhove in #48
- fix: correctly rent arrays for ArrayPooledByteBufferTests by @DeagleGross in #49
- Fix failing Release mode unit tests by @maksimkim in #51
New Contributors
- @DeagleGross made their first contribution in #39
Full Changelog: v0.9.0-preview-1-test...v1.0.0
v1.0.0-preview-2
fix: correctly rent arrays for ArrayPooledByteBufferTests (#49)