Skip to content

Boto 3 - 0.0.7

Compare
Choose a tag to compare
@danielgtaylor danielgtaylor released this 05 Feb 22:52
· 5738 commits to develop since this release
  • 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 now s3.Bucket('bucket').Object('key').
    (issue 51)
  • feature:Resources: Make resource.meta a proper object. This allows
    you to do things like resource.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-1 and cn-north-1.
    (botocore issue
    423
    )
  • Fix issue with base64 encoding of blob types for Amazon EMR.
    (botocore issue
    413
    )