Releases: evolution-gaming/kafka-journal
v3.2.1
What's Changed
- Add scaladoc for KafkaJournal and related classes by @rtar in #478
- Insert pointers sequentially in the correct order; fix test assert by @Z1kkurat in #481
- Add scaladoc for EventualJournal by @rtar in #483
- Add scaladoc for HeadInfo by @rtar in #485
- Add scaladoc for Bounds by @rtar in #488
- WIP: Add scaladoc for PartitionCache by @rtar in #489
- Add scaladoc for PartitionCache.Result.Later by @rtar in #491
- Add scaladoc for PartitionCache.Metrics by @rtar in #492
- Add scaladoc for TopicCache by @rtar in #493
- Add scaladoc for HeadCache by @rtar in #494
- Add scaladoc for HeadCacheConsumption by @rtar in #495
- Add scaladoc for HeadCacheConfig by @rtar in #496
- Add scaladoc for KafkaJournalConfig by @rtar in #499
- Add scaladoc for EventualCassandraConfig by @rtar in #497
- Update sbt-coveralls to 1.3.9 by @scala-steward in #490
- Update scalatest to 3.2.16 by @scala-steward in #460
- Deduplication is fixed (workaround for https://issues.apache.org/jira/browse/CASSANDRA-18507) by @DeviLab in #501
Full Changelog: v3.2.0...v3.2.1
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