We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf178f6 commit 91f0506Copy full SHA for 91f0506
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.33.0-rc3 - 2025-07-23
4
+### Changes
5
+* :sparkled: add support for URL input sources
6
+### Fixes
7
+* :bug: fix improper deserialization types for simple fields
8
+* :bug: fix rst display
9
+
10
11
## v4.33.0-rc2 - 2025-07-18
12
### Changes
13
* :wrench: tweak CI & testing
pom.xml
@@ -383,7 +383,7 @@
383
384
<properties>
385
<!-- MINDEE VERSION GOES HERE -->
386
- <revision>4.33.0-rc2</revision>
+ <revision>4.33.0-rc3</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