Skip to content

Releases: akka/alpakka-kafka

v6.0.0

14 May 12:06
1159256
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v6.0.0

5.0.0

24 Oct 12:23
75c427a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v5.0.0

Alpakka Kafka 5.0.0-M1

09 Oct 09:40
6698562
Compare
Choose a tag to compare
Pre-release

Changes

Benchmarks

Alpakka Kafka core

  • fix: only attach callbacks in DrainingControl.isShutdown once #1654 by @leviramsey

Tests

Documentation

Alpakka Kafka 4.0.2

17 Apr 10:24
1e25e79
Compare
Choose a tag to compare

What's Changed

Note: The 4.0.1 artifacts did not support Java 8, this release fixes that.

Full list of less significant changes

New Contributors

Full Changelog: v4.0.0...v4.0.2

Alpakka Kafka 4.0.1

14 Apr 10:12
131723e
Compare
Choose a tag to compare

This release was not published in a Java 8 compatible way, please use release 4.0.2.

What's Changed

Full list of less significant changes

New Contributors

Full Changelog: v4.0.0...v4.0.1

Alpakka Kafka 4.0.0

20 Oct 08:13
e85acab
Compare
Choose a tag to compare

Changes

Alpakka Kafka 3.1.0-M2

17 Oct 10:57
b6cb50a
Compare
Choose a tag to compare
Pre-release

Changes

Alpakka Kafka core

  • bump: Akka M5; sbt 1.7.2 and test library versions #1564 by @ennru

Tests

Alpakka Kafka Testkit

Documentation

Alpakka Kafka 3.1.0-M1

20 Sep 12:55
224755d
Compare
Choose a tag to compare
Pre-release

Changes

Benchmarks

Alpakka Kafka core

Tests

Alpakka Kafka Testkit

Documentation

Alpakka Kafka 3.0.1

02 Sep 08:49
2f30791
Compare
Choose a tag to compare

Changes

Alpakka Kafka core

Alpakka Kafka Testkit

Documentation

Credit

commits  added  removed
      3     11        7 Enno Runne
      2     46       19 Yuval Shimon
      2      6        1 Matthew de Detrich
      1      7        0 Dragisa Krsmanovic
      1      2        2 Levi Ramsey
      1      1        1 Sławomir Potoczek
      1      0        2 Justin Pihony

Alpakka Kafka 3.0.0

21 Jan 08:25
aad6a1c
Compare
Choose a tag to compare

Alpakka Kafka 3.0 features the upgrade to the current Kafka client library 3.0.0 which is backward compatible with Kafka brokers of older versions. Alpakka Kafka 3.0 is published for Scala 2.13.

Alpakka Kafka does not change its APIs, even previously deprecated APIs are kept. The major version upgrade is motivated by the Kafka clients upgrade and some changes to its dependencies.

Changes

  • Kafka client 3.0.0 does not require Jackson anymore
  • With being Scala 2.13 only the Scala Collection Compatibility library was removed

Upgrading to Alpakka Kafka 3.0

We recommend you ensure to be on current versions of the Alpakka Kafka dependencies before upgrading.

  • Scala 2.13.8
  • Akka 2.6.18

Full Changelog: v2.1.1...v3.0.0