Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
217ec06
Emit CloudWatch metrics from the canary runner (#381)
jdisanti Jan 11, 2022
b6ddbcf
[autosync] Fix bug where index.md is sometimes deleted (#1056)
rcoh Jan 11, 2022
55b3044
[autosync] Allow the canary runner to log metrics (#1035)
jdisanti Jan 11, 2022
7dfb4d7
[autosync] add: links to related types for fluent builders (#1022)
Jan 11, 2022
b203bf2
[autosync] Deserialize empty collections from the query string into `…
david-perez Jan 11, 2022
6671903
[autosync] Add Support for SSO (#1051)
rcoh Jan 11, 2022
a5dabb6
[autosync] make references into links to make changelogs more navigab…
rcoh Jan 11, 2022
1ab043d
[autosync] Assorted canary Improvements (#1061)
rcoh Jan 11, 2022
9a162f3
[autosync] `aws-smithy-http-server`: don't ignore empty path segments…
david-perez Jan 12, 2022
4ee4da9
[autosync] Upgrade Smithy to 1.16.1 (#1053)
jdisanti Jan 13, 2022
e874d29
[autosync] Add RFC for SDK example consolidation (#1041)
jdisanti Jan 13, 2022
fbb1019
[autosync] `aws-smithy-http-server`: implement basic URI pattern conf…
david-perez Jan 13, 2022
f9cbdf3
[autosync] `aws-smithy-http-server`: remove S3-like URI pattern confl…
david-perez Jan 13, 2022
fdcfbe8
[autosync] fix: silence warnings in Lambda environment (#1065)
nmoutschen Jan 14, 2022
05ca927
[autosync] Fix several warnings and reduce Rust target clobbering (#1…
jdisanti Jan 14, 2022
da17511
[autosync] Fix the PR bot (#1073)
jdisanti Jan 14, 2022
91487e1
[autosync] Add changelog entry for #1065 (#1074)
jdisanti Jan 14, 2022
707e2a4
[autosync] Use `pretty_assertions` in protocol tests (#1038)
david-perez Jan 14, 2022
33f6923
[autosync] update: client input links to point to fluent builder (#1064)
Jan 14, 2022
311632a
[autosync] Collect canary tasks so that they are run in parallel (#1076)
rcoh Jan 14, 2022
4afef61
[autosync] Make psuedo jobs fail if dependency jobs failed in CI (#1078)
jdisanti Jan 14, 2022
89a0add
[autosync] `rust-server-codegen`: add support for `@httpPayload` in r…
david-perez Jan 17, 2022
8e845b3
[autosync] Filter protocol tests applied to errors depending on clien…
david-perez Jan 18, 2022
b457933
[autosync] Fix paginator bug where `None` was returned immediately (#…
rcoh Jan 18, 2022
cb794af
[autosync] Fix the canary Lambda build and add it to CI (#1079)
jdisanti Jan 18, 2022
8dd972c
[autosync] `rust-server-codegen`: fix deserialization of escaped quer…
david-perez Jan 19, 2022
6062736
[autosync] release v0.35.0 (#1088)
Jan 19, 2022
f7214d2
update: CHANGELOG for release
Jan 19, 2022
11431bb
update: readme versions
Jan 19, 2022
56000f4
[autosync] Simplify Canary Lambda CI (#1084)
jdisanti Jan 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .smithyrs-githash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b90cc9b11064bc8e92cf874a49010dd16e51729
fd6788ff781505c8521637241ad6910cf0fcac08
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<!-- Do not manually edit this file, use `update-changelogs` -->
0.5.0 (January 19, 2022)
========================
**New this release:**
- 🎉 ([aws-sdk-rust#348](https://github.com/awslabs/aws-sdk-rust/issues/348)) The docs for fluent builders now have easy links to their corresponding Input, Output, and Error structs
- 🎉 ([smithy-rs#1051](https://github.com/awslabs/smithy-rs/issues/1051), [aws-sdk-rust#4](https://github.com/awslabs/aws-sdk-rust/issues/4)) Add support for SSO credentials
- 🐛🎉 ([smithy-rs#1065](https://github.com/awslabs/smithy-rs/issues/1065), [aws-sdk-rust#398](https://github.com/awslabs/aws-sdk-rust/issues/398), @nmoutschen) Silence profile credential warnings in Lambda environment
- 🐛 ([aws-sdk-rust#405](https://github.com/awslabs/aws-sdk-rust/issues/405), [smithy-rs#1083](https://github.com/awslabs/smithy-rs/issues/1083)) Fixed paginator bug impacting EC2 describe VPCs (and others)

**Contributors**
Thank you for your contributions! ❤
- @nmoutschen ([aws-sdk-rust#398](https://github.com/awslabs/aws-sdk-rust/issues/398), [smithy-rs#1065](https://github.com/awslabs/smithy-rs/issues/1065))


v0.4.1 (January 10, 2022)
=========================
**New this release:**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.4.0-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.54-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-v0.5.0-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.54-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)

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

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

```toml
[dependencies]
aws-config = "0.4.0"
aws-sdk-dynamodb = "0.4.0"
aws-config = "0.5.0"
aws-sdk-dynamodb = "0.5.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
6 changes: 3 additions & 3 deletions examples/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ version = "0.1.0"
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-types-convert]
path = "../../sdk/aws-smithy-types-convert"
features = ["convert-chrono"]
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-sdk-apigateway]
path = "../../sdk/apigateway"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/apigatewaymanagement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ http = "0.2.5"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-apigatewaymanagement]
path = "../../sdk/apigatewaymanagement"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = ["John DiSanti <jdisanti@amazon.com>, Doug Schwartz <dougsch@amazon.co
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-applicationautoscaling]
path = "../../sdk/applicationautoscaling"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ authors = ["Doug Schwartz <dougsch@amazon.com>"]
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-autoscaling]
path = "../../sdk/autoscaling"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/autoscalingplans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = ["John DiSanti <jdisanti@amazon.com>"]
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-autoscalingplans]
path = "../../sdk/autoscalingplans"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ authors = ["Alistair McLean <mclean@amazon.com>", "Doug Schwartz <dougsch@amazon
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-batch]
path = "../../sdk/batch"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/ca-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ rustls = "0.20.2"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-client]
path = "../../sdk/aws-smithy-client"
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-sdk-s3]
package = "aws-sdk-s3"
path = "../../sdk/s3"
default-features = false
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudformation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ authors = ["Alistair McLean <mclean@amazon.com>", "Doug Schwartz <dougsch@amazon
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-cloudformation]
package = "aws-sdk-cloudformation"
path = "../../sdk/cloudformation"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudwatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@a
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-cloudwatch]
path = "../../sdk/cloudwatch"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
6 changes: 3 additions & 3 deletions examples/cloudwatchlogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@a
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-cloudwatchlogs]
path = "../../sdk/cloudwatchlogs"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand All @@ -26,4 +26,4 @@ features = ["env-filter"]

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"
8 changes: 4 additions & 4 deletions examples/cognitoidentity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ chrono = "0.4"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-types-convert]
path = "../../sdk/aws-smithy-types-convert"
features = ["convert-chrono"]
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-sdk-cognitoidentity]
path = "../../sdk/cognitoidentity"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
8 changes: 4 additions & 4 deletions examples/cognitoidentityprovider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ authors = ["John DiSanti <jdisanti@amazon.com>", "Doug Schwartz <dougsch@amazon.
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-types-convert]
path = "../../sdk/aws-smithy-types-convert"
features = ["convert-chrono"]
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-sdk-cognitoidentityprovider]
package = "aws-sdk-cognitoidentityprovider"
path = "../../sdk/cognitoidentityprovider"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
8 changes: 4 additions & 4 deletions examples/cognitosync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ authors = ["John DiSanti <jdisanti@amazon.com>", "Doug Schwartz <dougsch@amazon.
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-types-convert]
path = "../../sdk/aws-smithy-types-convert"
features = ["convert-chrono"]
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-sdk-cognitosync]
package = "aws-sdk-cognitosync"
path = "../../sdk/cognitosync"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors = ["Russell Cohen <rcoh@amazon.com>", "Doug Schwartz <dougsch@amazon.com
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-config]
package = "aws-sdk-config"
path = "../../sdk/config"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
14 changes: 7 additions & 7 deletions examples/dynamodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ tokio-stream = "0.1.8"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-http]
path = "../../sdk/aws-http"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-dynamodb]
path = "../../sdk/dynamodb"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-smithy-http]
path = "../../sdk/aws-smithy-http"
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-smithy-client]
path = "../../sdk/aws-smithy-client"
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-smithy-types]
path = "../../sdk/aws-smithy-types"
version = "0.34.1"
version = "0.35.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.structopt]
version = "0.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/ebs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ sha2 = "0.9.5"

[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-ebs]
package = "aws-sdk-ebs"
path = "../../sdk/ebs"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-ec2]
package = "aws-sdk-ec2"
path = "../../sdk/ec2"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-types]
path = "../../sdk/aws-types"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
4 changes: 2 additions & 2 deletions examples/ec2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ authors = ["Russell Cohen <rcoh@amazon.com>", "Doug Schwartz <dougsch@amazon.com
edition = "2018"
[dependencies.aws-config]
path = "../../sdk/aws-config"
version = "0.4.1"
version = "0.5.0"

[dependencies.aws-sdk-ec2]
package = "aws-sdk-ec2"
path = "../../sdk/ec2"
version = "0.4.1"
version = "0.5.0"

[dependencies.tokio]
version = "1"
Expand Down
Loading