Releases: xoeye/xoto3
Releases · xoeye/xoto3
1.16.2
Changes
Fix threaded BatchGetItem on 3.8+ (#32) by @xaviergmail
This release was made possible by the following contributors:
1.16.1
Changes
- Update
xoto3.lam.finalize
for Python >3.7 (#31) by @xaviergmail - OP-1153: Unit test across different python versions (#30) by @xaviergmail
- Run unit tests across different python verions (#29) by @xaviergmail
- Run publish step in pypi GH environment (#28) by @xaviergmail
This release was made possible by the following contributors:
1.16.0
Changes
- feat: most generic single item writer for write_versioned API (#27) by @petergaultney
This release was made possible by the following contributors:
1.15.1
Changes
- fix: equality comparison after using presume (make presume act more like a real get from DDB) (#26) by @petergaultney
This release was made possible by the following contributors:
1.15.0
Changes
- feat: stop performing transactional writes on single, unchanged items (#23) by @petergaultney
This release was made possible by the following contributors:
1.14.0
Changes
- feat: stack-based context to prevent parameter drilling (#21) by @petergaultney
This release was made possible by the following contributors:
1.13.1
Changes
- Fix regression in backoff utility
This release was made possible by the following contributors:
1.13.0
Changes
- feat: improved sharded stream consumers and multicasting stream utilities (#20) by @petergaultney
This release was made possible by the following contributors:
1.12.2
Changes
- More comprehensive handling of various transactional update errors that can be retried.