Skip to content

Commit bd5fa57

Browse files
committed
[autosync] Release (#1351)
* Bump version numbers in gradle.properties * Add auto-changelog script * Update models, holding back S3 * Update CI to 1.58.1
1 parent 6361b77 commit bd5fa57

File tree

990 files changed

+122778
-65968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

990 files changed

+122778
-65968
lines changed

.smithyrs-githash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c66ef58ce190819a17c99e779d7d15db36954d7b
1+
9b6210c105599a50e63bf1e63017816dad6603a1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<!-- Do not manually edit this file, use `update-changelogs` -->
2+
0.11.0 (April 28th, 2022)
3+
=========================
4+
**Breaking Changes:**
5+
- ⚠ ([smithy-rs#1318](https://github.com/awslabs/smithy-rs/issues/1318)) Bump [MSRV](https://github.com/awslabs/aws-sdk-rust#supported-rust-versions-msrv) from 1.56.1 to 1.58.1 per our "two versions behind" policy.
6+
7+
**New this release:**
8+
- 🐛 ([smithy-rs#1344](https://github.com/awslabs/smithy-rs/issues/1344), @ryansb) Suppress irrelevant `$HOME` expansion warning when running in a Lambda Extension
9+
10+
**Contributors**
11+
Thank you for your contributions! ❤
12+
- @ryansb ([smithy-rs#1344](https://github.com/awslabs/smithy-rs/issues/1344))
13+
214
0.10.1 (April 14th, 2022)
315
=========================
416

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This README file is auto-generated by the build system in awslabs/smithy-rs.
44
To update it, edit the `aws/SDK_README.md.hb` Handlebars template in that repository.
55
-->
66

7-
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.10.1-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.58.1-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
7+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.11.0-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.58.1-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
88

99
This repo contains the new AWS SDK for Rust (the SDK) and its [public roadmap](https://github.com/awslabs/aws-sdk-rust/projects/1).
1010

@@ -25,8 +25,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2525

2626
```toml
2727
[dependencies]
28-
aws-config = "0.10.1"
29-
aws-sdk-dynamodb = "0.10.1"
28+
aws-config = "0.11.0"
29+
aws-sdk-dynamodb = "0.11.0"
3030
tokio = { version = "1", features = ["full"] }
3131
```
3232

examples/apigateway/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ edition = "2018"
66
publish = false
77
[dependencies.aws-config]
88
path = "../../sdk/aws-config"
9-
version = "0.10.1"
9+
version = "0.11.0"
1010

1111
[dependencies.aws-sdk-apigateway]
1212
path = "../../sdk/apigateway"
13-
version = "0.10.1"
13+
version = "0.11.0"
1414

1515
[dependencies.aws-smithy-types-convert]
1616
features = ["convert-chrono"]
1717
path = "../../sdk/aws-smithy-types-convert"
18-
version = "0.40.2"
18+
version = "0.41.0"
1919

2020
[dependencies.tokio]
2121
version = "1"

examples/apigatewaymanagement/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ http = "0.2.5"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.10.1"
14+
version = "0.11.0"
1515

1616
[dependencies.aws-sdk-apigatewaymanagement]
1717
path = "../../sdk/apigatewaymanagement"
18-
version = "0.10.1"
18+
version = "0.11.0"
1919

2020
[dependencies.tokio]
2121
version = "1"

examples/applicationautoscaling/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2018"
77
publish = false
88
[dependencies.aws-config]
99
path = "../../sdk/aws-config"
10-
version = "0.10.1"
10+
version = "0.11.0"
1111

1212
[dependencies.aws-sdk-applicationautoscaling]
1313
path = "../../sdk/applicationautoscaling"
14-
version = "0.10.1"
14+
version = "0.11.0"
1515

1616
[dependencies.tokio]
1717
version = "1"

examples/autoscaling/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2018"
77
publish = false
88
[dependencies.aws-config]
99
path = "../../sdk/aws-config"
10-
version = "0.10.1"
10+
version = "0.11.0"
1111

1212
[dependencies.aws-sdk-autoscaling]
1313
path = "../../sdk/autoscaling"
14-
version = "0.10.1"
14+
version = "0.11.0"
1515

1616
[dependencies.tokio]
1717
version = "1"

examples/autoscalingplans/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ edition = "2018"
77
publish = false
88
[dependencies.aws-sdk-autoscalingplans]
99
path = "../../sdk/autoscalingplans"
10-
version = "0.10.1"
10+
version = "0.11.0"
1111

1212
[dependencies.aws-config]
1313
path = "../../sdk/aws-config"
14-
version = "0.10.1"
14+
version = "0.11.0"
1515

1616
[dependencies.aws-types]
1717
path = "../../sdk/aws-types"
18-
version = "0.10.1"
18+
version = "0.11.0"
1919

2020
[dependencies.tokio]
2121
version = "1"

examples/batch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2018"
77
publish = false
88
[dependencies.aws-config]
99
path = "../../sdk/aws-config"
10-
version = "0.10.1"
10+
version = "0.11.0"
1111

1212
[dependencies.aws-sdk-batch]
1313
path = "../../sdk/batch"
14-
version = "0.10.1"
14+
version = "0.11.0"
1515

1616
[dependencies.tokio]
1717
version = "1"

examples/ca-certs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ rustls = "0.20.2"
1212

1313
[dependencies.aws-config]
1414
path = "../../sdk/aws-config"
15-
version = "0.10.1"
15+
version = "0.11.0"
1616

1717
[dependencies.aws-smithy-client]
1818
path = "../../sdk/aws-smithy-client"
19-
version = "0.40.2"
19+
version = "0.41.0"
2020

2121
[dependencies.aws-sdk-s3]
2222
default-features = false
2323
path = "../../sdk/s3"
24-
version = "0.10.1"
24+
version = "0.11.0"
2525

2626
[dependencies.tokio]
2727
version = "1"

0 commit comments

Comments
 (0)