Releases: contentstack/datasync-mongodb-sdk
Releases · contentstack/datasync-mongodb-sdk
Hotfix/1.0.2
- Bug fixes
.tags([])
did not match Contentstack API's response..entry(uid)
, .asset(uid)
and .schema(uid)
did not work..includeReferences()
and.include()
would not return assets on the last depth - if the referred content type did not have _references field in its schema.
Hotfix/1.0.1
Changes
-
Bug fix
- Including assets in normal queries threw errors, if the content type did not have any asset or reference fields
-
Misc changes
- Doc updated
- .findOne() deprecation msg added, use .fetch() instead
Note: Clients using this version need to manually add in indexes on collections - check README.md for the recommended keys, it should be added on