We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30192fe commit c16c9e1Copy full SHA for c16c9e1
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.39.0 - 2025-12-02
4
+### Changes
5
+* :sparkles: add support text context return option
6
+
7
8
## v4.38.0 - 2025-11-26
9
### Changes
10
* :sparkles: add support for textContext parameter in V2
pom.xml
@@ -383,7 +383,7 @@
383
384
<properties>
385
<!-- MINDEE VERSION GOES HERE -->
386
- <revision>4.38.0</revision>
+ <revision>4.39.0</revision>
387
388
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
389
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
0 commit comments