Skip to content

Commit eb5814e

Browse files
authored
Merge pull request #179 from HENNGE/24.1
24.1
2 parents 7e99e75 + f9173c4 commit eb5814e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
24.1
5+
----
6+
7+
Release Date: January 19th, 2024
8+
9+
* Fixed attribute type condition.
10+
* Consistent handling of transaction cancelled errors. Thanks to `@aclemons <https://github.com/aclemons>`_.
11+
* OR and AND conditions are now flattened when possible.
12+
* Create table now returns its description and no longer calls describe table if the table is already active after being created.
13+
* Official support for Python 3.12.
14+
415
23.10.1
516
-------
617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aiodynamo"
3-
version = "23.10.1"
3+
version = "24.1"
44
description = "Asyncio DynamoDB client"
55
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)