Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed Apr 3, 2020
1 parent 3e13498 commit 82d008e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
History
=======

8.0.0 (2020-04-XX)
8.0.0 (2020-04-03)
------------------

* Major refactor to mirror boto3 file structure
* Updated to support aiobotocore 1.0.0, a few breaking changes.
* Updated to support aiobotocore 1.0.1, a few breaking changes.
* Switched to pipenv

7.1.0 (2020-03-31)
------------------
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ supporting web assume role type credentials, the client must now be instantiated
the resource creator. You used to get away with calling ``res = aioboto3.resource('dynamodb')`` but that no longer works. If you really want
to do that, you can do ``res = await aioboto3.resource('dynamodb').__aenter__()`` but you'll need to remember to call ``__aexit__``.

There will most likely be some parts that dont work now which I've missed, just make an issue and we'll get them resoved quickly.

Creating service resources must also be async now, e.g.

.. code-block:: python
Expand Down

0 comments on commit 82d008e

Please sign in to comment.