Skip to content

Commit

Permalink
21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 16, 2021
1 parent fdb05e9 commit a3d7ba1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
Changelog
=========

21.6
----

Release Date: June 16th, 2021

* Added :py:meth:`aiodynamo.client.Client.batch_get`
* Added :py:meth:`aiodynamo.client.Client.batch_write`

21.5
----

Release Date: May 27th, 2021

* Added :py:class:`aiodynamo.client.Client.query_single_page`
* Added :py:class:`aiodynamo.client.Client.scan_single_page`
* Added :py:class:`aiodynamo.client.Table.query_single_page`
* Added :py:class:`aiodynamo.client.Table.scan_single_page`
* Added :py:meth:`aiodynamo.client.Client.query_single_page`
* Added :py:meth:`aiodynamo.client.Client.scan_single_page`
* Added :py:meth:`aiodynamo.client.Table.query_single_page`
* Added :py:meth:`aiodynamo.client.Table.scan_single_page`
* More documented APIs

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

0 comments on commit a3d7ba1

Please sign in to comment.