Skip to content

Releases: reactor/reactor-kafka

v1.3.15

13 Dec 19:24
Compare
Choose a tag to compare

Reactor-Kafka 1.3.15 is part of 2020.0.26 Release Train (Europium SR26).

What's Changed

Full Changelog: v1.3.14...v1.3.15

v1.3.14

15 Nov 10:52
Compare
Choose a tag to compare

Reactor-Kafka 1.3.14 is part of 2020.0.25 Release Train (Europium SR25).

What's Changed

New Contributors

Full Changelog: v1.3.13...v1.3.14

v1.3.13

11 Oct 16:40
8a7adfa
Compare
Choose a tag to compare

Reactor-Kafka 3.4.13 is part of 2020.0.24 Release Train (Europium SR24).

What's Changed

Full Changelog: v1.3.12...v1.3.13

v1.3.12

09 Aug 17:34
Compare
Choose a tag to compare

Reactor-Kafka 3.4.12 is part of 2020.0.22 Release Train (Europium SR22).

What's Changed

New Contributors

Full Changelog: v1.3.11...v1.3.12

v1.3.11

15 Mar 16:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.10...v1.3.11

v1.3.10

15 Feb 11:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.9...v1.3.10

v1.3.9

11 Jan 11:01
Compare
Choose a tag to compare

Reactor-Kafka 1.3.9 is part of 2020.0.15 Release Train (Europium SR15).

This service release adds support for Exactly Once semantics (in beta v2) and bumps the Log4j2 dependency used in examples.

⭐ New Features and Enhancements

  • Support Exactly Once Semantics (EOS Mode BETA V2) (#258)

📖 Documentation, Tests and Build

  • Upgrade log4j to 2.17.1 (#257)

v1.3.8

14 Dec 13:16
Compare
Choose a tag to compare

Reactor-Kafka 1.3.8 is part of 2020.0.14 Release Train (Europium SR14).

This service release adds a new Out of Order Commits feature, and bumps the Log4j2 dependency used in examples.

⭐ New Features and Enhancements

  • Support Out of Order Commits (#253)

📖 Documentation, Tests and Build

  • Fix testcontainers unable to start Kafka container (#255)
  • Upgrade log4j to 2.15.0 (#254)

v1.3.7

12 Oct 15:30
Compare
Choose a tag to compare

Reactor-Kafka 1.3.7 is part of 2020.0.12 Release Train (Europium SR12).

This service release fixes an issue with the reference guide.

📖 Documentation, Tests and Build

  • Removed the file new.adoc, thus fixing the section indentation in reference guide (#246)

👍 Thanks to all contributors who participated to this release

@AndersClausen made their first contribution in #246

v1.3.6

14 Sep 09:54
Compare
Choose a tag to compare

Reactor-Kafka 1.3.6 is part of 2020.0.11 Release Train (Europium SR11).

This service release contains bugfixes and improves compatibility with new kafka-clients 3.0.0.

✨ New features and improvements

  • Remove info log from ConsumerEventLoop#SubscribeEvent class (#236)
  • kafka-clients 3.0.0 Compatibility (#239)

🪲 Bug fixes

  • GH-233: Wake the consumer when the back pressure is relieved (#235)
  • Take pause into account while rebalancing (#238)

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

@arina-ielchiieva