Skip to content

Bump io.projectreactor.netty:reactor-netty from 0.8.20.RELEASE to 1.1.20

Bumps io.projectreactor.netty:reactor-netty from 0.8.20.RELEASE to 1.1.20.

Release notes

Sourced from io.projectreactor.netty:reactor-netty's releases.

v1.1.20

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

What's Changed

New features and improvements

:lady_beetle: Bug fixes

  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @​violetagg in #3246
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @​violetagg in #3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @​KyoUK4n in #3266

📖 Documentation

  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @​violetagg in #3281

New Contributors

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20

v1.1.19

Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6 Release Train.

What's Changed

Update considerations and deprecations

New features and improvements

:lady_beetle: Bug fixes

  • Always use remote socket address for the metrics by @​violetagg in #3210
  • Ensure HttpServerMetricsRecorder#recordServerConnectionInactive/Close is invoked for websockets by @​violetagg in #3229
  • Ensure ConnectionProvider metrics are disposed unconditionally when graceful shutdown by @​violetagg in #3235
  • Ensure ByteBuf#release is invoked for already sent HTTP/2 response by @​violetagg in #3236

Full Changelog: https://github.com/reactor/reactor-netty/compare/v1.1.18...v1.1.19

... (truncated)

Commits
  • 9670a02 [release] Prepare and release 1.1.20
  • 7108673 Merge-ignore release 1.0.46 into 1.1.20
  • a482017 [release] Back to snapshots, next is 1.0.47-SNAPSHOT
  • 0343273 [release] Prepare and release 1.0.46
  • 3083c45 Make MonoSend.MAX_SIZE configurable by system property (#3276)
  • 50c5366 Merge #3288 into 1.1.20
  • 8ae6a07 Bump org.jfrog.buildinfo:build-info-extractor-gradle (#3288)
  • d670eec Adapt metrics to the delayed last flush operation (#3282)
  • bebda72 Extend the documentation for the shared (default) ConnectionProvider and Even...
  • 7fab480 Adapt access log to the delayed last flush operation (#3280)
  • Additional commits viewable in compare view

Merge request reports