Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Dec 1, 2023
1 parent 529b3f0 commit cd6baa9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 116 deletions.
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. -->
December 1st, 2023
==================
**New this release:**
- (client, [smithy-rs#3278](https://github.com/smithy-lang/smithy-rs/issues/3278)) `RuntimeComponentsBuilder::push_identity_resolver` is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use `RuntimeComponentsBuilder::set_identity_resolver` instead.


November 27th, 2023
===================
**New this release:**
Expand Down
20 changes: 1 addition & 19 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,4 @@
# message = "Fix typos in module documentation for generated crates"
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"

[[aws-sdk-rust]]
message = "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set."
references = ["aws-sdk-rust#973", "smithy-rs#3278"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ysaito1001"

[[aws-sdk-rust]]
message = "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly."
references = ["smithy-rs#3251", "smithy-rs#3278"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "ysaito1001"

[[smithy-rs]]
message = "`RuntimeComponentsBuilder::push_identity_resolver` is now deprecated since it does not replace the existing identity resolver of a given auth scheme ID. Use `RuntimeComponentsBuilder::set_identity_resolver` instead."
references = ["smithy-rs#3278"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
author = "ysaito1001"
# author = "rcoh"
125 changes: 28 additions & 97 deletions aws/SDK_CHANGELOG.next.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,159 +6,90 @@
"smithy-rs": [],
"aws-sdk-rust": [
{
"message": "Add configurable stalled-stream protection for downloads.\n\nWhen making HTTP calls,\nit's possible for a connection to 'stall out' and emit no more data due to server-side issues.\nIn the event this happens, it's desirable for the stream to error out as quickly as possible.\nWhile timeouts can protect you from this issue, they aren't adaptive to the amount of data\nbeing sent and so must be configured specifically for each use case. When enabled, stalled-stream\nprotection will ensure that bad streams error out quickly, regardless of the amount of data being\ndownloaded.\n\nProtection is enabled by default for all clients but can be configured or disabled.\nSee [this discussion](https://github.com/awslabs/aws-sdk-rust/discussions/956) for more details.\n",
"meta": {
"bug": false,
"breaking": true,
"tada": true
},
"author": "Velfi",
"references": [
"smithy-rs#3202"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
},
{
"message": "Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.",
"message": "Make properties of S3Control PublicAccessBlockConfiguration optional. Previously, they defaulted to false, but this created invalid requests.",
"meta": {
"bug": true,
"breaking": true,
"tada": false
},
"author": "milesziemer",
"references": [
"smithy-rs#3217"
"smithy-rs#3246"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"since-commit": "e155c3048b9989fe406ef575d461ea01dfaf294c",
"age": 5
},
{
"message": "Prevent multiplication overflow in backoff computation",
"message": "Allow `--` to be used in bucket names for S3",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "rcoh",
"references": [
"smithy-rs#3229",
"aws-sdk-rust#960"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
},
{
"message": "Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.",
"meta": {
"bug": true,
"breaking": true,
"tada": false
},
"author": "milesziemer",
"references": [
"smithy-rs#3228"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
},
{
"message": "Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations\nwere ignored by the Rust compiler (we found out later that `#[deprecated]` on `pub use` doesn't work). See\nthe [deprecations removal list](https://github.com/smithy-lang/smithy-rs/discussions/3223) for more details.\n",
"meta": {
"bug": false,
"breaking": true,
"tada": false
},
"author": "jdisanti",
"references": [
"smithy-rs#3222"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
},
{
"message": "Add `Display` impl for `DateTime`.",
"meta": {
"bug": false,
"breaking": false,
"tada": true
},
"author": "HakanVardarr",
"references": [
"smithy-rs#3183"
"smithy-rs#3253"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
"since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4",
"age": 4
},
{
"message": "Types/functions that were previously `#[doc(hidden)]` in `aws-config`, `aws-inlineable`, `aws-types`, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.",
"message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "ysaito1001",
"author": "rcoh",
"references": [
"smithy-rs#3226"
"aws-sdk-rust#738",
"aws-sdk-rust#858"
],
"since-commit": "f66f9246bccc376462ef47aec5707569fca214f5",
"age": 5
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
"age": 2
},
{
"message": "Make properties of S3Control PublicAccessBlockConfiguration optional. Previously, they defaulted to false, but this created invalid requests.",
"message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
"meta": {
"bug": true,
"breaking": true,
"tada": false
},
"author": "milesziemer",
"references": [
"smithy-rs#3246"
"smithy-rs#3256"
],
"since-commit": "e155c3048b9989fe406ef575d461ea01dfaf294c",
"age": 4
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
"age": 2
},
{
"message": "Allow `--` to be used in bucket names for S3",
"message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.",
"meta": {
"bug": true,
"breaking": false,
"tada": false
},
"author": "rcoh",
"author": "ysaito1001",
"references": [
"smithy-rs#3253"
"aws-sdk-rust#973",
"smithy-rs#3278"
],
"since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4",
"age": 3
"since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
"age": 1
},
{
"message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)",
"message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.",
"meta": {
"bug": false,
"breaking": false,
"tada": false
},
"author": "rcoh",
"references": [
"aws-sdk-rust#738",
"aws-sdk-rust#858"
],
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
"age": 1
},
{
"message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
"meta": {
"bug": true,
"breaking": true,
"tada": false
},
"author": "milesziemer",
"author": "ysaito1001",
"references": [
"smithy-rs#3256"
"smithy-rs#3251",
"smithy-rs#3278"
],
"since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
"since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
"age": 1
}
],
Expand Down

0 comments on commit cd6baa9

Please sign in to comment.