Releases: evolution-gaming/kafka-journal
v2.3.0
- pointers: always query Cassandra by topic + partition by @dfakhritdinov in #464
- optimise pointer schema, step 1: create pointer2 table & use it with fallback to pointer table by @dfakhritdinov in #475
- Insert pointers sequentially in the correct order; fix test assert by @Z1kkurat in #481
- Deduplication is fixed (workaround for https://issues.apache.org/jira/browse/CASSANDRA-18507) by @DeviLab in #501
Full Changelog: v2.2.0...v2.3.0
v0.3.3
v3.2.0
What's Changed
- optimise pointer schema, step 1: create
pointer2
table & use it with fallback topointer
table by @dfakhritdinov in #475
Full Changelog: v3.1.0...v3.2.0
v0.3.2
What's Changed
- optimise pointer schema, step 1: create
pointer2
table & use it with fallback topointer
table by @dfakhritdinov in #475 (back-ported toseries/0.0.x
)
Full Changelog: v0.3.1...v0.3.2
v0.2.1
Compatibility notes
This release is binary compatible with 0.2.x
series, and is created to facilitate the migration to the binary-incompatible 0.3.x
series.
What's Changed
Full Changelog: v0.2.0...v0.2.1
v2.2.0
Compatibility notes
This release is binary compatible with 2.x.x
series, and is created to facilitate the migration to the binary-incompatible 3.x.x
series.
What's Changed
Full Changelog: v2.1.0...v2.2.0
v3.1.0
What's Changed
- pointers: always query Cassandra by topic + partition by @dfakhritdinov in #464
Full Changelog: v3.0.0...v3.1.0
v0.3.0
Breaking changes
This major release updates cats-helper dependency to 2.11.0, smetrics to 0.5.0, skafka to 11.16.0, scache to 3.8.0
. APIs that used com.evolutiongaming.smetrics.MeasureDuration now expect com.evolutiongaming.catshelper.MeasureDuration. See smetrics 0.5.0 release notes for details.
What's Changed
Full Changelog: v0.2.0...v0.3.0
v3.0.0
Breaking changes
This major release updates cats-helper dependency to 3.5.0, smetrics to 2.0.0 and skafka to 16.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: v2.1.0...v3.0.0
v1.1.0
What's Changed
The main change is the update of kafka to 3.4.0, see here.
Also:
- Update cats-effect to 3.4.8 by @scala-steward in #438
- Update skafka to 15.0.1 by @edubrovski in #442
Full Changelog: v1.0.19...v1.1.0