Skip to content

Commit b2f23b4

Browse files
committed
add CHANGELOG.md notes for 4.0.2; fix README.md to reference 4.0.1
(cherry picked from commit 2951f80)
1 parent 853ff39 commit b2f23b4

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,5 +1,18 @@
11
# CHANGELOG
22

3+
## 4.0.2
4+
5+
#### New Functionality
6+
- [#720](https://github.com/marklogic/java-client-api/pull/720) - Add a RawCtsQueryDefinition to parallel RawCombinedQueryDefinition and RawStructuredQueryDefinition
7+
- [#722](https://github.com/marklogic/java-client-api/pull/722) - add support for minimum distance on near-query
8+
9+
#### Improvements and Bug Fixes
10+
- [#65](https://github.com/marklogic/java-client-api/issues/65) - Replace internal HTTP library Jersey with OkHttp to improve performance, future readiness [#391](https://github.com/marklogic/java-client-api/issues/391), and overcome version conflicts [#769](https://github.com/marklogic/java-client-api/issues/769), [#282](https://github.com/marklogic/java-client-api/issues/282)
11+
- [#367](https://github.com/marklogic/java-client-api/issues/367) - Upgrade version of jdom2 dependency to 2.0.6 to overcome vulnerability in dependency xalan-2.7.1
12+
- [#368](https://github.com/marklogic/java-client-api/issues/368) - Remove dependency on jersey-apache-client4-1.17 to overcome vulnerability in dependency HttpClient 4.1.1
13+
- [#711](https://github.com/marklogic/java-client-api/pull/711) - Upgrade dependencies slf4j-api to 1.7.25
14+
- [#715](https://github.com/marklogic/java-client-api/pull/715) - Upgrade dependencies jdom2 to 2.0.6, gson to 2.8.0, and htmlcleaner to 2.19
15+
316
## 4.0.1
417

518
#### New Functionality

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Java API supports the following core features of the MarkLogic database:
2929
* Execute ACID modifications so the change either succeeds or throws an exception.
3030
* Execute multi-statement transactions so changes to multiple documents succeed or fail together.
3131

32-
### What's New in Java Client API 4.0.0
32+
### What's New in Java Client API 4.0.1
3333

3434
* Optic API - blends relational with NoSQL by providing joins and aggregates over documents
3535
* is powered by the new row index and query optimizer

0 commit comments

Comments
 (0)