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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Mindee Java Client Library Changelog

## v4.40.0 - 2025-12-19
### Changes
* :sparkles: add basic data-schema replace to v2
* :arrow_up: security, bump dependency versions
* :sparkles: add big decimal support to v2 fields
* :technologist: automatically check for common coding problems
### Fixes
* :technologist: minor fixes for common coding problems


## v4.39.0 - 2025-12-02
### Changes
* :sparkles: add support text context return option
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@

<properties>
<!-- MINDEE VERSION GOES HERE -->
<revision>4.39.0</revision>
<revision>4.40.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