There was an issue earlier today which prevented v3.7.0 from being released properly.
The issue has now been fixed. Please enjoy the original release notes by @aartigao.
This release includes internal changes to KafkaConsumer brought by @biochimia and @rodrigo-molina (thank you very much for your contributions! ๐ ) as well as some bug fixes (welcome @ex-ratt and @eugkhp as new collaborators ๐ซ).
We've released two candidates that, after running some time in our production systems, we think we're in safe position for a new release ๐ฅณ ๐
What's Changed
Update cats-effect, cats-effect-laws, ... to 3.5.7 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1363
Update sbt, scripted-plugin to 1.10.6 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1365
Update kafka-avro-serializer to 7.7.2 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1361
Update kafka-clients to 3.9.0 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1362
chore: improve flaky test by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1370
Update testcontainers-scala-kafka, ... to 0.41.5 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1371
Update kafka-avro-serializer to 7.8.0 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1372
Update sbt, scripted-plugin to 1.10.7 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1373
Update sbt-typelevel, sbt-typelevel-site to 0.7.5 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1374
chore: update copyright notices by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1377
Instantiate underlying Kafka Consumer inside blocking context by @eugkhp in https://github.com/fd4s/fs2-kafka/pull/1364
Update scala-library to 2.13.16 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1382
chore: make state transitions uncancelable by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1367
Update scala3-library to 3.3.5 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1386
Simply KafkaConsumer.commitAsync by @rodrigo-molina in https://github.com/fd4s/fs2-kafka/pull/1375
Update scalafmt-core to 3.8.6 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1388
Update logback-classic to 1.3.15 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1379
Update kafka-avro-serializer to 7.8.1 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1390
Update testcontainers-scala-kafka, ... to 0.41.8 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1385
Update sbt, scripted-plugin to 1.10.10 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1392
Update sbt-typelevel, sbt-typelevel-site to 0.7.7 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1389
Fix exeption of multiple promise completions (#1391) by @ex-ratt in https://github.com/fd4s/fs2-kafka/pull/1393
feat: drop use of FetchRequests by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1369
chore: tweaks to handling of pending commits by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1368
Update testcontainers-scala-kafka, ... to 0.43.0 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1394
Update kafka-avro-serializer to 7.9.0 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1395
Update sbt, scripted-plugin to 1.10.11 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1396
Update scalafmt-core to 3.9.4 in series/3.x by @scala-steward in https://github.com/fd4s/fs2-kafka/pull/1397
fix: reset spillover after poll loop by @biochimia in https://github.com/fd4s/fs2-kafka/pull/1398
New Contributors
@eugkhp made their first contribution in https://github.com/fd4s/fs2-kafka/pull/1364
@ex-ratt made their first contribution in https://github.com/fd4s/fs2-kafka/pull/1393
Full Changelog: https://github.com/fd4s/fs2-kafka/compare/v3.6.0...v3.7.0