Skip to content

Changelog

0.1.1 (2026-07-12)

Bug Fixes

  • pdoc generator, for API reference doc generation. (755ea17)

0.1.0 (2026-07-12)

Features

  • About 1/2 way though converting old library to use Pydantic. (2b148aa)
  • add easy option/way to make datetime fields always use utc; for more reliable dynamodb query behavior. (342730f)
  • add tests and finish support for multiple hash/range fields. (42431c4)
  • get basic 'get' working with plain dict values; will do pydantic models next. (5be0e79)
  • Renamed a few attrs/methods + added a bunch of basic docs. (e288acc)
  • support for more advanced gets, and subclassing client and attaching it to a dyn-model subclass. (f767a8f)

Bug Fixes

  • many bugs found and fix from old unit tests + adapted old unit tests to new api interface. (30f7197)