Skip to content

3.4.0 Node Client API Release

Compare
Choose a tag to compare
@SameeraPriyathamTadikonda SameeraPriyathamTadikonda released this 29 Apr 16:20
· 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 the rows.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).