Skip to content

Releases: ydb-platform/ydb-materializer

v1.14 Release

16 Feb 13:15

Choose a tag to compare

What's Changed

  • Comment updates by @zinal in #28
  • Dictionary scan logic fixes and extra tests by @zinal in #29

Full Changelog: v1.13...v1.14

v1.13 Release

14 Feb 20:19

Choose a tag to compare

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

13 Feb 15:07

Choose a tag to compare

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

11 Feb 12:25

Choose a tag to compare

What's Changed

Full Changelog: v1.10...v1.11

v1.10 Release

29 Jan 10:45

Choose a tag to compare

What's Changed

  • CDC streams automatic creation by @zinal in #21

Full Changelog: v1.9...v1.10

v1.9 Release

23 Jan 14:09

Choose a tag to compare

What's Changed

  1. Added protection against self-cleanup of the Coordinator
  2. CDC feeder activation is now performed only after the job (e.g. handler) lock is obtained
  3. Added Runner logic to stop jobs which were removed by the Coordinator due Runner to inactivity
  4. Logging is enhanced by unified format of messages from Runner and Coordinator
  5. Updated the bundled YDB SDK version
  6. Updated the bundled Log4j version
  7. Added extra javadocs

Full Changelog: v1.8...v1.9

v1.8 Release

19 Jan 14:03
72abce0

Choose a tag to compare

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

15 Jan 21:56

Choose a tag to compare

What's Changed

  • Error logic fixes and key grabbing batch size limitation by @zinal in #12

Full Changelog: v1.6...v1.7

v1.6 Release

10 Jan 09:53

Choose a tag to compare

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

01 Jan 16:29

Choose a tag to compare

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