fs2-kakfa v3.0.0-M8
Pre-release
Pre-release
bplommer
released this
19 Jul 11:12
·
164 commits
to series/2.x
since this release
This is a milestone for the forthcoming v3.0.0, based on the v3.x series of the Java kafka-clients library. It contains the same changes as v2.5.0; for differences from the v2.x series, see release notes for previous milestones.
What's Changed
- Update scala3-library to 3.1.2 by @scala-steward in #949
- Update vulcan to 1.8.3 by @scala-steward in #945
- Update cats-effect-laws, ... to 3.3.11 by @scala-steward in #950
- Update sbt-mima-plugin to 1.1.0 by @scala-steward in #946
- Update sbt-header to 5.7.0 by @scala-steward in #964
- Update testcontainers-scala-kafka, ... to 0.40.7 by @scala-steward in #975
- Revert #902 by @bplommer in #976
- Update scala3-library to 3.1.3 by @scala-steward in #999
- Adding sbt-typelevel (second try) by @bplommer in #1012
- Pin kafka-clients to 2.x in series/2.x by @bplommer in #1014
- Update testcontainers-scala-kafka, ... to 0.40.8 by @scala-steward in #995
- Update cats-effect-laws, ... to 3.3.13 by @scala-steward in #1000
- Update kafka-avro-serializer to 6.2.5 by @scala-steward in #996
- Remove ConsumerSettings.unit and ProducerSettings.nothing by @bplommer in #977
- Optimise {Committable,}ProducerRecords
apply
methods by @bastewart in #978 - Update scala-library to 2.12.16 by @scala-steward in #998
- Fix for #992 A NPE is thrown from AvroDeserializer if the value is empty by @channingwalton in #993
- Add
chunk
constructors to{Committable,}ProducerRecords
by @bastewart in #979 - Add implicit Deserializer attempt by @geirolz in #983
- Fix cancellation behaviour in KafkaAdminClient by @bplommer in #1017
- Remove sbt-ci-release plugin, use sbt-typelevel for latest version by @bplommer in #1018
- Fix release command by @bplommer in #1019
- Update github workflow by @bplommer in #1021
- Removing references to
commitBatch
andcommitBatchOption
in Documentation by @ASRagab in #1022 - Refactor future cancellation test to avoid dependence on KakfaFuture internals by @bplommer in #1023
New Contributors
- @bastewart made their first contribution in #978
- @channingwalton made their first contribution in #993
- @geirolz made their first contribution in #983
- @ASRagab made their first contribution in #1022
Full Changelog: v3.0.0-M7...v3.0.0-M8