Skip to content

Commit a92fb32

Browse files
committed
Adding changes for release 3.6.0
1 parent 105fd4b commit a92fb32

File tree

4 files changed

+56
-43
lines changed

4 files changed

+56
-43
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test-app/
55
test-basic/
66
test-basic-proxy/
77
test-complete/
8+
test-complete-app/
89
test-complete-proxy/
910
wiki_images/
1011
CONTRIBUTING.md

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# CHANGELOG
2+
## 3.6.0
3+
#### New Functionality
4+
5+
- MarkLogic 12 users can now use the `shortestPath` and `annTopK` methods in the Optic plan builder.
6+
- MarkLogic 12 users can now use the `bm25`, `zero`, and `random` score methods in the Optic plan builder.
7+
8+
#### Bug Fix
9+
- Fix for security vulnerabilities -
10+
https://github.com/advisories/GHSA-3xgq-45jj-v275
11+
https://github.com/advisories/GHSA-952p-6rrq-rcjv
12+
https://github.com/advisories/GHSA-mwcw-c2x4-8c55
13+
214
## 3.5.0
315
#### New Functionality
416

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "marklogic",
44
"description": "The official MarkLogic Node.js client API.",
55
"homepage": "https://github.com/marklogic/node-client-api",
6-
"version": "3.5.0",
6+
"version": "3.6.0",
77
"license": "Apache-2.0",
88
"main": "./lib/marklogic.js",
99
"scripts": {

0 commit comments

Comments
 (0)