Skip to content

Release v2.0.59

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 08:24
· 21 commits to main since this release
Immutable release. Only release title and notes can be modified.

[2.0.59] - 2026-04-01

Added

  • Add None value tests for Column, String, Boolean, Float from_backend()
  • Add cursor_class support to Mygrations endpoint with tests
  • Add support for url in mygration so it can be added to a scheme
  • Add module migration filtering to Mygrations
  • Add set_autocommit
  • Add auto configs and pathlist
  • Add AdditionalMygrationsAutoImport for dynamic migration path discovery

Changed

  • Dynamic Migration Path Discovery via AdditionalMygrationsAutoImport by @cmancone in #77
  • Rename cursor_class to cursor, drop @parameters_to_properties

Fixed

  • Prevent false injectable_properties cache hits from id() reuse on Python 3.13 in #78
  • Return None from from_backend() when value is None for Column, String, Boolean, Float