Releases: siddhi-io/siddhi-io-cdc
Siddhi IO CDC Release 2.0.12
What's Changed
- Update README.md to reference only to setup mysql server by @sahandilshan in #55
- Improve disconnect() method and bump siddhi version by @AnuGayan in #61
- Cron Support for CDC by @Ajanthy in #59
- Add carbon metrics to get dashboard support by @sahandilshan in #56
- Revert back debezium version due to an error with oracle by @AnuGayan in #62
- Fix Oracle connector properties for debezium v1.1.2.Final by @CharukaK in #63
- Bump DBZ version and fix connector properties by @lasanthaS in #65
- Add support to capture multiple operations from a single cdc source by @AnuGayan in #72
- Close statements by @muratGG in #66
- Reverting the fix due to test failures by @dnwick in #74
- Add Event Timestamp(ts_ms) as a transport property by @AnuGayan in #75
- Fix build failure by @lasanthaS in #76
- Upgrade log4j1 to 2.17.1 by @dnwick in #80
- Bump h2 from 1.4.187 to 2.1.210 by @dependabot in #79
- Update pom.xml by @AnuGayan in #81
New Contributors
- @sahandilshan made their first contribution in #55
- @Ajanthy made their first contribution in #59
- @muratGG made their first contribution in #66
Full Changelog: v2.0.6...v2.0.12
Siddhi IO CDC Release 2.0.6
Siddhi IO CDC Release 2.0.5
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO CDC 2.0.5 release includes fixes for Oracle CDC in listening mode.
Bug Fixes
- The host in the Oracle JDBC URL accepts only IP addresses. This was fixed by changing the regular expression to extract DNS names as well. And also the database/SID with periods. (#48)
- Unscaled NUMBER datatypes are not decoded properly for Oracle. This was fixed by properly casting the (#50)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO CDC Release 2.0.4
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO CDC 2.0.4 release introduces debezium based CDC support for Oracle database. Also, this release few bug fixes as give below.
Features and Improvements
- Add support for Oracle CDC in listening mode (#46)
Bug Fixes
- Documentation update to emphasize mandatory param based on modes (#47)
- Fix unable to capture changes while concurrent writes (#39)
Complete Changes
Please find the complete changes here
Download
Download the release from here
Siddhi IO CDC Release 1.0.11
This Release is compatible with Siddhi 4.x.x
Overview
Siddhi IO CDC 1.0.11 release contains fixes to capture changes when the database writes out-of-order values for the polling column in the polling mode.
Bug Fixes
- Unable to capture all data changes due to the out of order of the auto incremental column of the database (#31)
Complete Changes
Please find the complete changes here.
Download
Download the release from here.
Siddhi IO CDC Release 2.0.3
This Release is compatible with Siddhi 5.x.x
Overview
Siddhi IO CDC 2.0.3 release contains some dependency version changes related to Debezium
due to some compatibility issues.
Bug Fixes
- Downgrade debezium to fix wso2/streaming-integrator#11. (#28)
Complete Changes
Please find the complete changes here