Skip to content

Commit

Permalink
Merge branch 'main' into tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez authored Oct 18, 2024
2 parents f09336e + c8c610f commit 890fa3b
Show file tree
Hide file tree
Showing 29 changed files with 1,101 additions and 596 deletions.
5 changes: 1 addition & 4 deletions .cargo-deny-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# More documentation for the licenses section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
default = "deny"
unlicensed = "deny"
copyleft = "deny"
allow-osi-fsf-free = "neither"
allow = [
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
Expand All @@ -19,6 +15,7 @@ allow = [
"MPL-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 1.0
exceptions = [
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
October 9th, 2024
=================
**New this release:**
- :bug: (client, [smithy-rs#3871](https://github.com/smithy-lang/smithy-rs/issues/3871), [aws-sdk-rust#1202](https://github.com/awslabs/aws-sdk-rust/issues/1202)) Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.


October 5th, 2024
=================
**New this release:**
Expand Down
45 changes: 10 additions & 35 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,33 @@
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Remove stalled stream protection from transcribe-streaming operations.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"references": [
"aws-sdk-rust#1181"
],
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
"age": 5
},
{
"message": "deprecate http-02x presign APIs in favor of http-1x equivalents\n",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "aajtodd",
"references": [],
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
"age": 5
},
{
"message": "Update Smoketest codegeneration to be endpoint built-in aware.\n",
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "landonxjames",
"author": "Velfi",
"references": [
"smithy-rs#3836"
"smithy-rs#3820"
],
"since-commit": "c622e5e97b199cc2382a4fbc14a9773e9ea1766c",
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
"age": 5
},
{
"message": "Fixed a bug with the content length of compressed payloads that caused such requests to hang.\n",
"message": "Fix minimum throughput detection for downloads to avoid incorrectly raising an error while the user is consuming data at a slow but steady pace.\n",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "Velfi",
"author": "ysaito1001",
"references": [
"smithy-rs#3820"
"smithy-rs#3871",
"aws-sdk-rust#1202"
],
"since-commit": "2f29209c1ecfd8a848dc0745dbce6b510c898d9a",
"age": 4
"since-commit": "1e803494dc1c9f1d8290cf9317ed39b026a603a2",
"age": 1
}
],
"aws-sdk-model": []
Expand Down
Loading

0 comments on commit 890fa3b

Please sign in to comment.