Releases: yugabyte/debezium
Releases · yugabyte/debezium
1.9.5-1.5.0-rc1
1.9.5-1.5.0-rc1
debezium-2.2.0-1.4.0
Debezium Release for Voyager Release 1.4
debezium-2.2.0-1.3.0
corresponding to voyager 1.3.0 release
voyager-debezium
This release is meant for Yugabyte-internal purposes only. It is used for running automation tests on https://github.com/yugabyte/yb-voyager
Debezium Connector for YugabyteDB 1.3.7-BETA
What's Changed
- Patch to log the number of records in a transactional block by @vaibhav-yb in #28
- Shifting bootstrap function inside retry logic for the connector by @vaibhav-yb in #30
Full Changelog: v1.3.6-BETA...v1.3.7-BETA
Debezium Connector for YugabyteDB 1.3.6-BETA
What's Changed
- Compatible with yugabyte/yugabyte-db
v2.12.4.1-b2
- Fix to bootstrap the tablet when it has <-1,-1> as checkpoint by @vaibhav-yb in #23
- Add a new module cdc server to be used with Yugabyte Managed by @vrajat in #25
- Add a NULL Consumer or Sink for CDC Server by @vrajat in #26
New Contributors
Full Changelog: v1.3.5-BETA...v1.3.6-BETA
Debezium Connector for YugabyteDB 1.3.5-BETA
What's Changed
- Fix to properly filter out tables not a part of the specified database by @vaibhav-yb in #21
- Bootstrap CDC at the latest OpId by @vaibhav-yb in #22
Full Changelog: v1.3.4-BETA...v1.3.5-BETA
Debezium Connector for YugabyteDB: 1.3.4-BETA
What's Changed
- Throw exception on wrong table include list by @vaibhav-yb in #18
- Retry logic for the connector if an attempt fails by @vaibhav-yb in #19
- Use Metronome utility instead of sleeping by @vaibhav-yb in #20
Full Changelog: v1.3.2-BETA...v1.3.4-BETA
Debezium Connector for YugabyteDB
What's Changed
- Fix for NullPointerException across connector restarts by @vaibhav-yb in #10
- Fixes to add a new update wrapper by @suranjan in #14
- Ignore tables without a valid pgschema_name value by @vaibhav-yb in #15
- Changing the default values for polling interval and maximum number of tablets by @vaibhav-yb in #16
- Fixes to include Debezium connector for YugabyteDB in the package for Debezium Server by @vaibhav-yb in #17
- Throwing an exception if a table is provided in
table.include.list
but it's not a part of the provided stream ID by @vaibhav-yb in #18