Releases: zio/zio-kafka
Releases · zio/zio-kafka
v2.0.5
Changes
- Upgrade kafka-clients to 3.3.1 @svroonland (#589)
- Upgrade to ZIO 2.0.6 @svroonland (#592)
v2.0.4
v2.0.3
Changes
Testkit
- Add method to create a transactional consumer @erikvanoosten (#569)
Updates
- Update sbt to 1.8.2 @scala-steward (#573)
Doc
- Update README.md @github-actions (#566)
- Remove
Managed
from documentation @guizmaii (#565) - Move Introduction Section to The ZIO Kafka Project @khajavi (#563)
- Add Javadoc Badge @khajavi (#572)
CI
- Try To Fix CI Release Errors @khajavi (#574)
- Bugfix on Serde test @mariohuizar (#571)
Others
v2.0.2
Changes
- Execute KafkaProducer#send calls directly and not on the blocking thread pool @svroonland (#555)
- Clean/update project config @guizmaii (#543)
- Add incrementalAlterConfigs and alterConfigs to AdminClient @charlescd (#527)
- Add Bytes Serde @mdulac (#538)
- Fix auto-merge @svroonland (#547)
- avoid throwing catching invalid group id exception @strokyl (#514)
- Prefer
org.apache.kafka.clients.admin.Admin
overorg.apache.kafka.clients.admin.AdminClient
as recommended inAdminClient
documentation @guizmaii (#497)
Documentation
🌱 Dependency Updates
- Update zio, zio-streams, zio-test, ... to 2.0.5 @scala-steward (#559)
- Update scala-collection-compat to 2.9.0 @scala-steward (#560)
- Update logback-classic to 1.3.5 @scala-steward (#556)
- Update jackson-databind to 2.14.1 @scala-steward (#557)
- Update sbt to 1.8.0 @scala-steward (#551)
- Update zio, zio-streams, zio-test, ... to 2.0.4 @scala-steward (#550)
- Bump actions/setup-java from 3.6.0 to 3.9.0 @dependabot (#562)
- Bump actions/checkout from 2 to 3 @dependabot (#552)
- Bump actions/setup-java from 2.5.0 to 3.6.0 @dependabot (#553)
- Update zio, zio-streams, zio-test, ... to 2.0.3 @scala-steward (#534)
- Update sbt-ci-release to 1.5.11 @scala-steward (#533)
- Update scala-library to 2.13.10 @scala-steward (#521)
- Update sbt-scalafmt to 2.5.0 @scala-steward (#537)
- Update embedded-kafka to 3.3.1 @scala-steward (#546)
- Update sbt-mdoc to 2.3.6 @scala-steward (#524)
- Update scala3-library to 3.2.1 @scala-steward (#535)
- Update sbt to 1.7.3 @scala-steward (#536)
- Update jackson-databind to 2.14.0 @scala-steward (#545)
- Update embedded-kafka to 3.2.3 @scala-steward (#520)
- Update jackson-databind to 2.13.4.2 @scala-steward (#519)
Release v2.0.1
What's Changed
- Update zio-streams, zio-test, zio-test-sbt to 2.0.1 by @scala-steward in #498
- Code with interfaces, not concrete implementations by @guizmaii in #499
- Delete Spurious Uses Of ZIO#exitCode by @adamgfraser in #502
- Fix Serializer#asOption by @svroonland in #470
- Update zio-streams, zio-test, zio-test-sbt to 2.0.2 by @scala-steward in #506
- Update sbt-mdoc to 2.3.3 by @scala-steward in #488
- Expose DescribeConsumerGroupOptions in AdminClient by @gbecan in #496
- Add listOffsetsAsync to AdminClient by @gbecan in #495
- Update scala-library to 2.12.17 by @scala-steward in #513
- Fix dataloss issue in restarting-streams-at-rebalancing mode by @vigoo in #473
- Add describeLogDirsAsync to AdminClient by @azhur in #494
- Add describeConfigsAsync to AdminClient by @azhur in #486
- Add withCredentials method to admin, consumer and producer settings by @mhodovaniuk in #477
- Update jackson-databind to 2.13.4 by @scala-steward in #508
- Introduce zio kafka test by @tewecske in #491
- Update scala-collection-compat to 2.8.1 by @scala-steward in #490
- Update sbt-tpolecat to 0.3.3 by @scala-steward in #480
- Update scala3-library to 3.1.3 by @scala-steward in #482
- Update sbt to 1.7.1 by @scala-steward in #484
- Handle RebalanceInProgressExceptions transparently by @svroonland in #437
New Contributors
- @gbecan made their first contribution in #496
- @azhur made their first contribution in #494
- @mhodovaniuk made their first contribution in #477
- @tewecske made their first contribution in #491
Full Changelog: v2.0.0...v2.0.1
Release v0.17.7
Release v0.17.6
Release v2.0.0
What's Changed
- Fix small typo in subscribe() parameter name by @kellydavid in #459
- Adding AdminClient.deleteConsumerGroups() by @tim-2022 in #460
- Update sbt-mdoc to 2.3.2 by @scala-steward in #445
- Update jackson-databind to 2.13.3 by @scala-steward in #468
- Update embedded-kafka to 3.2.0 by @scala-steward in #466
- Update sbt-tpolecat to 0.3.1 by @scala-steward in #462
- Update scala3-library to 3.1.2 by @scala-steward in #457
- Update kafka-clients to 3.2.0 by @scala-steward in #465
- Add
case
toAclOperation
members by @zalbia in #471 - Use the ZIO
fromCompletionStage
to convert from aKafkaFuture[A]
to aTask[A]
now thatfromCompletionStage
handles cancellation (since 1.0.14) by @guizmaii in #475 - Upgrade to ZIO 2.0.0 final by @adamgfraser in #464
New Contributors
- @kellydavid made their first contribution in #459
- @tim-2022 made their first contribution in #460
- @zalbia made their first contribution in #471
Full Changelog: v2.0.0-M3...v2.0.0
v2.0.0-M3
v2.0.0-M2
Changes
- Upgrade from ZIO 2.0.0-RC2 to RC3 @svroonland (#442)
- Make case classes for options in Admin Client methods @mdulac (#435)
🌱 Dependency Updates
- Update jackson-databind to 2.13.2 @scala-steward (#438)
- Update logback-classic to 1.2.11 @scala-steward (#436)