File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
23.10.1
5
16
-------
6
17
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aiodynamo"
3
- version = " 23.10 .1"
3
+ version = " 24 .1"
4
4
description = " Asyncio DynamoDB client"
5
5
authors = [" Jonas Obrist <jonas.obrist@hennge.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments