Skip to content

Commit ec25157

Browse files
committed
remove some issues from 4.0.0 that were in 3.0.6; remove mention of 587 since that was removing something that was never released
(cherry picked from commit cb77ef3)
1 parent 779c562 commit ec25157

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## 4.0.0
44

55
#### New Functionality
6-
- [#392](https://github.com/marklogic/java-client-api/issues/392) - add shortcut addAs methods to DocumentWriteSet
76
- [#400](https://github.com/marklogic/java-client-api/issues/400) - Optic API
87
- [#402](https://github.com/marklogic/java-client-api/issues/402) - geo double precision and geo polygon search
98
- [#404](https://github.com/marklogic/java-client-api/issues/404) - add Kerberos support
@@ -12,8 +11,7 @@
1211
- [#414](https://github.com/marklogic/java-client-api/issues/414) - Bitemporal ML9 features - version URI, Wipe, Protect, document patch
1312
- [#465](https://github.com/marklogic/java-client-api/issues/465) - Data Movement SDK
1413
- [#466](https://github.com/marklogic/java-client-api/issues/466) - add StructuredQueryBuilder.coordSystem to set Geo coordinate system
15-
- [#473](https://github.com/marklogic/java-client-api/issues/473) - send header "ML-Agent-ID: java" with every HTTP request so REST layer can track which calls come
16-
from Java Client API
14+
- [#473](https://github.com/marklogic/java-client-api/issues/473) - send header "ML-Agent-ID: java" with every HTTP request so REST layer can track which calls come from Java Client API
1715
- [#550](https://github.com/marklogic/java-client-api/issues/550) - add Capability NODE_UPDATE
1816

1917
#### Improvements and Bug Fixes
@@ -29,7 +27,6 @@
2927
- [#294](https://github.com/marklogic/java-client-api/issues/294) - DocumentPage.size was including metadata in counts but should not have
3028
- [#365](https://github.com/marklogic/java-client-api/issues/365) - reduce duplicate code in JerseyServices
3129
- [#371](https://github.com/marklogic/java-client-api/issues/371) - JAXBContext should be cached for improved performance
32-
- [#380](https://github.com/marklogic/java-client-api/issues/380) - setOptimzeLevel should have been setOptimizeLevel
3330
- [#421](https://github.com/marklogic/java-client-api/issues/421) - Some of the read handlers do not populate properly formats and mime-types when used with ResourceServices
3431
- [#424](https://github.com/marklogic/java-client-api/issues/424) - remove logback dependency so slf4j works as it should
3532
- [#436](https://github.com/marklogic/java-client-api/issues/436) - rename java-client-api-M.m.p.jar JAR to marklogic-client-api-M.m.p.jar
@@ -38,7 +35,6 @@
3835
- [#524](https://github.com/marklogic/java-client-api/issues/524) - add support for markdown javadocs
3936
- [#560](https://github.com/marklogic/java-client-api/issues/560) - support new 428 status code for missing content version
4037
- [#582](https://github.com/marklogic/java-client-api/issues/582) - NullPointerException thrown while doing eval() with client object created with incorrect credentials
41-
- [#587](https://github.com/marklogic/java-client-api/issues/587) - rename GeoSpatialOperator to GeospatialOperator
4238
- [#610](https://github.com/marklogic/java-client-api/issues/610) - remove support for deprecated keyvalue endpoint
4339
- [#621](https://github.com/marklogic/java-client-api/issues/621) - remove deprecated APIs
4440
- [#651](https://github.com/marklogic/java-client-api/issues/651) - don't set the handle format from the descriptor if it's null

0 commit comments

Comments
 (0)