Skip to content

Commit fd7d47a

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

File tree

3 files changed

+47
-30
lines changed

3 files changed

+47
-30
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# CHANGELOG
2+
3+
## 3.7.0
4+
#### New Functionality
5+
6+
- MarkLogic 12 users can now use the `base64Encode` and `base64Decode` methods compatible with server vector functions.
7+
- Support TLSv1.3 via Node Client.
8+
9+
#### Bug Fix
10+
- https://github.com/marklogic/node-client-api/issues/917
11+
12+
- Fix for security vulnerabilities -
13+
https://github.com/advisories/GHSA-fjxv-7rqg-78g4
14+
https://github.com/advisories/GHSA-8cj5-5rvv-wf4v
15+
https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
16+
https://github.com/advisories/ghsa-3xgq-45jj-v275
17+
18+
219
## 3.6.0
320
#### New Functionality
421

@@ -10,6 +27,7 @@
1027
https://github.com/advisories/GHSA-3xgq-45jj-v275
1128
https://github.com/advisories/GHSA-952p-6rrq-rcjv
1229
https://github.com/advisories/GHSA-mwcw-c2x4-8c55
30+
https://github.com/advisories/ghsa-76p7-773f-r4q5
1331

1432
## 3.5.0
1533
#### 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)