From f9173c445e65044a83aed0a459b9b614d881f8ee Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Fri, 19 Jan 2024 21:19:01 +0900 Subject: [PATCH] 24.1 --- docs/changelog.rst | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ab211d8..3e96bd0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `_. +* 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 ------- diff --git a/pyproject.toml b/pyproject.toml index 11b1300..0c3ec4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiodynamo" -version = "23.10.1" +version = "24.1" description = "Asyncio DynamoDB client" authors = ["Jonas Obrist "] license = "Apache-2.0"