Skip to content

v0.12.2

Compare
Choose a tag to compare
@lyschoening lyschoening released this 24 Feb 15:21
· 90 commits to master since this release

Features

  • Adds fields.UUID field for UUID strings in canonical form
  • Support for PostgreSQL-dialect UUID columns in the SQLAlchemyManager

(Thanks, @shipperizer for both features)

Bugfixes

  • id_converter is now always inferred from id_field_class unless it is specified manually.