|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.4.0-alpha] - 08/26/2021 |
| 4 | + |
| 5 | +**WARNING: Alpha 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 | +* ec2 |
| 10 | +* location |
| 11 | +* marketplacecommerceanalytics |
| 12 | + |
| 13 | +### New features |
| 14 | + |
| 15 | +* Support for presigning requests (smithy-kotlin#435) |
| 16 | +* Detect aws region from system properties (aws-sdk-kotlin#202) |
| 17 | +* EC2 Query Protocol (aws-sdk-kotlin#230) |
| 18 | +* Provide opt-in wire logging (smithy-kotlin#425) |
| 19 | +* Support profile credentials provider (smithy-kotlin#302) |
| 20 | + |
| 21 | +### Fixes |
| 22 | + |
| 23 | +* s3.deleteObjects causes an exception (aws-sdk-kotlin#125) |
| 24 | +* Streaming request BodyStream never read (aws-sdk-kotlin#282) |
| 25 | +* location service references traits not in sdk classpath (aws-sdk-kotlin#286) |
| 26 | +* Ignore unboxed types for subset of services (aws-sdk-kotlin#261) |
| 27 | +* Service operations specifying no auth should not sign requests with sigv4 (aws-sdk-kotlin#263) |
| 28 | +* Create S3 object with Unicode name fails with signature mismatch (aws-sdk-kotlin#200) |
| 29 | +* Codegen errors in marketplacecommerceanalytics (aws-sdk-kotlin#214) |
| 30 | +* Escape model-extra files for Windows (aws-sdk-kotlin#191) |
| 31 | +* Support Glacier APIVersion Header (smithy-kotlin#165) |
| 32 | +* Support APIGateway Accept Header (smithy-kotlin#157) |
| 33 | +* Add support for awsQueryError trait (smithy-kotlin#375) |
| 34 | +* S3 HeadObject errors require customization (aws-sdk-kotlin#152) |
| 35 | +* S3 custom treatment of GetBucketLocation response (aws-sdk-kotlin#194) |
| 36 | + |
3 | 37 | ## [0.3.0-M2] - 06/18/2021 |
4 | 38 |
|
5 | 39 | **WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!** |
|
0 commit comments