fs2-kafka v3.7.0-RC1
Pre-release
Pre-release
·
23 commits
to series/3.x
since this release
This is a pre-release for testing internal changes around KafkaConsumer
introduced by @biochimia / @rodrigo-molina.
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
New Contributors
Full Changelog: v3.6.0...v3.7.0-RC1