Skip to content

Commit 68b2e01

Browse files
Bumping version to 1.21.31
1 parent 767c5cd commit 68b2e01

12 files changed

+52
-38
lines changed

.changes/1.21.31.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``cloudcontrol``",
4+
"description": "[``botocore``] SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``pinpoint-sms-voice-v2``",
9+
"description": "[``botocore``] Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``workspaces``",
14+
"description": "[``botocore``] Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``route53-recovery-cluster``",
19+
"description": "[``botocore``] This release adds a new API \"ListRoutingControls\" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``databrew``",
24+
"description": "[``botocore``] This AWS Glue Databrew release adds feature to support ORC as an input format.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``auditmanager``",
29+
"description": "[``botocore``] This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``grafana``",
34+
"description": "[``botocore``] This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-auditmanager-28443.json

-5
This file was deleted.

.changes/next-release/api-change-cloudcontrol-56942.json

-5
This file was deleted.

.changes/next-release/api-change-databrew-85344.json

-5
This file was deleted.

.changes/next-release/api-change-grafana-26732.json

-5
This file was deleted.

.changes/next-release/api-change-pinpointsmsvoicev2-40794.json

-5
This file was deleted.

.changes/next-release/api-change-route53recoverycluster-84826.json

-5
This file was deleted.

.changes/next-release/api-change-workspaces-42077.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.21.31
6+
=======
7+
8+
* api-change:``cloudcontrol``: [``botocore``] SDK release for Cloud Control API in Amazon Web Services China (Beijing) Region, operated by Sinnet, and Amazon Web Services China (Ningxia) Region, operated by NWCD
9+
* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Amazon Pinpoint now offers a version 2.0 suite of SMS and voice APIs, providing increased control over sending and configuration. This release is a new SDK for sending SMS and voice messages called PinpointSMSVoiceV2.
10+
* api-change:``workspaces``: [``botocore``] Added APIs that allow you to customize the logo, login message, and help links in the WorkSpaces client login page. To learn more, visit https://docs.aws.amazon.com/workspaces/latest/adminguide/customize-branding.html
11+
* api-change:``route53-recovery-cluster``: [``botocore``] This release adds a new API "ListRoutingControls" to list routing control states using the highly reliable Route 53 ARC data plane endpoints.
12+
* api-change:``databrew``: [``botocore``] This AWS Glue Databrew release adds feature to support ORC as an input format.
13+
* api-change:``auditmanager``: [``botocore``] This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.
14+
* api-change:``grafana``: [``botocore``] This release adds tagging support to the Managed Grafana service. New APIs: TagResource, UntagResource and ListTagsForResource. Updates: add optional field tags to support tagging while calling CreateWorkspace.
15+
16+
517
1.21.30
618
=======
719

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.30'
20+
__version__ = '1.21.31'
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.30,<1.25.0
6+
botocore>=1.24.31,<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.30,<1.25.0',
16+
'botocore>=1.24.31,<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)