Skip to content

Releases: evolution-gaming/kafka-flow

v4.2.2

11 Dec 14:37
86b458a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

11 Dec 14:36
d60e946
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v0.13.2

11 Dec 14:38
4dd1be7
Compare
Choose a tag to compare

What's Changed

  • remove _total suffix from compressor metrics by @Z1kkurat in #573

Full Changelog: v0.13.1...v0.13.2

v0.13.1

24 Oct 11:58
3bd3b10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v4.2.0

18 Sep 19:25
4da984b
Compare
Choose a tag to compare

Breaking changes

This release contains minor breaking changes. In particular, the type of com.evolutiongaming.kafka.flow.PartitionFlowConfig#recoveryMode has been changed to a single ADT with three subclasses, also used by a new parameter com.evolutiongaming.kafka.flow.PartitionFlowConfig#timersExecutionMode. The semantics of the ADT stayed the same with a new ParallelismMode.Parallel.Bounded matching the old RecoveryMode.ParallelBounded, ParallelismMode.Parallel.Undbouned matching RecoveryMode.ParallelBounded and ParallelismMode.Sequential matching RecoveryMode.Sequential.

What's Changed

Full Changelog: v4.1.1...v4.2.0

v0.13.0

18 Sep 19:25
f9e231f
Compare
Choose a tag to compare

Breaking changes

This release contains minor breaking changes. In particular, the type of com.evolutiongaming.kafka.flow.PartitionFlowConfig#recoveryMode has been changed to a single ADT with three subclasses, also used by a new parameter com.evolutiongaming.kafka.flow.PartitionFlowConfig#timersExecutionMode. The semantics of the ADT stayed the same with a new ParallelismMode.Parallel.Bounded matching the old RecoveryMode.ParallelBounded, ParallelismMode.Parallel.Undbouned matching RecoveryMode.ParallelBounded and ParallelismMode.Sequential matching RecoveryMode.Sequential.

What's Changed

Full Changelog: v0.12.1...v0.13.0

v4.1.1

08 Aug 08:32
Compare
Choose a tag to compare

What's Changed

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

v4.1.0

20 Jun 10:49
a9c662c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v0.12.0

20 Jun 10:54
53f1e3a
Compare
Choose a tag to compare

What's Changed

  • Add option to bound parallelism for snapshot recovery [CE2] by @Z1kkurat in #502

Full Changelog: v0.11.0...v0.12.0

v4.0.0

26 May 10:26
2cca392
Compare
Choose a tag to compare

Breaking changes

This major release updates cats-helper dependency to 3.5.0, smetrics to 2.0.0, skafka to 16.0.0, scache to 5.0.0. APIs that used com.evolutiongaming.smetrics.MeasureDuration now expect com.evolutiongaming.catshelper.MeasureDuration. See smetrics 2.0.0 release notes for details.

What's Changed

Full Changelog: v3.0.0...v4.0.0