File tree Expand file tree Collapse file tree 3 files changed +509
-531
lines changed Expand file tree Collapse file tree 3 files changed +509
-531
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.0.0
4
+ #### New Functionality
5
+
6
+ - [ #614 ] ( https://github.com/marklogic/node-client-api/issues/614 ) - Exporting Rows - queryAll api.
7
+ - [ #644 ] ( https://github.com/marklogic/node-client-api/issues/644 ) - Reprocessing documents - transformAll and queryToTransformAll apis.
8
+ - [ #665 ] ( https://github.com/marklogic/node-client-api/issues/665 ) - Deleting Documents - removeAllUris and queryToRemoveAll api.
9
+
10
+ #### Improvements and Bug Fixes
11
+
12
+ - Fix for Dicer and other security vulnerabilities.
13
+ - [ #540 ] ( https://github.com/marklogic/node-client-api/issues/540 ) - Expose total on all responses to documents.query.
14
+ - [ #592 ] ( https://github.com/marklogic/node-client-api/issues/592 ) - Expose op: sample-by in Node Client API.
15
+ - [ #694 ] ( https://github.com/marklogic/node-client-api/issues/694 ) - MarkLogic module v 2.9.1 for Node.js at Windows OS does not work.
16
+
17
+
18
+ ## 2.9.1
19
+
20
+ #### Improvements and Bug Fixes
21
+
22
+ - Fix for security vulnerabilities (except Dicer)
23
+
3
24
## 2.9.0
4
25
#### New Functionality
5
26
6
- - [ #620 ] ( https://github.com/marklogic/node-client-api/issues/620 ) - Exporting Documents - readAll api .
27
+ - [ #620 ] ( https://github.com/marklogic/node-client-api/issues/620 ) - Exporting Documents - readAll and queryToReadAll apis .
7
28
- [ #622 ] ( https://github.com/marklogic/node-client-api/issues/622 ) - Collecting Document URIs - queryAll api.
8
29
- [ #629 ] ( https://github.com/marklogic/node-client-api/issues/629 ) - Add a category option for reading only the contents of document(s).
9
30
You can’t perform that action at this time.
0 commit comments