Skip to content

v0.7.5.RELEASE

Compare
Choose a tag to compare
@violetagg violetagg released this 28 Feb 09:05

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

This is a recommended update for all Reactor Netty users.

✨ New features and improvements

  • Depending on Reactor Core v3.1.5.RELEASE see release notes (90390d7)
  • Depending on Netty v4.1.22 (cc44e71)
  • Support expect 100-continue (#293, #295)
  • HttpServerBuilder now exposes a compression(BiPredicate<Req,Res>).
    The predicate is evaluated before committing response header/status.
    If the predicate is true, compression is enabled for the given response.
    The minimum compression threshold now uses content-length predicate. (#218, #292, #298, #299)

🪲 Bug fixes

  • Set the channel closeFuture to release to the pool only once and if a Channel was successfully acquired (#289, #290)
  • Fix Context transferring for implicitly connected streams (#288)
  • Polish when to mark an HTTP connection persistent (85e5614)
  • Refinements related to http request/response lifecycle (95b22e0)
  • Optimize scalar map transformations and polish PublisherContext (4960c0f)

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

@OlegDokuka