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 18b7378 commit 3afdfb8Copy full SHA for 3afdfb8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.35.0 - 2025-09-04
4
+### Changes
5
+* :sparkles: add inference options
6
+### ¡Breaking Changes!
7
+* :recycle: :boom: update raw text output from server
8
+
9
10
## v4.34.0 - 2025-08-26
11
### Changes
12
* :sparkles: add typed accessors for values and fields
pom.xml
@@ -383,7 +383,7 @@
383
384
<properties>
385
<!-- MINDEE VERSION GOES HERE -->
386
- <revision>4.34.0</revision>
+ <revision>4.35.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