We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519003c commit d2d4069Copy full SHA for d2d4069
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mindee Java Client Library Changelog
2
3
+## v4.30.0 - 2025-04-16
4
+### Changes
5
+* :sparkles: add support for workflow polling
6
+* :arrow_up: Bump org.apache.httpcomponents.client5:httpclient5
7
+
8
9
## v4.29.0 - 2025-04-16
10
### Changes
11
* :sparkles: add support for RAG parameter in workflow executions (#235)
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.29.0</version>
+ <version>4.30.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments