Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 11:34
7b9c7f8

0.20.0 (2026-04-10)

Features

  • activemodel: add automatic mutation tracking for JSONB fields (d1e77fd)
  • activemodel: add snapshot tracking for raw JSON containers (eaebf8b)
  • activemodel: expand jsonb tracking to support primitive lists (cc4ff33)
  • add engine_options support to SessionManager (a8381be)
  • pydantic_json: add warning for unsupported JSON field types (89b4464)
  • remove ACTIVEMODEL_LOG_SQL env var in favor of engine_options (65ac88b)

Bug Fixes

  • activemodel: use getattr for field_info attributes to prevent access errors (d65283e)

Documentation

  • add documentation for automatic JSONB mutation tracking (b9e7790)
  • add examples page and link in navigation (#70) (6228270)
  • document PydanticJSONMixin functionality and usage (3fe7045)
  • update mutation tracking documentation to reflect primitive list support (e1d2e5f)