|
1 | 1 | vNext (Month Day, Year)
|
2 | 2 | =======================
|
3 | 3 |
|
4 |
| -**TODO Upon release** |
5 |
| -- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 |
6 |
| - |
7 |
| -**New this release** |
8 |
| - |
9 |
| -- :tada: Timeouts for requests are now configurable. You can set a timeout for each individual request attempt or for all attempts made for a request. (smithy-rs#831) |
10 |
| - - `SdkError` now includes a variant `TimeoutError` for when a request times out (smithy-rs#885) |
11 |
| -- Improve docs on `aws-smithy-client` (smithy-rs#855) |
12 |
| -- Fix http-body dependency version (smithy-rs#883, aws-sdk-rust#305) |
| 4 | +v0.0.26-alpha (November 23rd, 2021) |
| 5 | +=================================== |
13 | 6 |
|
14 |
| -**Breaking changes** |
| 7 | +**TODO upon release** |
| 8 | +- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54 |
15 | 9 |
|
| 10 | +**Breaking Changes** |
16 | 11 | - `RetryConfigBuilder::merge_with` has been renamed to `RetryConfigBuilder::take_unset_from`
|
17 | 12 | - `Credentials::from_keys` is now behind a feature flag named `hardcoded-credentials` in `aws-types`.
|
18 | 13 | It is __NOT__ secure to hardcode credentials into your application, and the credentials
|
19 | 14 | providers that come with the AWS SDK should be preferred. (smithy-rs#875, smithy-rs#317)
|
20 | 15 | - (aws-smithy-client): Extraneous `pub use SdkSuccess` removed from `aws_smithy_client::hyper_ext`. (smithy-rs#855)
|
21 |
| - |
22 |
| -v0.0.26-alpha (TBD) |
23 |
| -=================================== |
24 |
| - |
25 |
| -**Breaking Changes** |
26 |
| - |
27 | 16 | - The `add_metadata` function was removed from `AwsUserAgent` in `aws-http`.
|
28 | 17 | Use `with_feature_metadata`, `with_config_metadata`, or `with_framework_metadata` now instead. (smithy-rs#865)
|
29 | 18 | - Several breaking changes around `aws_smithy_types::Instant` were introduced by smithy-rs#849:
|
@@ -79,6 +68,10 @@ v0.0.26-alpha (TBD)
|
79 | 68 | - Added missing features to user agent formatting, and made it possible to configure an app name for the user agent via service config. (smithy-rs#865)
|
80 | 69 | - :bug: Relaxed profile name validation to allow `@` and other characters (smithy-rs#861, aws-sdk-rust#270)
|
81 | 70 | - :bug: Fixed signing problem with S3 Control (smithy-rs#858, aws-sd-rust#291)
|
| 71 | +- :tada: Timeouts for requests are now configurable. You can set a timeout for each individual request attempt or for all attempts made for a request. (smithy-rs#831) |
| 72 | + - `SdkError` now includes a variant `TimeoutError` for when a request times out (smithy-rs#885) |
| 73 | +- Improve docs on `aws-smithy-client` (smithy-rs#855) |
| 74 | +- Fix http-body dependency version (smithy-rs#883, aws-sdk-rust#305) |
82 | 75 |
|
83 | 76 | **Contributions**
|
84 | 77 |
|
|
0 commit comments