Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.29 KB

CHANGELOG.rst

File metadata and controls

34 lines (30 loc) · 1.29 KB

CHANGELOG

1.4.1 - (2016-03-03)

  • feature:Config: Moved Config to its own class to boost import speed
  • feature:EC2: Add support for VPC peering with security groups.
  • feature:DirectoryService: Add SNS event notification support

1.4.0 - (2016-03-01)

  • feature:Regions: Add ability to list regions and endpoints for services in a partition. (issue 812)
  • feature:DynamoDB: Add support for DescribeLimits.
  • feature:APIGateway: Add support for TestInvokeAuthorizer and FlushStageAuthorizersCache operations.
  • feature:CloudSearchDomain: Add support for stats.

1.3.28 - (2016-02-18)

  • feature:StorageGateway: Added support for user-supplied barcodes.
  • feature:CodeDeploy: Added support for setting up triggers for a deployment group.
  • bugfix:SSL: Fixed issue where AWS_CA_BUNDLE was not being used.

1.3.27 - (2016-02-16)

  • feature:RDS: Added support for Cross-account Encrypted (KMS) snapshot sharing.
  • feature:EMR: Added support for adding EBS storage to EMR instances.
  • bugfix:pagination: Refactored pagination to handle non-string service tokens.
  • bugfix:credentials: Fix race condition in credential provider.