Skip to content

Releases: HENNGE/aiodynamo

24.1

19 Jan 12:30
eb5814e
Compare
Choose a tag to compare

What's Changed

  • Bump pyfakefs to support Python 3.12 by @dimaqq in #172
  • let's support Python 3.12 by @ojii in #178
  • Fix attribute type filter by @ojii in #175
  • Return table description from create table by @ojii in #177
  • Flatten AND and OR conditions by @ojii in #173
  • Implement consistent handling of TransactionCanceled errors. by @aclemons in #171

See also https://aiodynamo.readthedocs.io/en/latest/changelog.html

Full Changelog: 23.10.1...24.1

23.10.1

19 Oct 07:43
922eb16
Compare
Choose a tag to compare

23.10

04 Oct 08:24
a2d320b
Compare
Choose a tag to compare

21.9

01 Sep 09:11
Compare
Choose a tag to compare
  • Added the limit parameter to aiodynamo.client.Client.count
  • Require (somewhat) newer httpx>=0.15.0

21.8

24 Aug 05:37
Compare
Choose a tag to compare

Allow wider versions of httpx optional dependencies.

21.7

24 Aug 00:31
Compare
Choose a tag to compare

Faster deserialisation, thanks to @stupoid

21.6

24 Aug 00:32
Compare
Choose a tag to compare

Support BatchWriteItem and BatchGetItem

21.5

24 Aug 00:34
Compare
Choose a tag to compare

Add API to scan and query single pages of results

20.4.2

21 Apr 01:01
Compare
Choose a tag to compare

Release Date: April 15th, 2020

  • Fix comparison conditions (equals, not_equals, gt, gte, lt, lte on aiodynamo.expressions.F and aiodynamo.expressions.Size via aiodynamo.expressions.F.size() to support referencing other fields (using aiodynamo.expressions.F)
  • Fix timeout handling in aiohttp based client.

20.4.1

21 Apr 01:00
Compare
Choose a tag to compare

Release Date: April 13th, 2020

  • Fixed put_item and delete_item with a condition which does not carry any values.
  • Wrap underlying HTTP client errors, such as connection issues, so networking issues during requests are retried.