Commit 49dae166 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update changelog

parent 9f0ba850
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
December 11th, 2023
===================
**New this release:**
- :bug: (client, [smithy-rs#3305](https://github.com/smithy-lang/smithy-rs/issues/3305)) `crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.


December 8th, 2023
==================
**New this release:**
+1 −13
Original line number Diff line number Diff line
@@ -10,15 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"
 No newline at end of file

[[smithy-rs]]
message = "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations."
references = ["smithy-rs#3305"]
meta = { "breaking" = false, "tada" = false, "bug" = true, "target" = "client" }
author = "ysaito1001"

[[aws-sdk-rust]]
message = "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations."
references = ["smithy-rs#3305"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "ysaito1001"
+23 −23
Original line number Diff line number Diff line
@@ -5,20 +5,6 @@
{
  "smithy-rs": [],
  "aws-sdk-rust": [
    {
      "message": "Allow `--` to be used in bucket names for S3",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "rcoh",
      "references": [
        "smithy-rs#3253"
      ],
      "since-commit": "48e3c95a3f10eebd5a637f8e7670c4232cdabbe4",
      "age": 5
    },
    {
      "message": "Retry additional classes of H2 errors (H2 GoAway & H2 ResetStream)",
      "meta": {
@@ -32,7 +18,7 @@
        "aws-sdk-rust#858"
      ],
      "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
      "age": 3
      "age": 4
    },
    {
      "message": "Make some properties for IoT types optional. Previously, they defaulted to false, but that isn't how the service actual works.",
@@ -46,7 +32,7 @@
        "smithy-rs#3256"
      ],
      "since-commit": "88970ba88ef45266aade152c7c1da8e90b24c0d7",
      "age": 3
      "age": 4
    },
    {
      "message": "Fix `config::Builder::set_credentials_provider` to override a credentials provider previously set.",
@@ -61,7 +47,7 @@
        "smithy-rs#3278"
      ],
      "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
      "age": 2
      "age": 3
    },
    {
      "message": "`config::Config::credentials_provider` has been broken since `release-2023-11-15` and is now marked as `deprecated` explicitly.",
@@ -76,7 +62,7 @@
        "smithy-rs#3278"
      ],
      "since-commit": "529b3f03e2b945ea2e5e879183ccfd8e74b7377c",
      "age": 2
      "age": 3
    },
    {
      "message": "Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.",
@@ -90,7 +76,7 @@
        "smithy-rs#3262"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 1
      "age": 2
    },
    {
      "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.",
@@ -105,7 +91,7 @@
        "smithy-rs#3269"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 1
      "age": 2
    },
    {
      "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",
@@ -120,7 +106,7 @@
        "aws-sdk-rust#971"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 1
      "age": 2
    },
    {
      "message": "Improve the error messages for when auth fails to select an auth scheme for a request.",
@@ -135,7 +121,7 @@
        "smithy-rs#3277"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 1
      "age": 2
    },
    {
      "message": "Fix documentation and examples on HyperConnector and HyperClientBuilder.",
@@ -150,7 +136,7 @@
        "smithy-rs#3282"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 1
      "age": 2
    },
    {
      "message": "All generated docs now include docsrs labels when features are required",
@@ -165,6 +151,20 @@
        "smithy-rs#3295"
      ],
      "since-commit": "fc335cbc87e70aa63895828fca55b51795b94a6c",
      "age": 2
    },
    {
      "message": "`crate::event_receiver::EventReceiver` is now re-exported as `crate::primitives::event_stream::EventReceiver` when a service supports event stream operations.",
      "meta": {
        "bug": true,
        "breaking": false,
        "tada": false
      },
      "author": "ysaito1001",
      "references": [
        "smithy-rs#3305"
      ],
      "since-commit": "9f0ba850e03241f657e2e40ca185780e0a5878cb",
      "age": 1
    }
  ],