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 11# Mindee Java Client Library Changelog
22
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+
310## v4.32.1 - 2025-07-01
411### Fixes
512* :bug : fix for invalid polygons returned by the server (#249 )
Original file line number Diff line number Diff line change 55
66 <groupId >com.mindee.sdk</groupId >
77 <artifactId >mindee-api-java</artifactId >
8- <version >4.32.1 </version >
8+ <version >4.33.0-rc1 </version >
99 <modelVersion >4.0.0</modelVersion >
1010 <name >Mindee Java Helper Library</name >
1111 <description >Java Library to call Mindee's Off-The-Shelf and Custom APIs</description >
Original file line number Diff line number Diff line change 55import com .mindee .parsing .v2 .field .*;
66import com .mindee .parsing .v2 .field .DynamicField .FieldType ;
77import java .io .IOException ;
8- import java .io .PrintWriter ;
98import java .util .List ;
109import java .util .Map ;
1110import java .util .Objects ;
You can’t perform that action at this time.
0 commit comments