Skip to content

Reactor Addons v3.1.4.RELEASE

Compare
Choose a tag to compare
@simonbasle simonbasle released this 18 Jan 17:52
· 473 commits to main since this release

This is the 4th release of Reactor Addons 3.1, part of BISMUTH-SR5 Release Train.

This is a recommended update for all Reactor 3 users.

✨ New features and improvements

  • Added java 8 Clock adapter around Scheduler (#920)
  • Added opinionated helper around caching a Flux or Mono (#130, #131, #133)
  • Improve random jitter implementation and make factor configurable in retry utils (#139)

🪲 Bug fixes

  • Correctly constrain exponential backoff computation to provided min/max (#139)

📖 Documentation, Tests and Build

  • Version bumps: Kotlin, Gradle wrapper 4.2, no more shadowJar plugin, Reactive Streams 1.0.2 (#134, #135, 190c8ed)

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

@OlegDokuka