Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

marklogic

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marklogic - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

16

CHANGELOG.md
# CHANGELOG
## 2.9.0
#### New Functionality
- [#620](https://github.com/marklogic/node-client-api/issues/620) - Exporting Documents - readAll api.
- [#622](https://github.com/marklogic/node-client-api/issues/622) - Collecting Document URIs - queryAll api.
- [#629](https://github.com/marklogic/node-client-api/issues/629) - Add a category option for reading only the contents of document(s).
#### Improvements and Bug Fixes
- [#599](https://github.com/marklogic/node-client-api/issues/599) - Optic fromSPARQL method support options parameter - Server release 10.0-8 or above required.
- [#638](https://github.com/marklogic/node-client-api/issues/638) - (Documentation Fix) - Parameters "start" and "length" for graphs.sparql are renamed to "begin" and "end".
- [#647](https://github.com/marklogic/node-client-api/issues/647) - QueryToReadAll on a Query with no results produces no response.
## 2.8.0
#### New Functionality
- [#621](https://github.com/marklogic/node-client-api/issues/621)- Data Movement in Node.js API - Ingesting Documents using writeAll api.
- [#621](https://github.com/marklogic/node-client-api/issues/621) - Data Movement in Node.js API - Ingesting Documents using writeAll api.

@@ -8,0 +22,0 @@ #### Improvements and Bug Fixes

3

lib/server-types-generated.js
/*
* Copyright (c) 2020 MarkLogic Corporation
* Copyright (c) 2022 MarkLogic Corporation
*

@@ -19,2 +19,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

/* IMPORTANT: Do not edit. This file is generated. */
class ServerType {

@@ -21,0 +22,0 @@ constructor(ns, fn, args) {

@@ -6,3 +6,3 @@ {

"homepage": "http://github.com/marklogic/node-client-api",
"version": "2.8.0",
"version": "2.9.0",
"license": "Apache-2.0",

@@ -33,2 +33,3 @@ "main": "./lib/marklogic.js",

"dicer": "^0.3.0",
"duplexify": "^4.1.2",
"json-text-sequence": "^0.3.0",

@@ -66,2 +67,3 @@ "multipart-stream": "^2.0.1",

"should": "^13.2.3",
"stream-to-array": "^2.3.0",
"winston": "^3.3.3"

@@ -68,0 +70,0 @@ },

@@ -8,13 +8,14 @@ # MarkLogic Node.js Client API

* Writing, reading, patching, and deleting documents in JSON, XML, text, or binary formats
* Querying over documents including parsing string queries, extracting properties, and calculating facets
* Projecting tuples (like table rows) out of documents
* Single transactions and multi-statement transactions for database changes
* Writing, reading, and deleting graphs and executing SPARQL queries over graphs
* Extending the built-in services or evaluating or invoking your own JavaScript or XQuery on the server
* Basic, digest, certificate, Kerberos, and SAML authentication
* Import libraries as JavaScript mjs modules
* Data Services First - MarkLogic's support for microservices
* Optic query DSL, document matching, relevance, multiple groups
* Generate query based views, redaction on rows
* Writing, reading, patching, and deleting documents in JSON, XML, text, or binary formats
* Querying over documents including parsing string queries, extracting properties, and calculating facets
* Projecting tuples (like table rows) out of documents
* Single transactions and multi-statement transactions for database changes
* Writing, reading, and deleting graphs and executing SPARQL queries over graphs
* Extending the built-in services or evaluating or invoking your own JavaScript or XQuery on the server
* Basic, digest, certificate, Kerberos, and SAML authentication
* Import libraries as JavaScript mjs modules
* Data Services First - MarkLogic's support for microservices
* Optic query DSL, document matching, relevance, multiple groups
* Generate query based views, redaction on rows
* Data Movement SDK - move large amounts of data into, out of, or within a MarkLogic cluster

@@ -21,0 +22,0 @@ ## Getting Started

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc