v3.7.0
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 #1363
- Update sbt, scripted-plugin to 1.10.6 in series/3.x by @scala-steward in #1365
- Update kafka-avro-serializer to 7.7.2 in series/3.x by @scala-steward in #1361
- Update kafka-clients to 3.9.0 in series/3.x by @scala-steward in #1362
- chore: improve flaky test by @biochimia in #1370
- Update testcontainers-scala-kafka, ... to 0.41.5 in series/3.x by @scala-steward in #1371
- Update kafka-avro-serializer to 7.8.0 in series/3.x by @scala-steward in #1372
- Update sbt, scripted-plugin to 1.10.7 in series/3.x by @scala-steward in #1373
- Update sbt-typelevel, sbt-typelevel-site to 0.7.5 in series/3.x by @scala-steward in #1374
- chore: update copyright notices by @biochimia in #1377
- Instantiate underlying Kafka Consumer inside blocking context by @eugkhp in #1364
- Update scala-library to 2.13.16 in series/3.x by @scala-steward in #1382
- chore: make state transitions uncancelable by @biochimia in #1367
- Update scala3-library to 3.3.5 in series/3.x by @scala-steward in #1386
- Simply
KafkaConsumer.commitAsync
by @rodrigo-molina in #1375 - Update scalafmt-core to 3.8.6 in series/3.x by @scala-steward in #1388
- Update logback-classic to 1.3.15 in series/3.x by @scala-steward in #1379
- Update kafka-avro-serializer to 7.8.1 in series/3.x by @scala-steward in #1390
- Update testcontainers-scala-kafka, ... to 0.41.8 in series/3.x by @scala-steward in #1385
- Update sbt, scripted-plugin to 1.10.10 in series/3.x by @scala-steward in #1392
- Update sbt-typelevel, sbt-typelevel-site to 0.7.7 in series/3.x by @scala-steward in #1389
- Fix exeption of multiple promise completions (#1391) by @ex-ratt in #1393
- feat: drop use of FetchRequests by @biochimia in #1369
- chore: tweaks to handling of pending commits by @biochimia in #1368
- Update testcontainers-scala-kafka, ... to 0.43.0 in series/3.x by @scala-steward in #1394
- Update kafka-avro-serializer to 7.9.0 in series/3.x by @scala-steward in #1395
- Update sbt, scripted-plugin to 1.10.11 in series/3.x by @scala-steward in #1396
- Update scalafmt-core to 3.9.4 in series/3.x by @scala-steward in #1397
- fix: reset spillover after poll loop by @biochimia in #1398
New Contributors
Full Changelog: v3.6.0...v3.7.0