generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy pathSDK_CHANGELOG.next.json
More file actions
62 lines (61 loc) · 2.27 KB
/
SDK_CHANGELOG.next.json
File metadata and controls
62 lines (61 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# This file will be used by automation when cutting a release of the SDK
# to include code generator change log entries into the release notes.
# This is an auto-generated file. Do not edit.
{
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Add support for proxy environment variables (`HTTP_PROXY, `HTTPS_PROXY`, `ALL_PROXY`, `NO_PROXY`). Service clients will now automatically respect these proxy environment variables on the latest `BehaviorVersion`. Older behavior versions do not automatically detect these environment variables and will require manually building a `aws_smithy_http_client::Connector` with a proxy config explicitly set to use this feature.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "aajtodd",
"references": [
"aws-sdk-rust#169"
],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "Enable rustls post-quantum by default.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "WillChilds-Klein",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "fix `aws-smithy-eventstream` feature `derive-arbitrary` on `arbitrary` >= 1.4.2\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "520d073c2d739e95d112842be13c924097155d47",
"age": 5
},
{
"message": "Make [`TokenBucket`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.TokenBucket.html) and [`ClientRateLimiter`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.ClientRateLimiter.html) configurable through [`RetryPartition`](https://docs.rs/aws-smithy-runtime/latest/aws_smithy_runtime/client/retries/struct.RetryPartition.html).\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"references": [
"smithy-rs#4263"
],
"since-commit": "f18c70d36c40fa0f40860547394c134566704e69",
"age": 4
}
],
"aws-sdk-model": []
}