dynamoose
Advanced tools
Changelog
Version 4.0.2
This release includes performance improvements and improvements to single table design for queries.
Please comment or contact me if you have any questions about this release.
Table.query
function now availableChangelog
Version 4.0.1
This release fixes a bug related to >= 10 conditions when querying or scanning.
Please comment or contact me if you have any questions about this release.
Changelog
Version 4.0.0
This release bumps the minimum required version of Node.js to v16.x.x. It also updates the dependencies to the latest versions.
Please comment or contact me if you have any questions about this release.
Changelog
Version 3.3.0
This release is the final release of the v3.x.x line of Dynamoose. This release includes a few bug fixes.
It is highly recommended to upgrade to v4.x.x as soon as possible. The v4.x.x only has a single breaking change, so the migration process is very easy.
Please comment or contact me if you have any questions about this release.
ALL
Model.transaction
would fail when using prefix
and/or suffix
Features
tab wasn't showing on sidebarChangelog
Version 3.2.1
This release includes some minor bug fixes.
Please comment or contact me if you have any questions about this release.
Changelog
Version 3.2.0
This release fixes a lot of bugs and adds some nice to have features to make your Dynamoose experience even better.
Please comment or contact me if you have any questions about this release.
tableName
option to Model initialization settings.consistent
option to batchGet
.query
and scan
operations when using toJSON()
.accessKeyId
& secretAccessKey
in AWS SDK v3.dist
folder in npm package.Changelog
Version 3.1.0
This release adds support for ISO-8601 date formats! This was one of the most upvoted feature requests on the GitHub issues page. Really exciting to finally delivery this feature.
Please comment or contact me if you have any questions about this release.
timestamp
properties.Changelog
Version 3.0.3
This release fixes a few bugs, and adds the foundation for additional language support on our website.
Please comment or contact me if you have any questions about this release.
Query
& Scan
null
prototype objects on attribute type ObjectChangelog
Version 2.8.8
This release includes a few bug fixes that were back-ported from v3.
Please comment or contact me if you have any questions about this release.
Query
& Scan
null
prototype objects on attribute type ObjectChangelog
Version 3.0.2
This release fixes a bug for the website where certain links and refreshing would fail sometimes.
Please comment or contact me if you have any questions about this release.