Skip to content

Commit 0cf4071

Browse files
committed
feat: Implement the clear and task APIs
Also enabled parallel builds for performance Fixes #188 Signed-off-by: Eric Deandrea <eric.deandrea@ibm.com>
1 parent e0227ff commit 0cf4071

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/doc/docs/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# What's New in Docling Java {{ gradle.project_version }}
1+
# What's New in Docling Java
22

33
Docling Java {{ gradle.project_version }} provides a number of new features, enhancements, and bug fixes. This page includes the highlights of the release, but you can also check out the full [release notes](https://github.com/docling-project/docling-java/releases) for more details about each new feature and bug fix.
44

55
## Docling Serve
66

7+
### {{ gradle.project_version }}
8+
9+
* Implementation of the Docling Serve clear and task APIs in `docling-serve-api` and `docling-serve-client`.
10+
11+
### 0.3.0
12+
713
* The classes in the `docling-serve-api` module have been moved from the `ai.docling.api.serve` package to the `ai.docling.serve.api` package.
814
* The classes in the `docling-serve-client` module have been moved from the `ai.docling.client.serve` package to the `ai.docling.serve.client` package.
915
* The classes in the `docling-core` module have been moved from the `ai.docling.api.core` package to the `ai.docling.core` package.

0 commit comments

Comments
 (0)