Changelog
0.10.0 (2024-12-12)
Features
- Add
reverse
param for api.get to support reverse ordering (87dd69f)
- Add
reverse
param for api.get to support reverse ordering (2) (5d8818b)
- Add type annotation for allow_scan and reverse (ed3b1c9)
- Remove changes for scan (ff745b3)
- Remove changes for scan (dd83b31)
- Reverse is able only for queries (ac227dc)
- Update
no reverse for scan
warning (84c6595)
0.9.2 (2024-12-03)
Bug Fixes
- allow non-fields in query for now; will take a future breaking change to raise an exception instead. (eeea459)
- Handle field names with double underscores (bff1787)
0.9.1 (2024-10-28)
Bug Fixes
- between fixes created bugs with is_in operator, fixed that as well. (28d7f53)
- between operator was broken, fixed it up. (f7d7318)
- only separate the results if range/between used. (4347125)
0.9.0 (2024-10-04)
Features
- add consistent read feature. (9c687f6)
0.8.2 (2024-10-02)
Bug Fixes
- error message string had incorrect information. (b4c6628)
0.8.1 (2024-08-06)
Bug Fixes
- allow class structural issue exception to propagate up. (eb3c174)
- type-hint UUID for
get_via_id
(it always worked, but now type-hint is correct). (44979d1)
0.8.0 (2023-12-20)
Features
0.7.0 (2023-11-17)
Features
0.6.0 (2023-11-17)
Features
0.5.0 (2023-09-27)
Features
- conditional updates/deletes + updating if removal + table scanning support (38c1e8c)
- update dependencies to get latest xmodel. (34b24f5)
0.4.0 (2023-07-07)
Features
- can use any future version of xmodel up until <1.0.0. (2cd1508)
0.3.0 (2023-05-02)
Features
- add Self + dataclass transform features from Python 3.11 (but still works with < 3.11) (c7d3b68)
0.2.0 (2023-05-01)
Features
- finish rest of xmodel-dynamo to just xdynamo rename. (6de99ab)
- make
xcon
optional dependency. (85cd8e4)
- only auto-create tables if in
unittest
or local
environments. (e42a0f6)
- rename/simplify library name to
xdynamo
(file chages). (f3d6590)
- rename/simplify library to
xdynamo
. (247f5fc)
- upgrade moto + adapt to it. (f898db6)
0.1.1 (2023-04-15)
Bug Fixes
Documentation
0.1.0 (2023-04-15)
Features
Bug Fixes
- specify default region for unit tests. (4c4b9d5)
- updated xmodel, it had a bug. (bd3cff1)
Documentation