Unverified Commit b88b2c35 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Pre release v0.0.20 (#751)

* Update SDK version to 0.20

* Bring in new AWS models

* Update changelog

* Update SDK changelog

* Update CHANGELOG.md
parent ae4c091f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
vNext (Month Day, Year)
=======================
...

v0.25 (October 7th, 2021)
=========================
**Breaking changes**
- :warning: MSRV increased from 1.52.1 to 1.53.0 per our 3-behind MSRV policy.
- :warning: Several classes in the codegen module were renamed and/or refactored (smithy-rs#735):
@@ -14,6 +18,13 @@ vNext (Month Day, Year)
- :bug: Fix error when receiving empty event stream messages (smithy-rs#736)
- :bug: Fix bug in event stream receiver that could cause the last events in the response stream to be lost (smithy-rs#736)


**Contributors**

Thank you for your contributions! :heart:
* @obi1kenobi (smithy-rs#719)
* @guyilin-amazon (smithy-rs#750)

v0.24 (September 24th, 2021)
============================

+7 −0
Original line number Diff line number Diff line
@@ -14,6 +14,13 @@ vNext (Month Day, Year)
- :bug: Fix error when receiving `Cont` event from S3 SelectObjectContent (smithy-rs#736)
- :bug: Fix bug in event stream receiver that could cause the last events in the response stream to be lost when using S3 SelectObjectContent (smithy-rs#736)
- Updated Transcribe code example to take an audio file as a command-line option and added readme.
- :tada: Add support for 6 new AWS services:
    - Wisdom
    - VoiceId
    - Account
    - KafkaConnect
    - OpenSearch
    - CloudControl

v0.0.19-alpha (September 24th, 2021)
====================================
+438 −0

File added.

Preview size limit exceeded, changes collapsed.

+1415 −206

File changed.

Preview size limit exceeded, changes collapsed.

+7 −0
Original line number Diff line number Diff line
@@ -2368,6 +2368,13 @@
        "com.amazonaws.amplifybackend#GetBackendResponse": {
            "type": "structure",
            "members": {
                "AmplifyFeatureFlags": {
                    "target": "com.amazonaws.amplifybackend#__string",
                    "traits": {
                        "smithy.api#documentation": "<p>A stringified version of the cli.json file for your Amplify project.</p>",
                        "smithy.api#jsonName": "amplifyFeatureFlags"
                    }
                },
                "AmplifyMetaConfig": {
                    "target": "com.amazonaws.amplifybackend#__string",
                    "traits": {
Loading