Skip to content

v2.8.0

Compare
Choose a tag to compare
@fishcharlie fishcharlie released this 14 Aug 21:53
e0abe06

Version 2.8.0

This release contains general stability improvements to Dynamoose.

Please comment or contact me if you have any questions about this release.

General

  • New returnValues settings property for Model.update
  • Allowing waitForActive model setting to be a boolean

Bug Fixes

  • Improvements to index selection when querying without using method
  • Including saveUnknown properties when using Model.update
  • Allowing for strings to be passed into Query.sort method when using TypeScript
  • Removing internal cache to improve memory usage
  • Improving performance when working with Buffers

Documentation

  • Model default settings documentation fixes