fs2-kafka v2.5.0-M3
Pre-release
Pre-release
bplommer
released this
01 Apr 08:05
·
250 commits
to series/2.x
since this release
This milestone release exposes some additional consumer functionality and fixes a long-standing bug/shortcoming in the Vulcan integration module, inherited from the Confluent Kafka Avro serializer, whereby auto-registration of Union and some other schemas would not work as expected.
What's Changed
Enhancements
- Additional consumer functionality exposed by @dmedser in #919
- Fix auto-registration of Avro union (etc) types by @bplommer in #932
Internals and updates
- Move derived consumer methods to traits by @bplommer in #916
- Update testcontainers version, set image name and version explicitly by @bplommer in #923
- Use permit for fetch, rework permits by @bplommer in #918
- Use a shared test container for each suite by @bplommer in #925
- Update testcontainers-scala-kafka, ... to 0.40.4 by @scala-steward in #928
- Update sbt-mdoc to 2.3.2 by @scala-steward in #929
- Update cats-effect-laws, ... to 3.3.9 by @scala-steward in #930
- Update sbt-gha, add JDK 17 to pipeline by @bplommer in #927
New Contributors
Full Changelog: 2.5.0-M1...v2.5.0-M3