File tree Expand file tree Collapse file tree 3 files changed +48
-30
lines changed Expand file tree Collapse file tree 3 files changed +48
-30
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments