Skip to content

Commit 1cbcd04

Browse files
authored
Release preparation v0.26/v0.0.21-alpha (#773)
* bump version for release * update changelogs * Fix runtime crate version * fix comment * use a 3 segment version
1 parent b939f46 commit 1cbcd04

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

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

4+
v0.26 (October 15th, 2021)
5+
=======================
6+
47
**Breaking Changes**
58

69
- :warning: The `rust-codegen` plugin now requires a `moduleDescription` in the *smithy-build.json* file. This

aws/SDK_CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
vNext (Month Day, Year)
22
=======================
33

4+
v0.0.21-alpha (October 15th, 2021)
5+
==================================
6+
47
**New this week**
58

69
- Prepare crate manifests for publishing to crates.io (smithy-rs#755)
7-
- Add support for IAM Roles for tasks (smithy-rs#765, aws-sdk-rust#123)
10+
- Add support for IAM Roles for tasks credential provider (smithy-rs#765, aws-sdk-rust#123)
811
- All service crates now have generated README files (smithy-rs#766)
912
- Update AWS service models (smithy-rs#772)
1013
- :tada: Add support for Amazon Managed Grafana (smithy-rs#772)
@@ -18,10 +21,6 @@ v0.0.20-alpha (October 7, 2021)
1821
- `SmithyConnector` and `DynConnector` now return `ConnectorError` instead of `Box<dyn Error>`. If you have written a custom connector, it will need to be updated to return the new error type. (#744)
1922
- The `DispatchError` variant of `SdkError` now contains `ConnectorError` instead of `Box<dyn Error>` (#744).
2023

21-
**Tasks to cut release**
22-
23-
- [ ] Bump MSRV on aws-sdk-rust, then delete this line.
24-
2524
**New This Week**
2625

2726
- :tada: Make retry behavior configurable

aws/sdk/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55

66
# Version number to use for the generated SDK
7-
aws.sdk.version=0.0.20-alpha
8-
smithy.rs.runtime.crate.version=0.25.1-alpha
7+
# Note: these must always be full 3-segment semver versions
8+
aws.sdk.version=0.0.21-alpha
9+
smithy.rs.runtime.crate.version=0.26.0-alpha
910

1011
# several services are broken pending custom work:
1112
# Glacier requires a customization which is not currently supported:
1213
# https://github.com/awslabs/smithy-rs/issues/137
13-
# IOT data plane requires a signing customization https://github.com/awslabs/smithy-rs/issues/606
1414
# timestream requires endpoint discovery: https://github.com/awslabs/aws-sdk-rust/issues/114
1515
aws.services.fullsdk=-glacier,-timestreamwrite,-timestreamquery
1616

0 commit comments

Comments
 (0)