0.0.7
Boto 3 - 0.0.7
- feature:Resources: Enable support for Amazon Glacier.
- feature:Resources: Support plural references and nested JMESPath queries for data members when building parameters and identifiers. (issue 52)
- feature:Resources: Update to the latest resource JSON format.This is
a backward-incompatible change as not all resources are exposed
at the service level anymore. For example,
s3.Object('bucket', 'key')is nows3.Bucket('bucket').Object('key'). (issue 51) - feature:Resources: Make
resource.metaa proper object. This allows you to do things likeresource.meta.client. This is a backward-incompatible change. (issue 45) - feature:Dependency: Update to JMESPath 0.6.1
- feature:Botocore: Update to Botocore 0.86.0
- Add support for AWS CloudHSM
- Add support for Amazon EC2 and Autoscaling ClassicLink
- Add support for Amazon EC2 Container Service (ECS)
- Add support for encryption at rest and CloudHSM to Amazon RDS
- Add support for Amazon DynamoDB online indexing.
- Add support for AWS ImportExport
get_shipping_label. - Add support for Amazon Glacier.
- Add waiters for AWS ElastiCache. (botocore issue 443)
- Fix an issue with Amazon CloudFront waiters. (botocore issue 426)
- Allow binary data to be passed to
UserData. (botocore issue 416) - Fix Amazon EMR endpoints for
eu-central-1andcn-north-1. (botocore issue 423) - Fix issue with base64 encoding of blob types for Amazon EMR. (botocore issue 413)