Skip to content

Releases: scylladb/scylla-cdc-go

v1.1.1

10 Oct 11:41
f06bbb2
Compare
Choose a tag to compare

Changes since v1.1.0:

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Oct 18:20
e99bcf1
Compare
Choose a tag to compare

Changes since v1.0.0:

  • Improvements around the progress saving feature (#13):
    • It is now possible for the consumer to save progress after an empty poll - via the ChangeOrEmptyNotificationConsumer extension interface,
    • Progress saving implementation now can avoid an issue with reading restarting from the generation start when one stream did not manage to save any progress - via the ProgressManagerWithStartTime extension interface (TableBackedProgressManager provided with the library already benefits from this).
  • The time spent on consuming data does not affect when the next query is executed (#6)
  • Added continuous integration (#12)

v1.0.0

23 Mar 15:41
0bde107
Compare
Choose a tag to compare

First release of scylla-cdc-go.

If you were using a pre-1.0.0 version, upgrade is highly recommended. In Scylla 4.4, information about CDC generations is stored in a different format from the one used in Scylla 4.3, and pre-1.0.0 versions of this library won't recognize it. The 1.0.0 version correctly handles both CDC generation formats, and automatically switches to the new format during rolling upgrade.