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
92 lines (91 loc) · 2.73 KB
/
SDK_CHANGELOG.next.json
File metadata and controls
92 lines (91 loc) · 2.73 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# 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": "Update clients to allow `initial-response` events to be accepted on event streams, even when know modeled initial response exists.\n\nThis is required for spec compliance, backwards compatibility, and compatibility with non-smithy-rs based servers that\nMAY unconditionally send `initial-response` messages.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "rcoh",
"references": [
"smithy-rs#4352",
"smithy-rs#4353"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 2
},
{
"message": "Add tags to `AssumeRoleProviderBuilder`\n",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "c-thiel",
"references": [
"aws-sdk-rust#1366"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 2
},
{
"message": "Adds new `with_test_defaults_v2()` for all clients supporting region configuration which applies `us-east-1` as default region if not set by user. This allows `aws-smithy-mocks` to work for non AWS SDK generated clients. Also clarify `test-util` feature requirement when using `aws-smithy-mocks`.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [
"smithy-rs#4265",
"smithy-rs#4189"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 2
},
{
"message": "Upgrade MSRV to Rust 1.88.0.\n",
"meta": {
"bug": false,
"breaking": true,
"tada": false
},
"author": "ysaito1001",
"references": [
"smithy-rs#4367"
],
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
"age": 2
},
{
"message": "Bump crc-fast version to 1.6.0\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [],
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
"age": 1
},
{
"message": "Validate `Region` is a valid host label when constructing endpoints.\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
"age": 1
}
],
"aws-sdk-model": []
}