message="Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate."
references=["aws-sdk-rust#1162"]
meta={"breaking"=false,"tada"=false,"bug"=false}
author="ysaito1001"
[[aws-sdk-rust]]
message="""
Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.
Then, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.
"""
references=["smithy-rs#3696"]
meta={"breaking"=false,"tada"=true,"bug"=false}
author="Velfi"
[[aws-sdk-rust]]
message="`AwsErrorCodeClassifier` for S3 now treats `InternalError` as a transient error to trigger retries."
"message":"Stalled stream protection will no longer be applied to the following Lambda operations: [Invoke], [InvokeAsync], [InvokeWithResponseStream].\n\n[Invoke]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke\n[InvokeAsync]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_async\n[InvokeWithResponseStream]: https://docs.rs/aws-sdk-lambda/latest/aws_sdk_lambda/client/struct.Client.html#method.invoke_with_response_stream\n",
"message":"Add support for v1 `http_body::Body` to `aws_smithy_types::byte_stream::bytestream_util::PathBody`.",
"message":"Add documentation on the default configuration to `from_env`, `load_from_env`, `defaults`, and `load_from_defaults` in the `aws-config` crate.",
"message":"Pre-signed requests may now be converted to Http v1.x requests. This requires enabling the `http-1x` feature for the SDK in question.\nThen, call `PresignedRequest::make_http_1x_request` or `PresignedRequest::into_http_1x_request`.\n",