dynamoose
Advanced tools
Changelog
Version 4.0.4
This release contains some minor fixes. It is highly recommended to upgrade to this version as soon as possible as it contains a vulnerability fix for a dependency.
Please comment or contact me if you have any questions about this release.
@aws-sdk/client-dynamodb
& @aws-sdk/util-dynamodb
to v3.782.0js-object-utilities
to v2.2.1 (this contains a vulnerability fix)Changelog
Version 4.0.3
This release reverts the previous table.query
feature due to bugs with it. It also adds a Spanish version of the Dynamoose website (more languages coming soon).
Please comment or contact me if you have any questions about this release.
table.query
feature due to bugs with it.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 Object