Skip to content

v0.23.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 18:46
6565233

0.23.0 (2026-05-07)

Features

  • add Date and Time support for Whenever models and schemas (4ceeefd)
  • factory: add whenever type providers to ActiveModelFactory (957e118)
  • support whenever.Date and whenever.Time in models (76d0392)

Bug Fixes

  • activemodel: prevent attribute access on expired or deleted instances (5fb9450)
  • migrate datetime fields to ZonedDateTime (8411946)
  • use None as default for exclude parameter in is_database_empty (dbe9b22)

Documentation

  • add example for JSONB array with server-side default (e9c0d9f)
  • add whenever integration documentation (9a7c0a2)
  • update patch documentation to reflect removed registry logic (d95fa34)
  • update whenever documentation with new types and pydantic limitations (bee0a09)