We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75b572 commit 188064fCopy full SHA for 188064f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.43.1 - 2026-03-17
4
+### Fixes
5
+* :bug: use new style, static object mapper to avoid recreating multiple times
6
+
7
8
## v4.43.0 - 2026-03-16
9
### Changes
10
* :sparkles: Add support for `Classification`, `Crop`, `OCR` and `Split` utilities.
pom.xml
@@ -416,7 +416,7 @@
416
417
<properties>
418
<!-- MINDEE VERSION GOES HERE -->
419
- <revision>4.43.0</revision>
+ <revision>4.43.1</revision>
420
421
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
422
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
0 commit comments