fs2-kafka v3.1.0
This is the third stable fs2-kafka release to be based on the 3.x series of the Apache Kafka client library. It is available for Scala 2.12, 2.13, and 3.3; all users are encouraged to upgrade.
Development of the 2.x series is now discontinued. All new pull requests should target the 3.x branch.
This release bumps all third party dependencies to latest effective version (targeting JDK 8 as the base), fixes some transitive vulnerabilities and consolidates the build for Cats Effect 3.5.x and fs2 3.9.x.
Thanks everyone involved in the release and congrats to first-time contributors! 🥳 We hope to see more of your nice PRs in the near future! 💪🏽
What's Changed
- Remove VerifiableProperties issue workaround by @peter-hazell in #1231
- Update sbt to 1.8.3 in series/3.x by @scala-steward in #1204
- Update sbt-mima-plugin to 1.1.3 in series/3.x by @scala-steward in #1229
- Update kafka-clients to 3.4.1 in series/3.x by @scala-steward in #1214
- Update kafka-avro-serializer to 7.3.4 in series/3.x by @scala-steward in #1225
- SBT 1.9.x by @aartigao in #1245
- Bump CE and fs2 to the latest version by @aartigao in #1246
- Retire FakeFiber by @biochimia in #1238
- Mark
series/2.x
as EOL by @aartigao in #1248 - Update sbt-typelevel to 0.5.3 in series/3.x by @aartigao in #1247
- Updated transaction docs by @DanyYanev in #1201
- Make instantiation of CommitTimeoutException lazy. by @optician in #1150
- Added docs for graceful shutdown for cats-effect 3 by @LMnet in #1009
- Update kafka-avro-serializer to 7.4.0 in series/3.x by @scala-steward in #1203
- scala-steward (3.x series): reenable ignored 2.x series dependencies by @aartigao in #1249
- Bump third party deps by @aartigao in #1250
- Prepare release 3.1.0 by @aartigao in #1251
- Fix docs publishing by @aartigao in #1252
New Contributors
- @peter-hazell made their first contribution in #1231
- @aartigao made their first contribution in #1245
- @DanyYanev made their first contribution in #1201
- @optician made their first contribution in #1150
Full Changelog: v3.0.1...v3.1.0