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.44.83:
Bumping version to 1.44.83
Update changelog based on model updates
fix(emr): Correct --rep-upgrade-on-boot typo in help text (#10232)
Double-quote Windows alias command args if metacharacters present (#10230)
Auto-detect account regional namespace buckets in s3 mb (#10213)
"description": "Adding dutch language support for Cognito Managed Login and Terms on Console",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``comprehendmedical``",
9
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``compute-optimizer``",
14
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``compute-optimizer-automation``",
19
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``gamelift``",
24
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``marketplace-entitlement``",
29
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``network-firewall``",
34
+
"description": "Support for new types of partner managed rulegroups for Network Firewall Service",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``sagemaker``",
39
+
"description": "SageMaker AI now supports generative AI inference recommendations. Provide your model and workload, and SageMaker AI optimizes configurations, benchmarks them on real GPUs, and returns deployment-ready recommendations with validated metrics, accelerating the path to production from weeks to hours.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``snowball``",
44
+
"description": "This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``S3``",
49
+
"description": "Add support for creating S3 account regional namespace buckets with ``aws s3 mb``. The command now automatically detects bucket names matching the account-regional naming pattern and sets the required ``x-amz-bucket-namespace`` header.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.44.83
6
+
=======
7
+
8
+
* api-change:``cognito-idp``: Adding dutch language support for Cognito Managed Login and Terms on Console
9
+
* api-change:``comprehendmedical``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
10
+
* api-change:``compute-optimizer``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
11
+
* api-change:``compute-optimizer-automation``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
12
+
* api-change:``gamelift``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
13
+
* api-change:``marketplace-entitlement``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
14
+
* api-change:``network-firewall``: Support for new types of partner managed rulegroups for Network Firewall Service
15
+
* api-change:``sagemaker``: SageMaker AI now supports generative AI inference recommendations. Provide your model and workload, and SageMaker AI optimizes configurations, benchmarks them on real GPUs, and returns deployment-ready recommendations with validated metrics, accelerating the path to production from weeks to hours.
16
+
* api-change:``snowball``: This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
17
+
* enhancement:``S3``: Add support for creating S3 account regional namespace buckets with ``aws s3 mb``. The command now automatically detects bucket names matching the account-regional naming pattern and sets the required ``x-amz-bucket-namespace`` header.
0 commit comments