feature/dynamodb/attributevalue needs a new major version to remove all of the opt-in flags that should be default #2900
Labels
feature/dynamodb/attributevalue
Pertains to dynamodb attributevalue marshaler HLL (feature/dynamodb/attributevalue).
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
We've had to add all of the following enhancements/fixes through opt-in flags on encode/decode options to avoid potentially breaking customer data.
All of these behaviors should realistically be on by default, which we should do in a 2.x major version of the
feature/dynamodb/attributevalue
module.We CANNOT do this right now due to the internal mirror of the Go v2 SDK being a monolithic module. That would force the behavioral break on every internal customer. We would need to address that before bumping the major version here.
encoding.TextMarshaler
andencoding.TextUnmarshaler
in DynamoDBattributevalue
marshalers/unmarshalers, if available #2596The text was updated successfully, but these errors were encountered: