Reactive-kafka v2.1.0-M1 Release Notes

Release Date: 2020-10-23 // over 3 years ago
  • ๐Ÿ“š Release notes in the Alpakka Kafka documentation

    The Alpakka Kafka 2.1 series features

    • Kafka 2.6.0 client
    • Akka 2.6.x (dropped Akka 2.5)
    • Scala 2.12 and 2.13 (dropped Scala 2.11)
    • โœ… Testkit: use ScalaTest 3.1.x
    • โœ… Testkit: default to Confluent Platform 6.0.0
    • โœ… Testkit: no longer support Embedded Kafka (Kafka 2.6.0 can't be safely embedded in Scala applications)

Previous changes from v2.0.5

  • ๐Ÿ“š Release notes in the Alpakka Kafka documentation

    ๐Ÿ”„ Changes

    Alpakka Kafka core

    • ๐Ÿ—„ RestrictedConsumer: correct deprecation since version #1197 by @ennru
    • ๐Ÿ‘ Allow typed Actor Systems in SendProducer and DiscoverySupport #1192 by @ennru
    • ๐Ÿ—„ Deprecate RestrictedConsumer.committed(TopicPartition) #1178 by @seglo
    • ๐Ÿ— Cleanup build warnings #1177 by @seglo
    • ๐ŸŒฒ Order logging params for RetriableException consumer failures #1168 by @seglo

    โœ… Tests

    • โฌ‡๏ธ Reduce bloat of log when testsuite log reported in failed travis build #1182 by @seglo
    • โœ… Simplify consuming stream for AssignmentSpec "consume from the specified topic pattern" test #1181 by @seglo
    • โœ… Cleanup testcontainers docs snippets #1180 by @seglo
    • ๐Ÿ— Cleanup build warnings #1177 by @seglo

    โœ… Alpakka Kafka Testkit

    ๐Ÿ“š Documentation

    • ๐Ÿš€ 2.0.5 Release notes #1199 by @ennru
    • โš™ Run & materialize stream in Akka Cluster Sharding Example #1190 by @seglo
    • ๐Ÿ“„ docs: update Akka version #1198 by @ennru

    โšก๏ธ Updates