Skip to content

v1.0.0

Compare
Choose a tag to compare
@tomkerkhove tomkerkhove released this 21 Oct 12:17
· 2 commits to main since this release
f18946c

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

Full Changelog: v0.9.0-preview-1-test...v1.0.0