File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
23
0.0.8 - 2015-02-10
5
24
------------------
6
25
Original file line number Diff line number Diff line change 17
17
18
18
19
19
__author__ = 'Amazon Web Services'
20
- __version__ = '0.0.8 '
20
+ __version__ = '0.0.9 '
21
21
22
22
23
23
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_version():
26
26
]
27
27
28
28
requires = [
29
- 'botocore==0.87 .0' ,
29
+ 'botocore==0.92 .0' ,
30
30
'bcdoc==0.12.2' ,
31
31
'jmespath==0.6.1' ,
32
32
]
You can’t perform that action at this time.
0 commit comments