You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.39.0:
Bumping version to 1.39.0
Add changelog entries from botocore
Update changelog based on model updates
Deprecate Python 3.8 support (#9441)
"description": "Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``entityresolution``",
19
+
"description": "To expand support for matching records using digital identifiers with TransUnion",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``mq``",
24
+
"description": "You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``redshift-serverless``",
29
+
"description": "Provides new and updated API members to support the Redshift Serverless reservations feature.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``s3control``",
34
+
"description": "Fix endpoint resolution test cases",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.39.0
6
+
======
7
+
8
+
* api-change:``account``: AWS Account Management now supports account name update via IAM principals.
9
+
* api-change:``cognito-idp``: This release adds refresh token rotation.
10
+
* api-change:``ec2``: Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
11
+
* api-change:``entityresolution``: To expand support for matching records using digital identifiers with TransUnion
12
+
* api-change:``mq``: You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
13
+
* api-change:``redshift-serverless``: Provides new and updated API members to support the Redshift Serverless reservations feature.
14
+
* api-change:``s3control``: Fix endpoint resolution test cases
0 commit comments