3.4.0 Node Client API Release
·
72 commits
to master
since this release
- Can now connect to MarkLogic using OAuth token (MarkLogic Server version 11.2.0 or higher needed).
- Optic Update plans, including DSL queries that perform updates, now require
update: true
to be included in the options sent to therows.execute()
function (MarkLogic Server version 11.2.0 or higher needed). - Can now perform partial updates on documents via Optic using the new
patchBuilder
operator (MarkLogic Server version 11.2.0 or higher needed). - Can now capture errors from executing an Optic plan by including the new
onError
operator (MarkLogic Server version 11.2.0 or higher needed).