Skip to content

Releases: Banno/kafka4s

v4.1.1

14 Nov 22:21
f091174
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

14 Nov 17:03
33beaf4
Compare
Choose a tag to compare

Feature Additions

  • feat: parse failure handlers for key and value on Topic by @Kazark in #688

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.1.0

v4.0.4

05 Jan 17:58
c71b43c
Compare
Choose a tag to compare

What's Changed

  • Update the public SeekTo.timestampBeforeNow API by @zcox in #565

Full Changelog: v4.0.3...v4.0.4

v4.0.3

05 Jan 17:10
b5fac91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

v4.0.2

24 Dec 17:20
2b6716e
Compare
Choose a tag to compare

What's Changed

  • chore: run scalafmt with updated config and re-enable scalafmt by @Kazark in #552
  • feat: reshape SeekTo for more ergonomic use by @Kazark in #551

Full Changelog: v4.0.1...v4.0.2

v4.0.1

22 Dec 17:36
ccd390c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

21 Dec 20:15
67b1e87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0-M7...v4.0.0

v4.0.0-M7

19 Oct 20:18
762c508
Compare
Choose a tag to compare
Merge pull request #519 from zcox/new-metrics

KAYAK-1436 Define new metrics, and relax unknown metric logging level

v4.0.0-M6

08 Oct 21:01
68fbfad
Compare
Choose a tag to compare
Merge pull request #513 from zcox/create-topics

better batch create operation that returns all results

v4.0.0-M5

24 Sep 13:18
9050b3c
Compare
Choose a tag to compare
  • Minor dependency updates
  • Forward port timestampBeforeNow method