Skip to content

v2.7.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 11:40
· 13 commits to refs/heads/master since this release
d399b84

Minor breaking changes

  • breaking: Do not run user rebalance listener on same thread runtime @svroonland (#1205)
    In case you register a rebalance listener, it now runs on the default zio runtime and no longer on the special same-thread-runtime. Access to the underlying java client is removed. If this affects you, please let us know your use case.
  • Remove no longer needed collection-compat @erikvanoosten (#1221)
    The library collection-compat is no longer a dependency. If you are using it, please add it to your own dependencies.

🚀 Changes

  • Allow stream to be interrupted when there is no traffic @erikvanoosten (#1251)
    Lost partitions during no traffic situations are now correctly detected. That is, the stream for the partition that is lost is interrupted, the other streams are closed gracefully, the consumer aborts with an error. Note that in the next release we will change this behavior, then the stream for the partition that is lost is still ended, but the other streams will be unaffected.
  • Initialize Java Producer in blocking threadpool @kyri-petrou (#1230)
  • Call removeMembersFromConsumerGroup without members @sderosiaux (#1227)
  • Document snapshots and Update resources @erikvanoosten (#1223)
  • Drop experimental label for rebalanceSafeCommits @erikvanoosten (#1222)
  • Correct prune benchmark history instructions @erikvanoosten (#1217)
  • Add MIMA checks to ensure binary compatibility @erikvanoosten (#1214)

🌱 Maintenance

  • Update zio-streams, zio-test-sbt to 2.1.2 @zio-scala-steward (#1249)
  • Update zio, zio-streams, zio-test, ... to 2.1.2 @zio-scala-steward (#1248)
  • Update zio-logging-slf4j, ... to 2.3.0 @zio-scala-steward (#1246)
  • Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.27 @zio-scala-steward (#1247)
  • Update zio-logging-slf4j, ... to 2.2.4 @zio-scala-steward (#1244)
  • Update zio-streams, zio-test-sbt to 2.1.1 @zio-scala-steward (#1243)
  • Update zio, zio-streams, zio-test, ... to 2.1.1 @zio-scala-steward (#1242)
  • Update zio-streams, zio-test-sbt to 2.1.0 @zio-scala-steward (#1241)
  • Update zio, zio-streams, zio-test, ... to 2.1.0 @zio-scala-steward (#1240)
  • Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.26 @zio-scala-steward (#1237)
  • Update sbt-scalafix to 0.12.1 @zio-scala-steward (#1234)
  • Update sbt to 1.10.0 @zio-scala-steward (#1236)
  • Update scala-library to 2.13.14 @zio-scala-steward (#1235)
  • Update zio-logging-slf4j, ... to 2.2.3 @zio-scala-steward (#1226)
  • Regenerate readme @erikvanoosten (#1225)
  • Update logback-classic to 1.5.6 @zio-scala-steward (#1224)
  • Update scala-collection-compat to 2.12.0 @zio-scala-steward (#1220)
  • Revert "Bump coursier/cache-action from 6.4.5 to 6.4.6" @erikvanoosten (#1216)
  • Update zio-streams, zio-test-sbt to 2.0.22 @zio-scala-steward (#1215)
  • Update logback-classic to 1.5.5 @zio-scala-steward (#1211)
  • Update sbt-native-packager to 1.10.0 @zio-scala-steward (#1212)
  • Update zio, zio-streams, zio-test, ... to 2.0.22 @zio-scala-steward (#1213)
  • Update logback-classic to 1.5.4 @zio-scala-steward (#1210)
  • Update sbt-tpolecat to 0.5.1 @zio-scala-steward (#1206)
  • Update scalafmt-core to 3.8.1 @zio-scala-steward (#1204)
  • Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.25 @zio-scala-steward (#1200)
  • Update zio-kafka, zio-kafka-testkit to 2.7.4 @zio-scala-steward (#1197)
  • Update README.md @zio-assistant (#1195)
  • Bump benchmark-action/github-action-benchmark from 1.20.1 to 1.20.3 @dependabot (#1245)
  • Bump coursier/cache-action from 6.4.5 to 6.4.6 @dependabot (#1209)
  • Bump benchmark-action/github-action-benchmark from 1.18.0 to 1.20.1 @dependabot (#1208)