Skip to content

Release 2.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:31
afc350f

Overview

v2.3.2 is a patch release — internal hardening and bug fixes on top of v2.3.1, with no breaking changes to the public API. The main items: the dependency graph moved to networkx.MultiDiGraph (correctly modeling multiple foreign keys between the same pair of tables), a ~jobs-table fix for UUID foreign-key-derived primary keys, removal of the process-wide sys.excepthook (uncaught exceptions now use Python's default handler, with tracebacks rendered by the log formatter), and a garbage-collection fix that avoids acting on partial storage listings. The package version is now derived from the git tag via hatch-vcs.


⚡️ Enhancements

🐛 Bug Fixes

Full Changelog: v2.3.1...v2.3.2