|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 9 | ## 3.2.0 |
4 | 10 | #### New Functionality |
5 | 11 |
|
|
45 | 51 |
|
46 | 52 | #### Improvements and Bug Fixes |
47 | 53 |
|
48 | | -- Fix for security vulnerabilities (except Dicer) |
| 54 | +- Fix for security vulnerabilities (except Dicer). |
49 | 55 |
|
50 | 56 | ## 2.9.0 |
51 | 57 | #### New Functionality |
|
67 | 73 | - [#621](https://github.com/marklogic/node-client-api/issues/621) - Data Movement in Node.js API - Ingesting Documents using writeAll api. |
68 | 74 |
|
69 | 75 | #### 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. |
72 | 78 |
|
73 | 79 |
|
74 | 80 | ## 2.7.0 |
75 | 81 | #### New Functionality |
76 | 82 |
|
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. |
81 | 87 |
|
82 | 88 | #### 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