Skip to content

Commit 6029e75

Browse files
authored
Release v0.24.0 (2020-07-21)
Announcements --- * Since February 2020 the team for the AWS SDK for Go have been working to reimagine and modernize the SDK to take advantage of exciting new developments within AWS. We have been working towards supporting the [Smithy](https://awslabs.github.io/smithy) protocol agnostic modeling language. While implementing support we have taken the opportunity to make significant changes to our client interfaces, middleware, and configuration. * This release will mark the final release using the current SDK design. Starting with the next release we will remove clients using the former design, and will re-introduce clients in subsequent releases as we add support for their protocols and customizations. * We encourage our community of users to provide feedback, bug reports, and feature requests via [Github Issues](https://github.com/aws/aws-sdk-go-v2/issues/new/choose) as we introduce the new clients and design over the next set of releases. Services --- * Synced the V2 SDK with latest AWS service API definitions. SDK Bugs --- * `service/dynamodb/expression: fix empty expression returned when unset ([#562](#562)) * Fixes a big in the expression builder that returns an empty string expression value when the expression has not been set. * Fixes [#554](#554)
1 parent c1ad816 commit 6029e75

File tree

1,373 files changed

+102542
-12390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,373 files changed

+102542
-12390
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v0.24.0 (2020-07-21)
2+
===
3+
4+
Announcements
5+
---
6+
* Since February 2020 the team for the AWS SDK for Go have been working to reimagine and modernize the SDK to take advantage of exciting new developments within AWS. We have been working towards supporting the [Smithy](https://awslabs.github.io/smithy) protocol agnostic modeling language. While implementing support we have taken the opportunity to make significant changes to our client interfaces, middleware, and configuration.
7+
* This release will mark the final release using the current SDK design. Starting with the next release we will remove clients using the former design, and will re-introduce clients in subsequent releases as we add support for their protocols and customizations.
8+
* We encourage our community of users to provide feedback, bug reports, and feature requests via [Github Issues](https://github.com/aws/aws-sdk-go-v2/issues/new/choose) as we introduce the new clients and design over the next set of releases.
9+
10+
Services
11+
---
12+
* Synced the V2 SDK with latest AWS service API definitions.
13+
14+
SDK Bugs
15+
---
16+
* `service/dynamodb/expression: fix empty expression returned when unset ([#562](https://github.com/aws/aws-sdk-go-v2/pull/562))
17+
* Fixes a big in the expression builder that returns an empty string expression value when the expression has not been set.
18+
* Fixes [#554](https://github.com/aws/aws-sdk-go-v2/issues/554)
19+
120
Release v0.23.0 (2020-05-28)
221
===
322

CHANGELOG_PENDING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ SDK Enhancements
99

1010
SDK Bugs
1111
---
12-
* `service/dynamodb/expression: fix empty expression returned when unset ([#562](https://github.com/aws/aws-sdk-go-v2/pull/562))
13-
* Fixes a big in the expression builder that returns an empty string expression value when the expression has not been set.
14-
* Fixes [#554](https://github.com/aws/aws-sdk-go-v2/issues/554)

0 commit comments

Comments
 (0)