Skip to content

Commit c94edb3

Browse files
Update changelog
1 parent 26c59c2 commit c94edb3

File tree

4 files changed

+34
-33
lines changed

4 files changed

+34
-33
lines changed

.changelog/1765297987.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changelog/1765569471.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
2+
December 16th, 2025
3+
===================
4+
**New this release:**
5+
- :tada: (all, [smithy-rs#4418](https://github.com/smithy-lang/smithy-rs/issues/4418), @AmitKulkarni23) Add `expect_number_as_string_or_null` function to `aws-smithy-json` that extracts JSON numbers as strings without converting to u64/i64/f64. This preserves arbitrary precision for BigInteger and BigDecimal support, preventing precision loss for numbers larger than standard numeric types can represent.
6+
- :tada: (client, @annahay) Add token bucket success rewards, time based refill, fractional tokens
7+
8+
**Contributors**
9+
Thank you for your contributions! ❤
10+
- @AmitKulkarni23 ([smithy-rs#4418](https://github.com/smithy-lang/smithy-rs/issues/4418))
11+
- @annahay
12+
13+
214
December 8th, 2025
315
==================
416
**Breaking Changes:**

aws/SDK_CHANGELOG.next.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"smithy-rs#4353"
1919
],
2020
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
21-
"age": 4
21+
"age": 5
2222
},
2323
{
2424
"message": "Add tags to `AssumeRoleProviderBuilder`\n",
@@ -32,7 +32,7 @@
3232
"aws-sdk-rust#1366"
3333
],
3434
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
35-
"age": 4
35+
"age": 5
3636
},
3737
{
3838
"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",
@@ -47,7 +47,7 @@
4747
"smithy-rs#4189"
4848
],
4949
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
50-
"age": 4
50+
"age": 5
5151
},
5252
{
5353
"message": "Upgrade MSRV to Rust 1.88.0.\n",
@@ -61,7 +61,7 @@
6161
"smithy-rs#4367"
6262
],
6363
"since-commit": "cf1e783d15842aab12e1ee02ce9d329b8443e848",
64-
"age": 4
64+
"age": 5
6565
},
6666
{
6767
"message": "Bump crc-fast version to 1.6.0\n",
@@ -73,7 +73,7 @@
7373
"author": "landonxjames",
7474
"references": [],
7575
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
76-
"age": 3
76+
"age": 4
7777
},
7878
{
7979
"message": "Validate `Region` is a valid host label when constructing endpoints.\n",
@@ -85,7 +85,7 @@
8585
"author": "aajtodd",
8686
"references": [],
8787
"since-commit": "4533810c833251e78df3d8a4992b8ccc5f2fc67c",
88-
"age": 3
88+
"age": 4
8989
},
9090
{
9191
"message": "Fix Content-Type and Accept headers for event streams in RPC v2 CBOR to set `application/vnd.amazon.eventstream`\n",
@@ -99,7 +99,7 @@
9999
"smithy-rs#4427"
100100
],
101101
"since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8",
102-
"age": 1
102+
"age": 2
103103
},
104104
{
105105
"message": "In `legacy-rustls-ring`, polyfill `with_native_roots` to use `rustls_native_certs 0.8` to avoid\nRUSTSEC-2025-0134.",
@@ -113,7 +113,7 @@
113113
"aws-sdk-rust#1390"
114114
],
115115
"since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8",
116-
"age": 1
116+
"age": 2
117117
},
118118
{
119119
"message": "Publish an MSRV for all packages\n\n",
@@ -125,6 +125,20 @@
125125
"author": "arielby",
126126
"references": [],
127127
"since-commit": "8a939c7b0de5ddd921132e7d558851f7957c18a8",
128+
"age": 2
129+
},
130+
{
131+
"message": "Add `expect_number_as_string_or_null` function to `aws-smithy-json` that extracts JSON numbers as strings without converting to u64/i64/f64. This preserves arbitrary precision for BigInteger and BigDecimal support, preventing precision loss for numbers larger than standard numeric types can represent.\n",
132+
"meta": {
133+
"bug": false,
134+
"breaking": false,
135+
"tada": true
136+
},
137+
"author": "AmitKulkarni23",
138+
"references": [
139+
"smithy-rs#4418"
140+
],
141+
"since-commit": "26c59c21b638bbd33a9f46060ff8cc8d4c9df67c",
128142
"age": 1
129143
}
130144
],

0 commit comments

Comments
 (0)