Skip to content

Commit 5f6ba70

Browse files
Merge branch 'release-1.21.44'
* release-1.21.44: Bumping version to 1.21.44 Add changelog entries from botocore Add boto pronunciation and description to README (#3216)
2 parents 1e5cd29 + 975a4b0 commit 5f6ba70

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

.changes/1.21.44.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``macie2``",
4+
"description": "[``botocore``] Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``rds``",
9+
"description": "[``botocore``] Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mgn``",
14+
"description": "[``botocore``] Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect``",
19+
"description": "[``botocore``] This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.",
20+
"type": "api-change"
21+
}
22+
]

CHANGELOG.rst

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

5+
1.21.44
6+
=======
7+
8+
* api-change:``macie2``: [``botocore``] Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
9+
* api-change:``rds``: [``botocore``] Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.
10+
* api-change:``mgn``: [``botocore``] Removed required annotation from input fields in Describe operations requests. Added quotaValue to ServiceQuotaExceededException
11+
* api-change:``connect``: [``botocore``] This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.
12+
13+
514
1.21.43
615
=======
716

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services that are supported.
1212

1313
Boto3 is maintained and published by `Amazon Web Services`_.
1414

15+
Boto (pronounced boh-toh) was named after the fresh water dolphin native to the Amazon river. The name was chosen by the author of the original Boto library, Mitch Garnaat, as a reference to the company.
16+
1517
Notices
1618
-------
1719

boto3/__init__.py

+1-1
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.43'
20+
__version__ = '1.21.44'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

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.24.43,<1.25.0
6+
botocore>=1.24.44,<1.25.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.24.43,<1.25.0',
16+
'botocore>=1.24.44,<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)