Changelog¶
0.3.1 (2026-03-27)¶
Bug Fixes¶
- add attestations permission for publishing workflow (484cec0)
0.3.0 (2026-03-27)¶
Features¶
- add auto-UUID field support with Key(auto=True) and create() method (d0fce44)
- add batch operations (batch_get, batch_save, batch_delete, batch_writer) (a80fc8b), closes #5
- add transaction support (transact_save, transact_write, transact_get) (34f6a3a), closes #6
- add TTL field support for DynamoDB Time To Live (50d3216), closes #7
- first commit (dad9c68)
Bug Fixes¶
- address PR review — batch_get retry, BatchWriter exit, TTL dedup (055d54e)
Code Refactoring¶
- extract BaseBuilder from Query and Scan builders (d7e6b36), closes #4
- remove redundant scan_page(), update_item(), and DynCondition export (e021bf8)
- split base.py into metaclass, client, and model modules (6859b07), closes #3
0.2.0 (2026-02-04)¶
Features¶
- first commit (385c2d6)
Changelog¶
All notable changes to this project will be documented in this file.