Skip to content

Commit ad37354

Browse files
Update changelog
1 parent fa93eb9 commit ad37354

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
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+
December 13th, 2023
3+
===================
4+
25
December 11th, 2023
36
===================
47
**New this release:**

aws/SDK_CHANGELOG.next.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"aws-sdk-rust#858"
1919
],
2020
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
21-
"age": 4
21+
"age": 5
2222
},
2323
{
2424
"message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
@@ -32,7 +32,7 @@
3232
"smithy-rs#3256"
3333
],
3434
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
35-
"age": 4
35+
"age": 5
3636
},
3737
{
3838
"message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.",
@@ -47,7 +47,7 @@
4747
"smithy-rs#3278"
4848
],
4949
"since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
50-
"age": 3
50+
"age": 4
5151
},
5252
{
5353
"message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.",
@@ -62,7 +62,7 @@
6262
"smithy-rs#3278"
6363
],
6464
"since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
65-
"age": 3
65+
"age": 4
6666
},
6767
{
6868
"message": "Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.",
@@ -76,7 +76,7 @@
7676
"smithy-rs#3262"
7777
],
7878
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
79-
"age": 2
79+
"age": 3
8080
},
8181
{
8282
"message": "Client creation now takes microseconds instead of milliseconds.\nPreviously, it would take 2-3 milliseconds for each client instantiation due to time spent compiling regexes.\nFor applications that used several clients, this would increase start-up time in cases where it really matters,\nsuch as for AWS Lambda cold starts. This time was improved by both changing regex implementation and caching the\nresult of the compilation.",
@@ -91,7 +91,7 @@
9191
"smithy-rs#3269"
9292
],
9393
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
94-
"age": 2
94+
"age": 3
9595
},
9696
{
9797
"message": "Add `test_credentials` to `ConfigLoader` in `aws_config`. This allows the following pattern during tests:\n\n```rust\nasync fn main() {\n let conf = aws_config::defaults(BehaviorVersion::latest())\n .test_credentials()\n .await;\n}\n```\n\nThis is designed for unit tests and using local mocks like DynamoDB Local and LocalStack with the SDK.\n",
@@ -106,7 +106,7 @@
106106
"aws-sdk-rust#971"
107107
],
108108
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
109-
"age": 2
109+
"age": 3
110110
},
111111
{
112112
"message": "Improve the error messages for when auth fails to select an auth scheme for a request.",
@@ -121,7 +121,7 @@
121121
"smithy-rs#3277"
122122
],
123123
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
124-
"age": 2
124+
"age": 3
125125
},
126126
{
127127
"message": "Fix documentation and examples on HyperConnector and HyperClientBuilder.",
@@ -136,7 +136,7 @@
136136
"smithy-rs#3282"
137137
],
138138
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
139-
"age": 2
139+
"age": 3
140140
},
141141
{
142142
"message": "All generated docs now include docsrs labels when features are required",
@@ -151,7 +151,7 @@
151151
"smithy-rs#3295"
152152
],
153153
"since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
154-
"age": 2
154+
"age": 3
155155
},
156156
{
157157
"message": "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.",
@@ -165,7 +165,7 @@
165165
"smithy-rs#3305"
166166
],
167167
"since-commit": "9f0ba850e03241f657e2e40ca185780e0a5878cb",
168-
"age": 1
168+
"age": 2
169169
}
170170
],
171171
"aws-sdk-model": []

0 commit comments

Comments
 (0)