Skip to content

Releases: marklogic/marklogic-python-client

1.2.1

15 Oct 16:49
cd0ee78
Compare
Choose a tag to compare

This patch release bumps up several dependencies to eliminate vulnerability identified by GitHub's Dependabot tool. There are otherwise no functional changes or bug fixes.

1.2.0

10 Jun 19:56
54c4613
Compare
Choose a tag to compare

This minor release includes the following enhancements:

  1. Optic plans that perform updates can now be submitted via 'client.rows.update'
  2. Fixed a bug when searching in MarkLogic returned documents with "=" or ";" symbols in their URI.

Please see the user guide for details on using Optic Update.

1.1.0

23 Oct 17:41
Compare
Choose a tag to compare

This minor release includes the following enhancements:

  • Rows can now be queried via client.rows.query. Includes support for Optic, SQL, SPARQL, and GraphQL.
  • REST transactions can be easily managed via client.transactions.create().
  • Custom code can be executed via client.eval.
  • Custom modules can be executed via client.invoke.

Please see the user guide for details on each of these new features.

1.0.0

11 Aug 15:37
Compare
Choose a tag to compare

First official release. Supports the following:

  • Connecting to and authenticating with MarkLogic.
  • Writing and reading batches of documents.
  • Receiving search results as a batch of documents.

Please see the user guide for details.