Skip to content

Releases: nayaverdier/dyntastic

0.15.0

18 May 19:44
78f4c70
Compare
Choose a tag to compare
  • Make Dyntastic.batch_get work with keys that are aliases on the model fields.
  • Improve error messages when validating keys passed to get, safe_get or batch_get
  • Minor fixes to batch_get type hints

0.14.0

22 Dec 03:34
f900c3a
Compare
Choose a tag to compare
  • Add support for __table_region__ and __table_host__ to be lazy callables
  • Default __table_region__ and __table_host__ to DYNTASTIC_REGION and
    DYNTASTIC_HOST environment variables if not otherwise defined

0.13.1

21 Nov 19:34
679a264
Compare
Choose a tag to compare
  • Fix import error when using pydantic>=2.5

0.13.0

18 Nov 22:52
83d9a12
Compare
Choose a tag to compare
  • Add support for python3.12

Changes from alpha releases:

  • Add support for pydantic v2

0.13.0a1

04 Nov 01:22
7b68de4
Compare
Choose a tag to compare
0.13.0a1 Pre-release
Pre-release
  • Add support for pydantic v2

0.12.0

22 Sep 23:38
90e6869
Compare
Choose a tag to compare
  • Support KEYS_ONLY and INCLUDE DynamoDB indexes

0.11.0

22 Sep 21:51
bc3f3c9
Compare
Choose a tag to compare
  • Make commit limit configurable on transaction() context manager

Changes from 0.11.0 alpha releases:

  • Fix issue with query returning no results when using a filter with sparse matches
  • Add support for transaction writes using transaction() context manager
  • (Technically breaking) No longer commit batch when an exception is raised during the batch context manager __exit__

0.11.0a2

25 Aug 20:43
4b90aaa
Compare
Choose a tag to compare
0.11.0a2 Pre-release
Pre-release
  • Fix issue with query returning no results when using a filter with sparse matches

0.11.0a1

20 Jul 17:30
59e1385
Compare
Choose a tag to compare
0.11.0a1 Pre-release
Pre-release
  • Add support for transaction writes using transaction() context manager
    manager
  • No longer commit batch when an exception is raised during the batch context
    manager __exit__

0.10.0

16 Apr 17:40
49aa729
Compare
Choose a tag to compare
  • Add support for scan_index_forward for specifying ascending (True) or descending (False) traversal of the index.