Skip to content

Commit

Permalink
Merge pull request #179 from HENNGE/24.1
Browse files Browse the repository at this point in the history
24.1
  • Loading branch information
ojii committed Jan 19, 2024
2 parents 7e99e75 + f9173c4 commit eb5814e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

24.1
----

Release Date: January 19th, 2024

* Fixed attribute type condition.
* Consistent handling of transaction cancelled errors. Thanks to `@aclemons <https://github.com/aclemons>`_.
* OR and AND conditions are now flattened when possible.
* Create table now returns its description and no longer calls describe table if the table is already active after being created.
* Official support for Python 3.12.

23.10.1
-------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiodynamo"
version = "23.10.1"
version = "24.1"
description = "Asyncio DynamoDB client"
authors = ["Jonas Obrist <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit eb5814e

Please sign in to comment.