Skip to content

v2.1.1

Latest

Choose a tag to compare

@dimitri-yatsenko dimitri-yatsenko released this 17 Feb 19:54
· 2 commits to master since this release
4a7e1e8

What's Changed

Bug Fixes

  • Atomic job reservation to prevent race condition (#1399, fixes #1398): Job.reserve() now uses a single atomic UPDATE ... WHERE status='pending' instead of a non-atomic SELECT→UPDATE pattern, preventing multiple workers from reserving the same key.
  • Hide comments from table preview display (#1393): SQL comments in table definitions are no longer shown in .preview() output.
  • Correct Part table names in diagrams (#1392): Part tables now display correctly in diagrams by properly stripping the module prefix.

Removals

  • Remove size_on_disk (#1395): Removed size_on_disk property from Table and Schema classes. Use database-native tools for storage metrics.

Full Changelog: v2.1.0...v2.1.1