Skip to content

Commit efdcad0

Browse files
Merge branch 'release-1.18.30'
* release-1.18.30: Bumping version to 1.18.30 Add changelog entries from botocore
2 parents 8de5163 + d37401c commit efdcad0

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

Diff for: .changes/1.18.30.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``transcribe``",
4+
"description": "[``botocore``] This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``rekognition``",
9+
"description": "[``botocore``] This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "[``botocore``] Support added for resizing VPC prefix lists",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``compute-optimizer``",
19+
"description": "[``botocore``] Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.",
20+
"type": "api-change"
21+
}
22+
]

Diff for: CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.18.30
6+
=======
7+
8+
* api-change:``transcribe``: [``botocore``] This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.
9+
* api-change:``rekognition``: [``botocore``] This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
10+
* api-change:``ec2``: [``botocore``] Support added for resizing VPC prefix lists
11+
* api-change:``compute-optimizer``: [``botocore``] Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
12+
13+
514
1.18.29
615
=======
716

Diff for: boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.29'
21+
__version__ = '1.18.30'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.21.29,<1.22.0
6+
botocore>=1.21.30,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.21.29,<1.22.0',
17+
'botocore>=1.21.30,<1.22.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.5.0,<0.6.0'
2020
]

0 commit comments

Comments
 (0)