Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 01 May 18:49
5642372

0.21.0 (2026-04-30)

Features

  • add raw mode to TypeIDType for polymorphic references (1cbef17)
  • add support for whenever datetime types and latest typeid (#75) (b327d1a)
  • inject session into factory_boy and add test coverage (cfd44d0)
  • types: add json schema support for TypeID and update docs (693da4e)

Bug Fixes

  • whenever: round to microseconds on Linux for instant round-trip test (b327d1a)
  • whenever: simplify instant round-trip precision check (b327d1a)

Documentation

  • add pytest integration documentation (f842d37)
  • Remove Python Versions badge from README (09c4271)
  • Update docs top navigation (#81) (19dd084)
  • update examples to use TypeIDPrimaryKey instead of TypeIDMixin (0f39d81)
  • whenever: clarify macOS vs Linux precision in instant test comment (b327d1a)