Skip to content

Commit bbfb137

Browse files
anu3990SameeraPriyathamTadikonda
authored andcommitted
Updating version and CHANGELOG.md
1 parent a5b6f36 commit bbfb137

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# CHANGELOG
22

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+
315
## 3.0.0
416
#### New Functionality
517

618
- [#614](https://github.com/marklogic/node-client-api/issues/614) - Exporting Rows - queryAll api.
719
- [#644](https://github.com/marklogic/node-client-api/issues/644) - Reprocessing documents - transformAll and queryToTransformAll apis.
820
- [#665](https://github.com/marklogic/node-client-api/issues/665) - Deleting Documents - removeAllUris and queryToRemoveAll api.
21+
- Connect to MarkLogic Cloud using apiKey.
922

1023
#### Improvements and Bug Fixes
1124

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.0.0",
6+
"version": "3.1.0",
77
"license": "Apache-2.0",
88
"main": "./lib/marklogic.js",
99
"scripts": {

0 commit comments

Comments
 (0)