* bugfix:Installation: Fix regression when installing via older versions of pip on python 2.6. (`issue 132 <https://github.com/boto/boto3/pull/132>`__)
* breakingchange:Collections: Remove the ``page_count`` and ``limit`` arguments from ``all()``. Undocument support for the two arguments in the ``filter()`` method. (`issue 119 <https://github.com/boto/boto3/pull/119>`__) * feature:DynamoDB: Add batch writer. (`issue 118 <https://github.com/boto/boto3/pull/118>`__)
0.0.18
Not secure
======
* feature:DynamoDB: Add document level interface for Table resource (`issue 103 <https://github.com/boto/boto3/pull/103>`__) * feature:DynamoDB: Add ConditionExpression interface for querying and filtering Table resource. (`issue 103 <https://github.com/boto/boto3/pull/103>`__) * feature:Clients: Add support for passing of ``botocore.client.Config`` object to instantiation of clients.
0.0.17
Not secure
======
* feature:Botocore: Update to Botocore 0.107.0.
0.0.16
Not secure
======
* bugfix:Packaging: Fix release sdist and whl files from 0.0.15. * feature:Amazon Dynamodb: Add resource model for Amazon DynamoDB.