Releases: singlestore-labs/singlestore-debezium-connector
Releases · singlestore-labs/singlestore-debezium-connector
v0.1.8
What's Changed
- Changed key generation for columnstore tables with primary key by @AdalbertMemSQL in #56
- Added no_data snapshot.mode by @AdalbertMemSQL in #57
- Updated version to 0.1.8 by @AdalbertMemSQL in #58
- Changed to populate PK instead of InternalId if the table has it
- Changed the type of the InternalId field (starting from 8.7.16 it is returned as bytes)
- Fixed offset validation for when_needed mode (used offset table instead of just running an observe query)
- Fixed setting of information if the record is part of the snapshot when the snapshot is retaken
- Changed lowest supported SingleStore version to 8.7.16
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Skip snapshot by @AdalbertMemSQL in #53
- Resume snapshot after the failure by @AdalbertMemSQL in #54
Full Changelog: v0.1.5...v0.1.7
v0.1.7-beta
- Added ability to skip data snapshotting
- Added ability to provide offsets
- Refactored streaming to simplify it and to avoid deadlocks
- Fixed a bug with queue creation which caused the connector not to restart after the failure
- Changed connector to resume snapshot from the last saved point
v0.1.5
What's Changed
- PLAT-7102: Add 'when_needed' snapshot mode support by @oyeliseiev-ua in #47
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Changed action permissions to fix test failure by @AdalbertMemSQL in #49
- Update README.md by @adityamish in #48
- Used PK as key for rowstore tables by @AdalbertMemSQL in #50
New Contributors
- @adityamish made their first contribution in #48
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Formatted code by @AdalbertMemSQL in #41
- Added publishing to Maven by @AdalbertMemSQL in #38
- Updated SingleStore by @AdalbertMemSQL in #42
- Changed stale offset error message, fixed bug that caused snapshot to be retaken by @AdalbertMemSQL in #46
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Added connection attributes by @AdalbertMemSQL in #39
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Updated version of dep bot by @AdalbertMemSQL in #26
- PLAT-6958 Add integration tests to GitHub actions by @oyeliseiev-ua in #25
- Configured dependabot to ignore development vulnarabilities by @AdalbertMemSQL in #27
- Fixed flacky tests by @AdalbertMemSQL in #33
- Updated version by @AdalbertMemSQL in #34
- Tested GEOGRAPHY type by @AdalbertMemSQL in #35
- Update README.md by @AdalbertMemSQL in #36
- Added private preview note, downgraded version by @AdalbertMemSQL in #37
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release