File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.1.0
4
+ #### New Functionality
5
+
6
+ - Can now perform update operations in Optic.
7
+ - Can now submit GraphQL queries.
8
+ - Auto-refresh expired token when using MarkLogic Cloud authentication.
9
+
10
+ #### Improvements and Bug Fixes
11
+
12
+ - Fix for security vulnerabilities.
13
+
14
+
3
15
## 3.0.0
4
16
#### New Functionality
5
17
6
18
- [ #614 ] ( https://github.com/marklogic/node-client-api/issues/614 ) - Exporting Rows - queryAll api.
7
19
- [ #644 ] ( https://github.com/marklogic/node-client-api/issues/644 ) - Reprocessing documents - transformAll and queryToTransformAll apis.
8
20
- [ #665 ] ( https://github.com/marklogic/node-client-api/issues/665 ) - Deleting Documents - removeAllUris and queryToRemoveAll api.
21
+ - Connect to MarkLogic Cloud using apiKey.
9
22
10
23
#### Improvements and Bug Fixes
11
24
Original file line number Diff line number Diff line change 3
3
"name" : " marklogic" ,
4
4
"description" : " The official MarkLogic Node.js client API." ,
5
5
"homepage" : " https://github.com/marklogic/node-client-api" ,
6
- "version" : " 3.0 .0" ,
6
+ "version" : " 3.1 .0" ,
7
7
"license" : " Apache-2.0" ,
8
8
"main" : " ./lib/marklogic.js" ,
9
9
"scripts" : {
You can’t perform that action at this time.
0 commit comments