Skip to content

Commit 37a4c83

Browse files
Merge branch 'release-1.21.20'
* release-1.21.20: Bumping version to 1.21.20 Add changelog entries from botocore
2 parents a657f82 + 6cfe198 commit 37a4c83

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.21.20.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``robomaker``",
4+
"description": "[``botocore``] This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dataexchange``",
9+
"description": "[``botocore``] This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "[``botocore``] Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cognito-idp``",
19+
"description": "[``botocore``] Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "AWSCRT",
24+
"description": "[``botocore``] Upgrade awscrt extra to 0.13.5",
25+
"type": "enhancement"
26+
},
27+
{
28+
"category": "``location``",
29+
"description": "[``botocore``] New HERE style \"VectorHereExplore\" and \"VectorHereExploreTruck\".",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ecs``",
34+
"description": "[``botocore``] Documentation only update to address tickets",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``keyspaces``",
39+
"description": "[``botocore``] Fixing formatting issues in CLI and SDK documentation",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``rds``",
44+
"description": "[``botocore``] Various documentation improvements",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.21.20
6+
=======
7+
8+
* api-change:``robomaker``: [``botocore``] This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.
9+
* api-change:``dataexchange``: [``botocore``] This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision.
10+
* api-change:``ec2``: [``botocore``] Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter.
11+
* api-change:``cognito-idp``: [``botocore``] Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.
12+
* enhancement:AWSCRT: [``botocore``] Upgrade awscrt extra to 0.13.5
13+
* api-change:``location``: [``botocore``] New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
14+
* api-change:``ecs``: [``botocore``] Documentation only update to address tickets
15+
* api-change:``keyspaces``: [``botocore``] Fixing formatting issues in CLI and SDK documentation
16+
* api-change:``rds``: [``botocore``] Various documentation improvements
17+
18+
519
1.21.19
620
=======
721

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.21.19'
20+
__version__ = '1.21.20'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.24.19,<1.25.0
6+
botocore>=1.24.20,<1.25.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.24.19,<1.25.0',
16+
'botocore>=1.24.20,<1.25.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)