Skip to content

Releases: reactor/reactor-netty

v1.3.0-M3

13 May 18:36
fde9560
Compare
Choose a tag to compare
v1.3.0-M3 Pre-release
Pre-release

Reactor Netty 1.3.0-M3 is part of 2025.0.0-M3 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure reactor.netty.http.server.connections.active is updated when there is no HttpServerOperations by @violetagg in #3725
  • Ensure the default compression configuration is taken from Netty by @violetagg in #3743
  • Ensure the exception is propagated in case of delayed address resolution by @violetagg in #3744
  • Release the partial HttpData only if it is not released by Netty by @violetagg in #3749
  • Connection pools with/without resolvedAddressesSelector are different pools by @violetagg in #3753
  • Remove extra write invocation when Expect: 100-continue by @violetagg in #3755

New Contributors

Full Changelog: v1.3.0-M2...v1.3.0-M3

v1.2.6

13 May 18:07
Compare
Choose a tag to compare

Reactor Netty 1.2.6 is part of 2024.0.6 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure reactor.netty.http.server.connections.active is updated when there is no HttpServerOperations by @violetagg in #3725
  • Ensure the default compression configuration is taken from Netty by @violetagg in #3743
  • Ensure the exception is propagated in case of delayed address resolution by @violetagg in #3744
  • Release the partial HttpData only if it is not released by Netty by @violetagg in #3749
  • Connection pools with/without resolvedAddressesSelector are different pools by @violetagg in #3753
  • Remove extra write invocation when Expect: 100-continue by @violetagg in #3755

New Contributors

Full Changelog: v1.2.5...v1.2.6

v1.1.30

13 May 15:56
3afcd5c
Compare
Choose a tag to compare

Reactor Netty 1.1.30 is part of 2023.0.18 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Release the partial HttpData only if it is not released by Netty by @violetagg in #3749
  • Remove extra write invocation when Expect: 100-continue by @violetagg in #3755

Full Changelog: v1.1.29...v1.1.30

v1.3.0-M2

15 Apr 09:51
aac9e74
Compare
Choose a tag to compare
v1.3.0-M2 Pre-release
Pre-release

Reactor Netty 1.3.0-M2 is part of 2025.0.0-M2 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure the HTTP/2 stream is closed when an error happens before send operation by @violetagg in #3675
  • Ensure the HTTP/3 stream is closed when an error happens before send operation by @violetagg in #3677
  • Ensure the connection is invalidated when an error happens before h2c upgrade operation by @violetagg in #3678
  • Ensure HttpInfos#version returns the correct protocol when Unix Domain Sockets by @violetagg in #3693

New Contributors

Full Changelog: v1.3.0-M1...v1.3.0-M2

v1.2.5

15 Apr 08:39
2a833f9
Compare
Choose a tag to compare

Reactor Netty 1.2.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure the HTTP/2 stream is closed when an error happens before send operation by @violetagg in #3675
  • Ensure the HTTP/3 stream is closed when an error happens before send operation by @violetagg in #3677
  • Ensure the connection is invalidated when an error happens before h2c upgrade operation by @violetagg in #3678
  • Ensure HttpInfos#version returns the correct protocol when Unix Domain Sockets by @violetagg in #3693

Full Changelog: v1.2.4...v1.2.5

v1.1.29

15 Apr 07:47
396a96c
Compare
Choose a tag to compare

Reactor Netty 1.1.29 is part of 2023.0.17 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Ensure the HTTP/2 stream is closed when an error happens before send operation by @violetagg in #3675
  • Ensure the connection is invalidated when an error happens before h2c upgrade operation by @violetagg in #3678

Full Changelog: v1.1.28...v1.1.29

v1.3.0-M1

11 Mar 18:35
c30bc94
Compare
Choose a tag to compare
v1.3.0-M1 Pre-release
Pre-release

Reactor Netty 1.3.0-M1 is part of 2025.0.0-M1 Release Train.

Starting with 2025.0.0-M1, all milestones and release candidates are published to Maven Central.

What's Changed

⚠️ Update considerations and deprecations

  • Ensure POST empty body sending content-length 0 by @violetagg in #3663
  • Ensure HttpClient does not add Content-Length header when GET/HEAD/DELETE and the send Publisher does not provide content by @violetagg in #3664

✨ New features and improvements

🐞 Bug fixes

Full Changelog: v1.2.3...v1.3.0-M1

v1.2.4

11 Mar 18:02
a8dd03f
Compare
Choose a tag to compare

Reactor Netty 1.2.4 is part of 2024.0.4 Release Train.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

Full Changelog: v1.2.3...v1.2.4

v1.1.28

11 Mar 14:17
8e396ae
Compare
Choose a tag to compare

Reactor Netty 1.1.28 is part of 2023.0.16 Release Train.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

Full Changelog: v1.1.27...v1.1.28

v1.2.3

11 Feb 10:20
4e2176e
Compare
Choose a tag to compare

Reactor Netty 1.2.3 is part of 2024.0.3 Release Train.

What's Changed

⚠️ Update considerations and deprecations

  • Make ChannelOperations.DisposedChannel#close non operational by @violetagg in #3592
  • Ensure HttpClient does not add Content-Length header when the send function does not change NettyOutbound or returns Mono#empty by @violetagg in #3605

✨ New features and improvements

🐞 Bug fixes

  • When Mono#empty is provided as a deferred configuration, continue with the actual configuration by @violetagg in #3596
  • When null is provided as a deferred configuration, continue with the current configuration by @violetagg in #3602
  • Http2Pool: Ensure the permit is returned when the Borrower is cancelled by @violetagg in #3609

Full Changelog: v1.2.2...v1.2.3