Releases: contentstack/datasync-filesystem-sdk
Releases · contentstack/datasync-filesystem-sdk
Release v1.0.9
**1) fix: upgrade mkdirp from 2.1.4 to 2.1.6 Snyk has created this PR to upgrade mkdirp from 2.1.4 to 2.1.6. See this package in npm: https://www.npmjs.com/package/mkdirp See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/c331d782-6978-4005-ae86-a9fe5a975d12?utm_source=github&utm_medium=referral&page=upgrade-pr** snyk-bot (SHA: 6ba4d86d5d89f38a9217a6700a090620fa25fa1e) **1) CODEOWNERS update** aravindbuilt (SHA: f865178b30013f41b852938c44fe47c704d108ad) **1) Changed import statement due to error** cs-raj (SHA: 771d346d7df07f7d5a65e34717806f472e402d34) **1) Removed the import statement "import sync from mkdirp"** cs-raj (SHA: f4be6ca1f54de5f2df27135ae9bc9516a35a8049) **1) version bump** cs-raj (SHA: a811f5a2fbc9653c53fc45ef65276f5c11fc322e) **1) Merge branch 'master' into snyk-upgrade-ababa5e45a8ca34feb82c931e8b63f07** cs-raj (SHA: c764a5d7b843d4f19da6c0e4bec0678931e77c12) **1) Merge pull request #26 from contentstack/snyk-upgrade-ababa5e45a8ca34feb82c931e8b63f07 [Snyk] Upgrade mkdirp from 2.1.4 to 2.1.6** aman19K (SHA: 783940be8dee0aa733d0981f6ab134ed77b7ab12)
Release v1.0.8
v1.0.8
Release v1.0.7
What's Changed
- fix: fixed issue withgetReferencePath method by @vkalta in #23
- updated release workflow by @abhinav-from-contentstack in #23
Full Changelog: v1.0.6...v1.0.7
Release v1.0.6
What's Changed
- Sre/remove dist by @abhinav-from-contentstack in #19
- fix: resolved undefined method issue by @vkalta in #18
New Contributors
- @abhinav-from-contentstack made their first contribution in #19
Full Changelog: v1.0.5...v1.0.6
Fixes for code scan issues
Merge pull request #16 from contentstack/fix/code_scan fix: fixed code scan issue
Bug fixes
Merge pull request #15 from contentstack/fix/projections fix: handled projections issue
Security fixes
Merge pull request #13 from contentstack/fix/invalid_subpath_issue fix: fixed invalid subpath creation in getReferences method
Hotfix/1.0.2
- Bug fixes
- Issue #1 :
.tags([])
returned 0 entries, which did not match Contentstack API's response. - Issue #2 :
.entry(uid)
,.asset(uid)
and.schema(uid)
did not work. - Issue #3 :
.includeReferences()
and.include()
would not return assets on the last depth - if the referred content type did not have_references
field in its schema.
- Issue #1 :
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