- Migrating to botocore client API since services will be deprecated soon
- Bug fix: Serialization of blobs broken with botocore 0.85.0
- Bug fix: Crash when parsing description of table being deleted
- Breakage: Dropping support for python 3.2 due to lack of botocore support
- Feature: Support JSON document data types
Features thanks to DynamoDB upgrades: https://aws.amazon.com/blogs/aws/dynamodb-update-json-and-more/
- Tweak: Nose plugin allows setting region when connecting to DynamoDB Local
- Feature: New, unified
connectmethod
- Feature: More expressive 'expected' conditionals
- Feature: Queries can filter on non-indexed fields
- Feature: Filter constraints may be OR'd together
Features thanks to DynamoDB upgrades: http://aws.amazon.com/blogs/aws/improved-queries-and-updates-for-dynamodb/
- Bug fix: sometimes crash after deleting table
- Bug fix: DynamoDB Local nose plugin fails
- Bug fix: serializing ints fails
- Feature: Allow
access_keyandsecret_keyto be passed to theDynamoDBConnection.connect_to_*methods
- First public release