Skip to content

Improved array handling

Compare
Choose a tag to compare
@guregu guregu released this 01 May 09:36
· 155 commits to master since this release

This is a minor release that improves how array marshaling and unmarshaling is handled.

  • Fixed a bug that caused a panic when unmarshaling a binary DynamoDB value into a Go array that is too small. Now returns an error. See #124.
  • Improved performance when marshaling and unmarshaling array values.