3.0.0 Node client API release
SameeraPriyathamTadikonda
released this
10 Mar 20:21
·
194 commits
to develop
since this release
- Fix for security vulnerability - "Dicer" and other vulnerabilities.
- Added support for Node 18.
- Ability to connect to MarkLogic cloud and authentication. (example - https://github.com/marklogic/node-client-api/blob/master/examples/marklogic-cloud-connection.js)
- New DMSDK features - ApplyTransformListener(transformAll and queryToTransformAll), DeleteListener (removeAllUris and queryToRemoveAll) and RowBatcher/Exporting Rows(queryAll)
- Change in signature for existing DMSDK apis - writeAll and readAll, the latest signatures are - writeAll(stream, options) and readAll(stream, options). More info here - https://docs.marklogic.com/guide/node-dev/datamovement#id_61539
- Added support for "unnest" functions. (example - https://github.com/marklogic/node-client-api/blob/develop/examples/unnest-function.js)