Skip to content

v0.7.4.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 16 Feb 17:34

This is the 5th release of Reactor Netty 0.7, part of Bismuth-SR6 Release Train.

This is a recommended update for all Reactor Netty users.

✨ New features and improvements

🪲 Bug fixes

  • Fixed IllegalArgumentException: Channel [...] was not acquired from this ChannelPool (#266, #280)
  • On channelInactive event, do not fire error when the inbound has been already cancelled/disposed (#267, #281)
  • Ensure server will send a response in case websocket upgrade failure (#268, #269)
  • On inbound cancelled event do not close the connection if the inbound's been disposed (d8e9ca1)
  • When HttpClient receives AbortedException/IOException, it will retry once
    and then will return the exception so that the user can decide how many
    retries to do and with what delay (#257, #270, #272)
  • Enable hostname verification in client SSL config (#222, #275)
  • Extended key for the connection pool cache (#276)
  • Resolve the relative location when redirecting (#278, #279)
  • Connection close should always be bridged to pool release (#285, #286)
  • Fix a possible reference count leak for empty WS client upgrade body (101) (b6adfec, 9dfc8e4)
  • Ensure ChannelPromise objects are updated when filtering the messages (#282, #287)

👍 Thanks to the following contributors that also participated to this release

@bclozel, @hananaharonof