We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cd4a1 commit 7ac72dcCopy full SHA for 7ac72dc
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.38.0 - 2025-11-26
4
+### Changes
5
+* :sparkles: add support for textContext parameter in V2
6
+* :sparkles: add support for data_schema property
7
+### Fixes
8
+* :bug: fix for missing data_schema property in active options
9
+
10
11
## v4.37.0 - 2025-10-28
12
### Changes
13
* :sparkles: add loading input sources using `Path`
pom.xml
@@ -383,7 +383,7 @@
383
384
<properties>
385
<!-- MINDEE VERSION GOES HERE -->
386
- <revision>4.37.0</revision>
+ <revision>4.38.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