Skip to content

Commit 6a3a207

Browse files
Update changelog
1 parent 119c87c commit 6a3a207

File tree

2 files changed

+7
-75
lines changed

2 files changed

+7
-75
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
October 4th, 2024
3+
=================
4+
25
October 3rd, 2024
36
=================
47
**Breaking Changes:**

aws/SDK_CHANGELOG.next.json

Lines changed: 4 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -5,77 +5,6 @@
55
{
66
"smithy-rs": [],
77
"aws-sdk-rust": [
8-
{
9-
"message": "Upgrade MSRV to Rust 1.78.0.\n",
10-
"meta": {
11-
"bug": false,
12-
"breaking": true,
13-
"tada": false
14-
},
15-
"author": "ysaito1001",
16-
"references": [
17-
"smithy-rs#3800"
18-
],
19-
"since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
20-
"age": 5
21-
},
22-
{
23-
"message": "Add minimal support for `AWS::Auth::AccountId` and `AWS::Auth::AccountIdEndpointMode` endpoint built-ins\n",
24-
"meta": {
25-
"bug": false,
26-
"breaking": false,
27-
"tada": false
28-
},
29-
"author": "landonxjames",
30-
"references": [
31-
"smithy-rs#3792"
32-
],
33-
"since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
34-
"age": 5
35-
},
36-
{
37-
"message": "Fix the execution order of [modify_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.modify_before_serialization) and [read_before_serialization](https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/interceptors/trait.Intercept.html#method.read_before_serialization) in the orchestrator. The `modify_before_serialization` method now executes before the `read_before_serialization` method. This adjustment may result in changes in behavior depending on how you customize interceptors.\n",
38-
"meta": {
39-
"bug": true,
40-
"breaking": false,
41-
"tada": false
42-
},
43-
"author": "ysaito1001",
44-
"references": [
45-
"smithy-rs#3798"
46-
],
47-
"since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
48-
"age": 5
49-
},
50-
{
51-
"message": "Fix the [Length::UpTo](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/enum.Length.html) usage in [FsBuilder](https://docs.rs/aws-smithy-types/1.2.2/aws_smithy_types/byte_stream/struct.FsBuilder.html), ensuring that the specified length does not exceed the remaining file length.\n",
52-
"meta": {
53-
"bug": true,
54-
"breaking": false,
55-
"tada": false
56-
},
57-
"author": "ysaito1001",
58-
"references": [
59-
"aws-sdk-rust#821",
60-
"smithy-rs#3797"
61-
],
62-
"since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
63-
"age": 5
64-
},
65-
{
66-
"message": "Re-export `ByteStream`'s `Length` and `FsBuilder`. By making these types available directly within a client crate, customers can use `ByteStream::read_from` without needing to import them separately from the `aws-smithy-types` crate.\n",
67-
"meta": {
68-
"bug": true,
69-
"breaking": false,
70-
"tada": false
71-
},
72-
"author": "ysaito1001",
73-
"references": [
74-
"aws-sdk-rust#820"
75-
],
76-
"since-commit": "d64aea29ad48d7bddb5a7511f3f1175c478e2c1e",
77-
"age": 5
78-
},
798
{
809
"message": "Remove stalled stream protection from transcribe-streaming operations.\n",
8110
"meta": {
@@ -88,7 +17,7 @@
8817
"aws-sdk-rust#1181"
8918
],
9019
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
91-
"age": 3
20+
"age": 4
9221
},
9322
{
9423
"message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n",
@@ -100,7 +29,7 @@
10029
"author": "aajtodd",
10130
"references": [],
10231
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
103-
"age": 3
32+
"age": 4
10433
},
10534
{
10635
"message": "Update Smoketest codegeneration to be endpoint built-in aware.\n",
@@ -114,7 +43,7 @@
11443
"smithy-rs#3836"
11544
],
11645
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
117-
"age": 3
46+
"age": 4
11847
},
11948
{
12049
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
@@ -128,7 +57,7 @@
12857
"smithy-rs#3820"
12958
],
13059
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
131-
"age": 2
60+
"age": 3
13261
}
13362
],
13463
"aws-sdk-model": []

0 commit comments

Comments
 (0)