Releases: contentstack/datasync-mongodb-sdk
Releases · contentstack/datasync-mongodb-sdk
Release v1.0.6
**1) Merge pull request #17 from contentstack/master Back Merge** cs-raj (SHA: a287719519832b8e50039b9b6a4cdcd641b81550) **1) Merge pull request #18 from contentstack/staging Back Merge** cs-raj (SHA: 59ab63ea6df10884bc551f6cee97dbc6ac1c80e5) **1) updated getReference path method to remove duplicate values** harshithad0703 (SHA: 0587b122b6e0bd7e0404e7a219523b1dfd075ddd) **1) upgraded mongodb version to 6.0.0** harshithad0703 (SHA: be4b265f440b70d5f67ae8b14b2ac3f9a84914ef) **1) Merge pull request #20 from contentstack/fix/dx-1361-references-lost dx | references lost** harshithad0703 (SHA: e4d2cf3d8c27ee19c8f7afc7f55cc56aa4ca3e07) **1) Merge pull request #24 from contentstack/development Development** cs-raj (SHA: 35edbde00ba4d15df9e5ec450e9c1010aafa0c8e) **1) fix license issue lock-file update** cs-raj (SHA: 530d0df434ec426354c6442665732cda96977317) **1) added integrity hash for required src** harshithad0703 (SHA: ccd9e00746dc928235e97554aae3592f92dc01f1) **1) Merge pull request #27 from contentstack/fix/dx-1606-sre-integrity-hash staging fix | dx 1606 sre integrity hash** cs-raj (SHA: d288ca511d1e598cf147581af71464914fd218f3) **1) Merge pull request #26 from contentstack/fix/staging fix license issue lock-file update** cs-raj (SHA: 902c6f842a25af2e37235e7d1e1ce4974fc763ef) **1) Merge pull request #25 from contentstack/staging DX | 14-10-2024 | Release** cs-raj (SHA: 6bfbbd5e87a3d2494e4cfb0830850d8b6fe5985b)
Release v1.0.5
**1) sca-scan.yml** aravindbuilt (SHA: 5fa9c2f41e810e9f4c901d7a16b43927161d7d75) **1) jira.yml** aravindbuilt (SHA: c17abc1c297585334755d01e87315a6ac0d42334) **1) sast-scan.yml** aravindbuilt (SHA: 31317fd71c117a4dc86b09f8ce949e2887e17c66) **1) codeql-analysis.yml** aravindbuilt (SHA: 31f4f735b48c51843dee483eba9694f3231ee857) **1) use mergeWith during creation of schema list** harshithad0703 (SHA: ef07c414571f777dbbfb11930c518df4096eb626) **1) installed node-notifier as dev dependency** harshithad0703 (SHA: 55aed305c32101eed25c29530bc02d77f1318c33) **1) Merge pull request #14 from contentstack/fix/dx-1049-merge-with-schema-creation dx | 1049 merge with schema creation** harshithad0703 (SHA: f386f879f0986c4a915aefc7804c0e8b0f2690cf) **1) Merge pull request #15 from contentstack/development DX | 21-08-2024 | Release** cs-raj (SHA: c018b1a6cbca123bc5fb79b68459ec0bd648d5ed) **1) Merge pull request #16 from contentstack/staging DX | 21-08-2024 | Release** cs-raj (SHA: e983d23ee60c8f6fb49ff96e4f17c7c488186e9c)
Release v1.0.4
v1.0.4
Security fixes
Merge pull request #8 from contentstack/fix/security fix: fixed npm audit issues and other compilation issues
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