Skip to content

Releases: contentstack/datasync-filesystem-sdk

Release v1.0.9

21 Jun 04:26
Compare
Choose a tag to compare
**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

25 Apr 10:28
Compare
Choose a tag to compare

Release v1.0.7

01 Mar 12:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

Release v1.0.6

02 Feb 05:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6

Fixes for code scan issues

17 Jan 12:39
Compare
Choose a tag to compare
Merge pull request #16 from contentstack/fix/code_scan

fix: fixed code scan issue

Bug fixes

09 Dec 06:43
Compare
Choose a tag to compare
Merge pull request #15 from contentstack/fix/projections

fix: handled projections issue

Security fixes

31 Oct 14:00
Compare
Choose a tag to compare
Merge pull request #13 from contentstack/fix/invalid_subpath_issue

fix: fixed invalid subpath creation in getReferences method

Hotfix/1.0.2

19 Aug 12:17
Compare
Choose a tag to compare
  • 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.

Hotfix/1.0.1

05 Aug 13:22
Compare
Choose a tag to compare

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