Skip to content

Commit

Permalink
service/dynamodb/dynamodbattribute: New Encoder and Decoder Behavior …
Browse files Browse the repository at this point in the history
…for Empty Collections (#401)
  • Loading branch information
skmcgrail authored Oct 1, 2019
1 parent 60a96ac commit c7fa04b
Show file tree
Hide file tree
Showing 9 changed files with 2,159 additions and 67 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Deprecations

SDK Features
---
* `service/dynamodb/dynamodbattribute`: New Encoder and Decoder Behavior for Empty Collections ([#401](https://github.com/aws/aws-sdk-go-v2/pull/401))
* The `Encoder` and `Decoder` types have been enhanced to support the marshaling of empty structures, maps, and slices to and from their respective DynamoDB AttributeValues.
* This change incorporates the behavior changes introduced via a marshal option in V1 ([#2834](https://github.com/aws/aws-sdk-go/pull/2834))

SDK Enhancements
---
Expand Down
Loading

0 comments on commit c7fa04b

Please sign in to comment.