Skip to content

Commit e1b3a43

Browse files
committed
MLE-23202 : Update package.json and changelog for 3.7.0 release.
1 parent d226973 commit e1b3a43

File tree

3 files changed

+48
-30
lines changed

3 files changed

+48
-30
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# CHANGELOG
2+
3+
## 3.7.0
4+
#### New Functionality
5+
6+
- Can now encode and decode vectors through the `base64Encode` and `base64Decode` functions in the new lib/vector-util.js library.
7+
Encoding vectors before writing them to documents in MarkLogic 12 helps reduce the amount of disk space and memory consumed by vectors.
8+
- MarkLogic 12 users can now use `minVersion` and `maxVersion` to change default TLS version from 1.3 to a different version.
9+
10+
#### Bug Fix
11+
- https://github.com/marklogic/node-client-api/issues/917
12+
13+
- Fix for security vulnerabilities -
14+
https://github.com/advisories/GHSA-fjxv-7rqg-78g4
15+
https://github.com/advisories/GHSA-8cj5-5rvv-wf4v
16+
https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
17+
https://github.com/advisories/GHSA-3XGQ-45JJ-V275
18+
19+
220
## 3.6.0
321
#### New Functionality
422

@@ -10,6 +28,7 @@
1028
https://github.com/advisories/GHSA-3xgq-45jj-v275
1129
https://github.com/advisories/GHSA-952p-6rrq-rcjv
1230
https://github.com/advisories/GHSA-mwcw-c2x4-8c55
31+
https://github.com/advisories/GHSA-76p7-773f-r4q5
1332

1433
## 3.5.0
1534
#### New Functionality

package-lock.json

Lines changed: 28 additions & 29 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.6.0",
6+
"version": "3.7.0",
77
"license": "Apache-2.0",
88
"main": "./lib/marklogic.js",
99
"scripts": {

0 commit comments

Comments
 (0)