File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/test/java/com/mindee/parsing/v2 Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Java Client Library Changelog
2
2
3
+ ## v4.33.0-rc1 - 2025-07-17
4
+ ### Changes
5
+ * :sparkles : add support for mindee API V2 client & features
6
+ * :wrench : tweak CI & testing
7
+ * :recycle : uniformize variable naming across files
8
+
9
+
3
10
## v4.32.1 - 2025-07-01
4
11
### Fixes
5
12
* :bug : fix for invalid polygons returned by the server (#249 )
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.mindee.sdk</groupId >
7
7
<artifactId >mindee-api-java</artifactId >
8
- <version >4.32.1 </version >
8
+ <version >4.33.0-rc1 </version >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<name >Mindee Java Helper Library</name >
11
11
<description >Java Library to call Mindee's Off-The-Shelf and Custom APIs</description >
Original file line number Diff line number Diff line change 5
5
import com .mindee .parsing .v2 .field .*;
6
6
import com .mindee .parsing .v2 .field .DynamicField .FieldType ;
7
7
import java .io .IOException ;
8
- import java .io .PrintWriter ;
9
8
import java .util .List ;
10
9
import java .util .Map ;
11
10
import java .util .Objects ;
You can’t perform that action at this time.
0 commit comments