|
1 | 1 | ## vNext (Month Day Year)
|
| 2 | +**New This Week** |
| 3 | +- (When complete) Add profile file provider for region (#594, #xyz) |
2 | 4 |
|
| 5 | +## v0.18 (July 27th 2021) |
3 | 6 | **Breaking changes**
|
4 | 7 | * `test-util` has been made an optional dependency and has moved from
|
5 | 8 | aws-hyper to smithy-http. If you were relying on `aws_hyper::TestConnection`, add `smithy-client` as a dependency
|
|
11 | 14 | - :bug: Bugfix: Fix parsing bug where parsing XML incorrectly stripped whitespace (#590, aws-sdk-rust#153)
|
12 | 15 | - Establish common abstraction for environment variables (#594)
|
13 | 16 | - Add windows to the test matrix (#594)
|
14 |
| -- (When complete) Add profile file provider for region (#594, #xyz) |
15 | 17 | - :bug: Bugfix: Constrain RFC-3339 timestamp formatting to microsecond precision (#596)
|
16 | 18 |
|
| 19 | +## v0.17 (July 15th 2021) |
| 20 | + |
| 21 | +**New this Week** |
| 22 | +* 🎉 Add support for Autoscaling (#576, #582) |
| 23 | +* `AsyncProvideCredentials` now introduces an additional lifetime parameter, simplifying bridging it with `#[async_trait]` interfaces |
| 24 | +* Fix S3 bug when content type was set explicitly (aws-sdk-rust#131, #566, @eagletmt) |
| 25 | + |
| 26 | +**Contributions** |
| 27 | +Thank you for your contributions! ❤️ |
| 28 | +* @eagletmt (#566) |
| 29 | + |
| 30 | +## v0.16 (July 6th 2021) |
| 31 | +**New this Week** |
| 32 | +- ⚠️ **Breaking Change:** `ProvideCredentials` and `CredentialError` were both moved into `aws_auth::provider` when they were previously in `aws_auth` (#572) |
| 33 | +- 🎉 Add support for AWS Config (#570) |
| 34 | +- 🎉 Add support for EBS (#567) |
| 35 | +- 🎉 Add support for Cognito (#573) |
| 36 | +- 🎉 Add support for Snowball (#579, @landonxjames) |
| 37 | +- Make it possible to asynchronously provide credentials with `async_provide_credentials_fn` (#572, #577) |
| 38 | +- Improve RDS, QLDB, Polly, and KMS examples (#561, #560, #558, #556, #550) |
| 39 | +- Update AWS SDK models (#575) |
| 40 | +- 🐛 Bugfix: Fill in message from error response even when it doesn't match the modeled case format (#565) |
| 41 | + |
| 42 | +**Internal Changes** |
| 43 | +- Add support for `@unsignedPayload` Smithy trait (#567) |
| 44 | +- Strip service/api/client suffix from sdkId (#546) |
| 45 | +- Remove idempotency token trait (#571) |
| 46 | + |
| 47 | +**Contributions** |
| 48 | + |
| 49 | +Thank you for your contributions! ❤️ |
| 50 | + |
| 51 | +- landonxjames (#579) |
| 52 | + |
17 | 53 | ## v0.15 (June 29th 2021)
|
18 | 54 | This week, we've added EKS, ECR and Cloudwatch. The JSON deserialization implementation has been replaced, please be
|
19 | 55 | on the lookout for potential issues.
|
|
0 commit comments