Skip to content

Commit 2d16c72

Browse files
committed
Updating changelog for version 3.3.0
1 parent c586dca commit 2d16c72

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 3.3.0
4+
#### New Functionality
5+
6+
- Can now request MarkLogic to compress the response for better performance using enableGzippedResponses (MarkLogic Server version 11.0.0 or higher needed).
7+
- Can now send string input to cts.point and cts.polygon server functions (MarkLogic Server version 11.1.0 or higher needed).
8+
39
## 3.2.0
410
#### New Functionality
511

@@ -45,7 +51,7 @@
4551

4652
#### Improvements and Bug Fixes
4753

48-
- Fix for security vulnerabilities (except Dicer)
54+
- Fix for security vulnerabilities (except Dicer).
4955

5056
## 2.9.0
5157
#### New Functionality
@@ -67,21 +73,21 @@
6773
- [#621](https://github.com/marklogic/node-client-api/issues/621) - Data Movement in Node.js API - Ingesting Documents using writeAll api.
6874

6975
#### Improvements and Bug Fixes
70-
- [#270](https://github.com/marklogic/node-client-api/issues/270) - Calling methods on resources with arg list throws error
71-
- [#601](https://github.com/marklogic/node-client-api/issues/601) - Regenerate Optic expression functions
76+
- [#270](https://github.com/marklogic/node-client-api/issues/270) - Calling methods on resources with arg list throws error.
77+
- [#601](https://github.com/marklogic/node-client-api/issues/601) - Regenerate Optic expression functions.
7278

7379

7480
## 2.7.0
7581
#### New Functionality
7682

77-
- [#543](https://github.com/marklogic/node-client-api/issues/543) - Node-client-api now prefers ipv4 over ipv6
78-
- [#562](https://github.com/marklogic/node-client-api/issues/562) - CtsQueryBuilder is available
79-
- [#567](https://github.com/marklogic/node-client-api/issues/567) - Dynamic interface to Data Service endpoints
80-
- [#569](https://github.com/marklogic/node-client-api/issues/569) - Optic enhancements in 10.0-7 - Server release 10.0-7 or above required
83+
- [#543](https://github.com/marklogic/node-client-api/issues/543) - Node-client-api now prefers ipv4 over ipv6.
84+
- [#562](https://github.com/marklogic/node-client-api/issues/562) - CtsQueryBuilder is available.
85+
- [#567](https://github.com/marklogic/node-client-api/issues/567) - Dynamic interface to Data Service endpoints.
86+
- [#569](https://github.com/marklogic/node-client-api/issues/569) - Optic enhancements in 10.0-7 - Server release 10.0-7 or above required.
8187

8288
#### Improvements and Bug Fixes
83-
- [#485](https://github.com/marklogic/node-client-api/issues/485) - Throw error when complexValues is set with a chunked stream
84-
- [#559](https://github.com/marklogic/node-client-api/issues/559) - Throw error on requests with a released client
85-
- [#565](https://github.com/marklogic/node-client-api/issues/565 ) - Node-client-api now uses Node - 14
86-
- [#568](https://github.com/marklogic/node-client-api/issues/568) - RejectUnauthorized option ignored in webpacked typescript (impacts mlxprs extension in latest VSCode on Mac)
87-
- [#570](https://github.com/marklogic/node-client-api/issues/570) - (Documentation Fix) - Changed “testConnection” on DatabaseClient to “checkConnection”
89+
- [#485](https://github.com/marklogic/node-client-api/issues/485) - Throw error when complexValues is set with a chunked stream.
90+
- [#559](https://github.com/marklogic/node-client-api/issues/559) - Throw error on requests with a released client.
91+
- [#565](https://github.com/marklogic/node-client-api/issues/565 ) - Node-client-api now uses Node - 14.
92+
- [#568](https://github.com/marklogic/node-client-api/issues/568) - RejectUnauthorized option ignored in webpacked typescript (impacts mlxprs extension in latest VSCode on Mac).
93+
- [#570](https://github.com/marklogic/node-client-api/issues/570) - (Documentation Fix) - Changed “testConnection” on DatabaseClient to “checkConnection”.

0 commit comments

Comments
 (0)