|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 |
| -## 5.4.0 |
| 3 | +## 5.5.0 |
4 | 4 | #### New Functionality
|
| 5 | +- [#1294](https://github.com/marklogic/java-client-api/issues/1294) - New Optic features Redaction, generate views - Server release 10.0-7 or above required |
| 6 | + |
| 7 | +#### Improvements and Bug Fixes |
| 8 | +- [#1230](https://github.com/marklogic/java-client-api/issues/1230) - Upgraded dependencies |
| 9 | +- [#1279](https://github.com/marklogic/java-client-api/issues/1279) - Size task queue for QueryBatcher based on forests, thread counts |
| 10 | +- [#1290](https://github.com/marklogic/java-client-api/issues/1290) - QueryBatcher fails with empty criteria |
| 11 | +- [#1298](https://github.com/marklogic/java-client-api/issues/1298) - Removed JCenter as repository |
5 | 12 |
|
6 |
| -- [#1260](https://github.com/marklogic/java-client-api/issues/1260) - CtsQueryBuilder for search is available |
7 |
| -- [#1280](https://github.com/marklogic/java-client-api/issues/1280) - Optic query DSL - Support for human-oriented representation of Optic query |
8 |
| -- [#1282](https://github.com/marklogic/java-client-api/issues/1282) - Optic enhancements - support for document matching, relevance, multiple groups |
| 13 | +## 5.4.0 |
| 14 | +#### New Functionality |
| 15 | +- [#1260](https://github.com/marklogic/java-client-api/issues/1260) - CtsQueryBuilder for search is available - Server release 10.0-5 or above required |
| 16 | +- [#1280](https://github.com/marklogic/java-client-api/issues/1280) - Optic query DSL - Support for human-oriented representation of Optic query - Server release 10.0-6 or above required |
| 17 | +- [#1282](https://github.com/marklogic/java-client-api/issues/1282) - Optic enhancements - support for document matching, relevance, multiple groups - Server release 10.0-6 or above required |
9 | 18 |
|
10 | 19 | #### Improvements and Bug Fixes
|
11 | 20 | - [#1256](https://github.com/marklogic/java-client-api/issues/1256) - Clear collections is not working in Java API
|
12 | 21 | - [#1268](https://github.com/marklogic/java-client-api/issues/1268) - Gradle wrapper upgrade to 6.7
|
13 |
| -- [#1269](https://github.com/marklogic/java-client-api/issues/1269) - Increased concurrency for DMSDK QueryBatcher |
| 22 | +- [#1269](https://github.com/marklogic/java-client-api/issues/1269) - Increased concurrency for DMSDK QueryBatcher - Server release 10.0-6 or above required |
14 | 23 | - [#1283](https://github.com/marklogic/java-client-api/issues/1283) - QueryBatcher fails when using path range query
|
15 | 24 |
|
16 | 25 | ## 5.3.1
|
|
0 commit comments