Skip to content

Commit d166399

Browse files
committed
update README.md with what's new for 3.0.2, 3.0.3, 3.0.4
(cherry picked from commit 0223fe7)
1 parent 2c4e02e commit d166399

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,30 @@ The Java API supports the following core features of the MarkLogic database:
2323
improvements
2424
* JSON - JacksonHandle, JacksonDatabindHandle, and JacksonParserHandle make wrangling JSON a pleasure
2525
* JavaScript Extensions - develop production-ready server-side extensions using ready-to-go scaffolding
26+
* Many bug fixes
2627

2728
For more details, please read this [deeper dive](http://developer.marklogic.com/features/java-client-api-2)
2829

30+
### What's New in Java Client API 3.0.2
31+
32+
* Many bug fixes
33+
34+
### What's New in Java Client API 3.0.3
35+
36+
* Search Extract - add support to SearchHandle (actually MatchDocumentSummary) for content extracted by
37+
(extract-document-data options)[http://docs.marklogic.com/search:search#opt-extract-document-data]
38+
* Bi-Temporal enhancements - support bulk write of bitemporal documents; expose bitemporal system time
39+
* Bulk delete
40+
* Many bug fixes
41+
42+
### What's New in Java Client API 3.0.4
43+
44+
* Semantics API - GraphManager for CRUD of semantic graphs; SPARQLQueryManager for executing SPARQL
45+
update, select, describe, construct, and ask queries
46+
* Enable (MarkLogic Jena API)[https://github.com/marklogic/marklogic-jena] (separate project)
47+
* Enable (MarkLogic Sesame API)[https://github.com/marklogic/marklogic-sesame] (separate project)
48+
* Many bug fixes
49+
2950
### QuickStart
3051

3152
To use the API in your maven project, include the following in your pom.xml:

0 commit comments

Comments
 (0)