Skip to content

Commit ebe6d8f

Browse files
committed
Update Botocore dependency
1 parent e593362 commit ebe6d8f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
Unreleased
5+
----------
6+
7+
* feature:Botocore: Update to Botocore 0.92.0
8+
9+
* Add support for the latest Amazon EC2 Container Service API.
10+
* Allow calling AWS STS ``assume_role_with_saml`` without credentials.
11+
* Update to latest Amazon CloudFront API
12+
* Add support for AWS STS regionalized calls by passing both a region
13+
name and an endpoint URL.
14+
(`botocore issue 464 <https://github.com/boto/botocore/pull/464>`__)
15+
* Add support for Amazon Simple Systems Management Service (SSM)
16+
* Fix Amazon S3 auth errors when uploading large files
17+
to the ``eu-central-1`` and ``cn-north-1`` regions.
18+
(`botocore issue 462 <https://github.com/boto/botocore/pull/462>`__)
19+
* Add support for AWS IAM managed policies
20+
* Add support for Amazon ElastiCache tagging
21+
* Add support for Amazon Route53 Domains tagging of domains
22+
423
0.0.8 - 2015-02-10
524
------------------
625

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_version():
2626
]
2727

2828
requires = [
29-
'botocore==0.87.0',
29+
'botocore==0.92.0',
3030
'bcdoc==0.12.2',
3131
'jmespath==0.6.1',
3232
]

0 commit comments

Comments
 (0)