Skip to content

Commit a4068b4

Browse files
authored
update changelog with M2 details (#165)
1 parent c7524fd commit a4068b4

File tree

1 file changed

+59
-2
lines changed

1 file changed

+59
-2
lines changed

CHANGELOG.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,66 @@
11
# Changelog
22

3-
## [Unreleased]
4-
53
## [0.3.0-M2] - 06/18/2021
64

5+
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**
6+
7+
### Services new in this release
8+
9+
* applicationcostprofiler
10+
* apprunner
11+
* autoscaling
12+
* cloudformation
13+
* cloudsearch
14+
* cloudwatch
15+
* docdb
16+
* elasticache
17+
* elasticloadbalancing
18+
* elasticloadbalancingv2
19+
* finspace
20+
* finspacedata
21+
* iam
22+
* neptune
23+
* nimble
24+
* rds
25+
* redshift
26+
* ses
27+
* sns
28+
* sqs
29+
* ssmcontacts
30+
* ssmincidents
31+
* sts
32+
33+
## Changes
34+
35+
### New Features
36+
37+
* `awsQuery` protocol support (https://github.com/awslabs/smithy-kotlin/issues/127)
38+
* detect region from environment variables (https://github.com/awslabs/smithy-kotlin/issues/356)
39+
* custom S3 error metadata support (https://github.com/awslabs/smithy-kotlin/issues/323)
40+
* environment credentials provider (https://github.com/awslabs/smithy-kotlin/issues/301)
41+
* bind default HTTP client engine to CRT (https://github.com/awslabs/smithy-kotlin/issues/199)
42+
* operation DSL overloads (https://github.com/awslabs/smithy-kotlin/issues/184)
43+
* Kinesis read timeouts (https://github.com/awslabs/smithy-kotlin/issues/162)
44+
* XML EOL encoding support (https://github.com/awslabs/smithy-kotlin/issues/142)
45+
46+
### Fixes
47+
48+
* path literal not escaped correctly (https://github.com/awslabs/smithy-kotlin/issues/395)
49+
* idempotency tokens are not detected on resources (https://github.com/awslabs/smithy-kotlin/issues/376)
50+
* httpPayload bound members need dedicated serde (https://github.com/awslabs/smithy-kotlin/issues/353)
51+
* Route53 error messages (and maybe other restXml messages) are not deserialized and present in stacktrace
52+
(https://github.com/awslabs/smithy-kotlin/issues/352)
53+
* fix url-encoding behavior of httpLabel and httpQuery members (https://github.com/awslabs/smithy-kotlin/issues/328)
54+
* runtime error when using Kotlin 1.5.0 (https://github.com/awslabs/smithy-kotlin/issues/319)
55+
* SES fails to build due to invalid docs (https://github.com/awslabs/aws-sdk-kotlin/issues/153)
56+
* exception is thrown for SQS delete message (https://github.com/awslabs/aws-sdk-kotlin/issues/147)
57+
* SNS getTopicAttributes throws an exception (https://github.com/awslabs/aws-sdk-kotlin/issues/142)
58+
59+
### Other
60+
61+
* Kotlin 1.5.0 support
62+
* design docs added to [docs/design](docs/design) directory
63+
764
## [0.2.0-M1] - 05/10/2021
865

966
**WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!**

0 commit comments

Comments
 (0)