Skip to content

Commit e28adfc

Browse files
Merge branch 'release-1.21.25' into develop
* release-1.21.25: Bumping version to 1.21.25 Add changelog entries from botocore
2 parents e7a64fe + 6b8dc35 commit e28adfc

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.21.25.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``redshift``",
4+
"description": "[``botocore``] This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ebs``",
9+
"description": "[``botocore``] Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``gamesparks``",
14+
"description": "[``botocore``] Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``elasticache``",
19+
"description": "[``botocore``] Doc only update for ElastiCache",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``transfer``",
24+
"description": "[``botocore``] Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``auditmanager``",
29+
"description": "[``botocore``] This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ssm``",
34+
"description": "[``botocore``] Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.21.25
6+
=======
7+
8+
* api-change:``redshift``: [``botocore``] This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
9+
* api-change:``ebs``: [``botocore``] Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
10+
* api-change:``gamesparks``: [``botocore``] Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
11+
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
12+
* api-change:``transfer``: [``botocore``] Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.
13+
* api-change:``auditmanager``: [``botocore``] This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
14+
* api-change:``ssm``: [``botocore``] Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
15+
16+
517
1.21.24
618
=======
719

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.24'
20+
__version__ = '1.21.25'
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.24,<1.25.0
6+
botocore>=1.24.25,<1.25.0
77
jmespath>=0.7.1,<2.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.24,<1.25.0',
16+
'botocore>=1.24.25,<1.25.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)