File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Java API Library Changelog
2
2
3
+ ## v3.1.0 - 2023-02-02
4
+ ### Changes
5
+ :sparkles : support Financial Document V1
6
+ :sparkles : support proof of address V1
7
+ :sparkles : support Ocr property for Invoice and Receipt
8
+ :recycle : ! using IllegalStateException instead of NotSerializableException
9
+ :sparkles : add default constructors for ListFieldValue
10
+ :pencil2 : some renaming on Financial V1 and Proof of Address V1
11
+
12
+ ### Fixes
13
+ :bug : ! Details property in Error become an object because it can handle both string and object
14
+
15
+ ### Changes
16
+
3
17
## v3.0.0 - 2023-01-16
4
18
### ¡Breaking Changes!
5
19
:recycle : Mindee class become MindeeClient
Original file line number Diff line number Diff line change 6
6
<groupId >com.mindee.sdk</groupId >
7
7
<artifactId >mindee-api-java</artifactId >
8
8
<modelVersion >4.0.0</modelVersion >
9
- <version >3.0 .0</version >
9
+ <version >3.1 .0</version >
10
10
<name >Mindee Java Helper Library</name >
11
11
<description >Java Library to call Mindee's Off The Shelf and Custom APIs</description >
12
12
<url >https://github.com/mindee/mindee-api-java</url >
You can’t perform that action at this time.
0 commit comments