Skip to content

Commit c7fa04b

Browse files
authored
service/dynamodb/dynamodbattribute: New Encoder and Decoder Behavior for Empty Collections (#401)
1 parent 60a96ac commit c7fa04b

File tree

9 files changed

+2159
-67
lines changed

9 files changed

+2159
-67
lines changed

CHANGELOG_PENDING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Deprecations
1313

1414
SDK Features
1515
---
16+
* `service/dynamodb/dynamodbattribute`: New Encoder and Decoder Behavior for Empty Collections ([#401](https://github.com/aws/aws-sdk-go-v2/pull/401))
17+
* 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.
18+
* This change incorporates the behavior changes introduced via a marshal option in V1 ([#2834](https://github.com/aws/aws-sdk-go/pull/2834))
1619

1720
SDK Enhancements
1821
---

0 commit comments

Comments
 (0)