Skip to content

Commit

Permalink
Bumping version to 1.21.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 15, 2022
1 parent 7efccd6 commit 6cfe198
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.21.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``robomaker``",
"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.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"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.",
"type": "api-change"
},
{
"category": "``ec2``",
"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.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "[``botocore``] Upgrade awscrt extra to 0.13.5",
"type": "enhancement"
},
{
"category": "``location``",
"description": "[``botocore``] New HERE style \"VectorHereExplore\" and \"VectorHereExploreTruck\".",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] Documentation only update to address tickets",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "[``botocore``] Fixing formatting issues in CLI and SDK documentation",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Various documentation improvements",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-90174.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dataexchange-99780.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-54215.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-10962.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-keyspaces-92980.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-location-23628.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-75528.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-robomaker-19493.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-AWSCRT-36748.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.21.20
=======

* 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.
* 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.
* 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.
* 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.
* enhancement:AWSCRT: [``botocore``] Upgrade awscrt extra to 0.13.5
* api-change:``location``: [``botocore``] New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
* api-change:``ecs``: [``botocore``] Documentation only update to address tickets
* api-change:``keyspaces``: [``botocore``] Fixing formatting issues in CLI and SDK documentation
* api-change:``rds``: [``botocore``] Various documentation improvements


1.21.19
=======

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 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.21.19'
__version__ = '1.21.20'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.24.19,<1.25.0
botocore>=1.24.20,<1.25.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.24.19,<1.25.0',
'botocore>=1.24.20,<1.25.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit 6cfe198

Please sign in to comment.