Skip to content

Commit a1dbbe2

Browse files
authored
prepare alpha release (#889)
1 parent e23bdc8 commit a1dbbe2

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
vNext (Month Day, Year)
22
=======================
3+
**New this week**
4+
5+
**Breaking changes**
6+
7+
v0.30.0-alpha (November 23rd, 2021)
8+
===================================
39

4-
**New this release**
10+
**New this week**
511
- Improve docs on `aws-smithy-client` (smithy-rs#855)
612
- Fix http-body dependency version (smithy-rs#883, aws-sdk-rust#305)
713
- `SdkError` now includes a variant `TimeoutError` for when a request times out (smithy-rs#885)
14+
- Timeouts for requests are now configurable. You can set separate timeouts for each individual request attempt and all attempts made for a request. (smithy-rs#831)
815

916
**Breaking Changes**
1017
- (aws-smithy-client): Extraneous `pub use SdkSuccess` removed from `aws_smithy_client::hyper_ext`. (smithy-rs#855)
1118

12-
**New this week**
13-
14-
- Timeouts for requests are now configurable. You can set separate timeouts for each individual request attempt and all attempts made for a request. (smithy-rs#831)
1519

1620
v0.29.0-alpha (November 11th, 2021)
1721
===================================

aws/SDK_CHANGELOG.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
vNext (Month Day, Year)
22
=======================
33

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+
===================================
136

14-
**Breaking changes**
7+
**TODO upon release**
8+
- Update README & aws-sdk-rust CI for MSRV upgrade to 1.54
159

10+
**Breaking Changes**
1611
- `RetryConfigBuilder::merge_with` has been renamed to `RetryConfigBuilder::take_unset_from`
1712
- `Credentials::from_keys` is now behind a feature flag named `hardcoded-credentials` in `aws-types`.
1813
It is __NOT__ secure to hardcode credentials into your application, and the credentials
1914
providers that come with the AWS SDK should be preferred. (smithy-rs#875, smithy-rs#317)
2015
- (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-
2716
- The `add_metadata` function was removed from `AwsUserAgent` in `aws-http`.
2817
Use `with_feature_metadata`, `with_config_metadata`, or `with_framework_metadata` now instead. (smithy-rs#865)
2918
- Several breaking changes around `aws_smithy_types::Instant` were introduced by smithy-rs#849:
@@ -79,6 +68,10 @@ v0.0.26-alpha (TBD)
7968
- 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)
8069
- :bug: Relaxed profile name validation to allow `@` and other characters (smithy-rs#861, aws-sdk-rust#270)
8170
- :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)
8275

8376
**Contributions**
8477

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
aws.sdk.version=0.0.26-alpha
99

1010
# Version number to use for the generated runtime crates
11-
smithy.rs.runtime.crate.version=0.29.0-alpha
11+
smithy.rs.runtime.crate.version=0.30.0-alpha
1212

1313
kotlin.code.style=official
1414

0 commit comments

Comments
 (0)