Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mindee Java Client Library Changelog

## v4.35.0 - 2025-09-04
### Changes
* :sparkles: add inference options
### ¡Breaking Changes!
* :recycle: :boom: update raw text output from server


## v4.34.0 - 2025-08-26
### Changes
* :sparkles: add typed accessors for values and fields
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@

<properties>
<!-- MINDEE VERSION GOES HERE -->
<revision>4.34.0</revision>
<revision>4.35.0</revision>

<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
Expand Down
Loading