It's been a while since v3.6.0-RC1 was released for the community to test and I think we're in a safe position for a new release 🚀
Most of the changes included here are dependency updates but the most important feature is the changes around KafkaProducer
fail-fast scenarios (thanks @rodrigo-molina for your contribution! 🎉) and the bump of Scala versions.
What's Changed
- Update sbt-typelevel, sbt-typelevel-site to 0.7.0 in series/3.x by @scala-steward in #1320
- Update kafka-avro-serializer to 7.6.1 in series/3.x by @scala-steward in #1319
- Update scala-library to 2.13.14 in series/3.x by @scala-steward in #1324
- Update sbt-typelevel, sbt-typelevel-site to 0.7.1 in series/3.x by @scala-steward in #1327
- Update sbt to 1.10.0 in series/3.x by @scala-steward in #1326
- Update discipline-scalatest to 2.3.0 in series/3.x by @scala-steward in #1329
- Update testcontainers-scala-kafka, ... to 0.41.4 in series/3.x by @scala-steward in #1331
- Update scalafmt-core to 3.8.2 in series/3.x by @scala-steward in #1332
- Update sbt to 1.10.1 in series/3.x by @scala-steward in #1335
- Update kafka-clients to 3.7.1 in series/3.x by @scala-steward in #1334
- Update vulcan to 1.11.0 in series/3.x by @scala-steward in #1333
- Update kafka-avro-serializer to 7.6.2 in series/3.x by @scala-steward in #1336
- Update kafka-clients to 3.8.0 in series/3.x by @scala-steward in #1337
- Update scalafmt-core to 3.8.3 in series/3.x by @scala-steward in #1338
- Update sbt-typelevel, sbt-typelevel-site to 0.7.2 in series/3.x by @scala-steward in #1339
- Update fs2-core to 3.11.0 in series/3.x by @scala-steward in #1345
- Update kafka-avro-serializer to 7.7.0 in series/3.x by @scala-steward in #1342
- Update sbt-typelevel, sbt-typelevel-site to 0.7.3 in series/3.x by @scala-steward in #1347
- Update scala3-library to 3.3.4 in series/3.x by @scala-steward in #1350
- Update scala-library to 2.13.15 in series/3.x by @scala-steward in #1349
- Update sbt to 1.10.2 in series/3.x by @scala-steward in #1351
- Update kafka-avro-serializer to 7.7.1 in series/3.x by @scala-steward in #1348
- KafkaProducer.produce fails fast by @rodrigo-molina in #1340
- Fix compilation after #1340 merge by @aartigao in #1353
- Update scala-library to 2.12.20 in series/3.x by @scala-steward in #1346
- Update sbt-typelevel, sbt-typelevel-site to 0.7.4 in series/3.x by @scala-steward in #1354
- Update vulcan to 1.11.1 in series/3.x by @scala-steward in #1355
- Update sbt, scripted-plugin to 1.10.4 in series/3.x by @scala-steward in #1356
- Update cats-effect, cats-effect-laws, ... to 3.5.5 in series/3.x by @scala-steward in #1357
- Update sbt-buildinfo to 0.13.1 in series/3.x by @scala-steward in #1358
- Update kafka-clients to 3.8.1 in series/3.x by @scala-steward in #1359
- Update sbt, scripted-plugin to 1.10.5 in series/3.x by @scala-steward in #1360
New Contributors
- @rodrigo-molina made their first contribution in #1340
Full Changelog: v3.5.1...v3.6.0