python-boto3/.changes/0.0.18.json

18 lines
582 B
JSON
Raw Permalink Normal View History

2016-05-22 04:03:29 +02:00
[
{
"category": "DynamoDB",
"description": "Add document level interface for Table resource (`issue 103 <https://github.com/boto/boto3/pull/103>`__)",
"type": "feature"
},
{
"category": "DynamoDB",
"description": "Add ConditionExpression interface for querying and filtering Table resource. (`issue 103 <https://github.com/boto/boto3/pull/103>`__)",
"type": "feature"
},
{
"category": "Clients",
"description": "Add support for passing of ``botocore.client.Config`` object to instantiation of clients.",
"type": "feature"
}
2016-11-09 01:23:44 +01:00
]