Releases: ydb-platform/ydb-materializer
Releases · ydb-platform/ydb-materializer
v1.14 Release
v1.13 Release
Release highlights:
- Fixed an error in the data filtering logic causing some changes in the BATCH style inputs to be incorrectly skipped by the dictionary scanner
Full Changelog: v1.12...v1.13
v1.12 Release
What's Changed
- Add support for diagnoising dictionary scan filtering by @zinal in #27
- More efficient internal algorithm in the scan processor
- Fixed handling of incomplete scans on application shutdown
Full Changelog: v1.11...v1.12
v1.11 Release
What's Changed
- feat: added metrics by @KirillKurdyukov in #22
- Better handle shutdowns by @zinal in #23
- Support separate destination database by @zinal in #25
Full Changelog: v1.10...v1.11
v1.10 Release
v1.9 Release
What's Changed
- Added protection against self-cleanup of the Coordinator
- CDC feeder activation is now performed only after the job (e.g. handler) lock is obtained
- Added Runner logic to stop jobs which were removed by the Coordinator due Runner to inactivity
- Logging is enhanced by unified format of messages from Runner and Coordinator
- Updated the bundled YDB SDK version
- Updated the bundled Log4j version
- Added extra javadocs
Full Changelog: v1.8...v1.9
v1.8 Release
Technical release for Maven publication.
The code is the same as for v1.7 version, only CI part differs.
Full Changelog: v1.7...v1.8
v1.7 Release
What's Changed
Full Changelog: v1.6...v1.7
v1.6 Release
Bugfix release.
Notable changes:
- Added proper topic client closing to the shutdown logic
- Error handling in the configuration property parsing has been enhanced to report the problematic property names and values
- More careful CDC feeder shutdown
- Scan creation logic fixed (older versions erroneously saved job name in the target_name field)
Full Changelog: v1.5...v1.6
v1.5 Release
What's Changed
- Dictionary processing memory optimizations by @zinal in #11 :
- Added protection mechanizm against a huge volume of dictionary-style changes
- Better resource cleanup on Runner and JobController disposal
- Fixed job scheduling logic which could lead to uneven job distribution between the Runner instances
Full Changelog: v1.4...v1.5