Skip to content

Commit 6c81ddc

Browse files
Merge branch 'release-1.20.23' into develop
* release-1.20.23: Bumping version to 1.20.23 Add changelog entries from botocore
2 parents 1f069cc + 290b6a5 commit 6c81ddc

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.20.23.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``lexv2-models``",
4+
"description": "[``botocore``] Update lexv2-models client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``network-firewall``",
9+
"description": "[``botocore``] This release adds support for managed rule groups.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``route53-recovery-control-config``",
14+
"description": "[``botocore``] This release adds tagging supports to Route53 Recovery Control Configuration. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field `tags` to support tagging while calling CreateCluster, CreateControlPanel and CreateSafetyRule.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "[``botocore``] Adds waiters support for internet gateways.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sms``",
24+
"description": "[``botocore``] This release adds SMS discontinuation information to the API and CLI references.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``route53domains``",
29+
"description": "[``botocore``] Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``savingsplans``",
34+
"description": "[``botocore``] Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.",
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.20.23
6+
=======
7+
8+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
9+
* api-change:``network-firewall``: [``botocore``] This release adds support for managed rule groups.
10+
* api-change:``route53-recovery-control-config``: [``botocore``] This release adds tagging supports to Route53 Recovery Control Configuration. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field `tags` to support tagging while calling CreateCluster, CreateControlPanel and CreateSafetyRule.
11+
* api-change:``ec2``: [``botocore``] Adds waiters support for internet gateways.
12+
* api-change:``sms``: [``botocore``] This release adds SMS discontinuation information to the API and CLI references.
13+
* api-change:``route53domains``: [``botocore``] Amazon Route 53 domain registration APIs now support filtering and sorting in the ListDomains API, deleting a domain by using the DeleteDomain API and getting domain pricing information by using the ListPrices API.
14+
* api-change:``savingsplans``: [``botocore``] Adds the ability to specify Savings Plans hourly commitments using five digits after the decimal point.
15+
16+
517
1.20.22
618
=======
719

boto3/__init__.py

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

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.22'
21+
__version__ = '1.20.23'
2222

2323

2424
# 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.23.22,<1.24.0
6+
botocore>=1.23.23,<1.24.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.23.22,<1.24.0',
16+
'botocore>=1.23.23,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)