Noticeable Changes
-
[Breaking] Bootstrap servers is regular config @lukestephenson (#1038)
AdminClientSettings::bootstrapServers
field has been removed and replaced with theAdminClientSettings::withBootstrapServers
method.ConsumerSettings::bootstrapServers
field has been removed. UseConsumerSettings::withBootstrapServers
method instead.ProducerSettings::bootstrapServers
field has been removed. UseProducerSettings::withBootstrapServers
method instead.
-
Fix
Consumer.fromJavaConsumer
andProducer.fromJavaProducer
type signatures @devsprint (#1033)
All Changes
- Put back the
ProducerSettings::driverSettings
andAdminClientSettings::driverSettings
methods to avoid a useless breaking change and to provide a more unified interface through all the settings case classes @guizmaii (#1057) - Update zio, zio-streams, zio-test, ... to 2.0.18 @zio-scala-steward (#1056)
- Update zio-streams, zio-test-sbt to 2.0.17 @zio-scala-steward (#1053)
- Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.19 @zio-scala-steward (#1054)
- Fix Scala Steward configuration @guizmaii (#1052)
- Use ZIO Scala Steward Github app with the scala-steward CI @guizmaii (#1051)
- Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.18 @github-actions (#1044)
- Update zio, zio-streams, zio-test, ... to 2.0.17 @github-actions (#1049)
- Update sbt to 1.9.6 @github-actions (#1050)
- Update scala-library to 2.13.12 @github-actions (#1047)
- Update sbt-scalafix to 0.11.1 @github-actions (#1046)
- Bootstrap servers is regular config @lukestephenson (#1038)
- [Internal] Micro-optimisation: Only compute the
requestedPartitions
Set if necessary @guizmaii (#1021) - Update scala3-library to 3.3.1 @github-actions (#1037)
- Update scalafmt-core to 3.7.14 @github-actions (#1034)
- Fix
Consumer.fromJavaConsumer
andProducer.fromJavaProducer
type signatures @devsprint (#1033) - [Internals] Fix build @guizmaii (#1032)
- Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.17 @github-actions (#1031)
- Update scalafmt-core to 3.7.13 @github-actions (#1030)
- Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.14 @github-actions (#1029)
- Update sbt to 1.9.4 @github-actions (#1027)
- Update zio-streams, zio-test-sbt to 2.0.16 @github-actions (#1026)
- Update zio, zio-streams, zio-test, ... to 2.0.16 @github-actions (#1025)
- Update logback-classic to 1.4.11 @github-actions (#1020)
- Update logback-classic to 1.3.11 @github-actions (#1019)
- Update README.md @zio-assistant (#1016)
- Update README.md @zio-assistant (#1015)
- Update zio-kafka, zio-kafka-testkit to 2.4.2 @github-actions (#1013)
- Update zio-logging-slf4j, ... to 2.1.14 @github-actions (#1014)