Skip to content

Commit

Permalink
Merge pull request #167 from HENNGE/23.10
Browse files Browse the repository at this point in the history
23.10
  • Loading branch information
ojii committed Oct 4, 2023
2 parents 5c142dd + 9c3cee4 commit a2d320b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

23.10
-----

Release Date: October 4th, 2023

* Drop support for Python 3.7
* Added support for `ScyllaDB Alternator <https://www.scylladb.com/alternator/>`_
* Added debug helpers for :py:class:`aiodynamo.expressions.Condition` and :py:class:`aiodynamo.expressions.UpdateExpression`
* Support pay-per-requests for Global Secondary Indices. Thanks to `@alexjurkiewicz <https://github.com/alexjurkiewicz>`_.
* Added support for Instance Metadata Service Version 2 for loading credentials. Thanks to `@y26805 <https://github.com/y26805>`_.
* Updated maximum allowed number of operations per transaction to 100. Thanks to `@stupoid <https://github.com/stupoid>`_.

22.12
-----

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 = "22.12"
version = "23.10"
description = "Asyncio DynamoDB client"
authors = ["Jonas Obrist <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a2d320b

Please sign in to comment.