Skip to content

Releases: zio/zio-kafka

v0.4.0

19 Nov 21:30
0bd5024
Compare
Choose a tag to compare

Changes from 0.3.2:

In ZIO 1.0.0-RC17, ZStream#aggregate was renamed to aggregateAsync to better reflect its nature. In its place is a synchronous method that does the same thing. Be sure to update your code!

v0.3.2

31 Oct 06:18
43f066f
Compare
Choose a tag to compare

This release bumps ZIO to 1.0.0-RC16.

v0.3.1

25 Oct 12:28
5f01747
Compare
Choose a tag to compare

Changes since v0.3.0:

v0.3.0

15 Oct 19:39
bee7461
Compare
Choose a tag to compare

Changes from v0.2.0:

v0.2.0

03 Oct 18:00
Compare
Choose a tag to compare

Changes from v0.1.0:

  • Add Consumer.consumeWith: a simpler API for effectfully consuming topics (#22) by @svroonland
  • Add a Producer sink for producing record chunks (#35) by @svroonland
  • Add nicer constructions for the Subscription terms (#38) by @pgabara
  • Fix a bug where the consumer would die on unexpected messages (#40) by @iravid

v0.2.0-RC1

01 Oct 20:19
9fe4f10
Compare
Choose a tag to compare
v0.2.0-RC1 Pre-release
Pre-release
Fix scaladoc and run doc generation in CI

v0.1.0-1

27 Sep 21:08
a37ca40
Compare
Choose a tag to compare
v0.1.0-1 Pre-release
Pre-release

v0.1.0 wasn't actually released due to a botched CI config.

v0.1.0

27 Sep 20:25
9fc3d00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release of ZIO Kafka!

Initial release

27 Sep 17:41
0d6d55b
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Just checking the pipeline.