Skip to content

Commit 08961db

Browse files
authored
Update CHANGELOG for v0.18 (#612)
* Update CHANGELOG for v0.17 * Update CHANGELOG.md * backport v0.16 and v0.17
1 parent afa0900 commit 08961db

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## vNext (Month Day Year)
2+
**New This Week**
3+
- (When complete) Add profile file provider for region (#594, #xyz)
24

5+
## v0.18 (July 27th 2021)
36
**Breaking changes**
47
* `test-util` has been made an optional dependency and has moved from
58
aws-hyper to smithy-http. If you were relying on `aws_hyper::TestConnection`, add `smithy-client` as a dependency
@@ -11,9 +14,42 @@
1114
- :bug: Bugfix: Fix parsing bug where parsing XML incorrectly stripped whitespace (#590, aws-sdk-rust#153)
1215
- Establish common abstraction for environment variables (#594)
1316
- Add windows to the test matrix (#594)
14-
- (When complete) Add profile file provider for region (#594, #xyz)
1517
- :bug: Bugfix: Constrain RFC-3339 timestamp formatting to microsecond precision (#596)
1618

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+
1753
## v0.15 (June 29th 2021)
1854
This week, we've added EKS, ECR and Cloudwatch. The JSON deserialization implementation has been replaced, please be
1955
on the lookout for potential issues.

0 commit comments

Comments
 (0)