Skip to content

Commit

Permalink
Merge branch 'release-0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Feb 20, 2015
2 parents e8e0fcf + 3989852 commit f45e9cb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

Unreleased
----------

* feature:Botocore: Update to Botocore 0.92.0

* Add support for the latest Amazon EC2 Container Service API.
* Allow calling AWS STS ``assume_role_with_saml`` without credentials.
* Update to latest Amazon CloudFront API
* Add support for AWS STS regionalized calls by passing both a region
name and an endpoint URL.
(`botocore issue 464 <https://github.com/boto/botocore/pull/464>`__)
* Add support for Amazon Simple Systems Management Service (SSM)
* Fix Amazon S3 auth errors when uploading large files
to the ``eu-central-1`` and ``cn-north-1`` regions.
(`botocore issue 462 <https://github.com/boto/botocore/pull/462>`__)
* Add support for AWS IAM managed policies
* Add support for Amazon ElastiCache tagging
* Add support for Amazon Route53 Domains tagging of domains

0.0.8 - 2015-02-10
------------------

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '0.0.8'
__version__ = '0.0.9'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_version():
]

requires = [
'botocore==0.87.0',
'botocore==0.92.0',
'bcdoc==0.12.2',
'jmespath==0.6.1',
]
Expand Down

0 comments on commit f45e9cb

Please sign in to comment.