File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
test_sample_code :
8
- name : Test Sample Code
8
+ name : Test Code Samples
9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
max-parallel : 2
Original file line number Diff line number Diff line change 1
1
# Mindee Java API Library Changelog
2
2
3
+ ## v4.24.1 - 2024-12-27
4
+ ### Fixes
5
+ * :bug : fix for large files timing out in async mode
6
+
7
+
3
8
## v4.24.0 - 2024-12-27
4
9
### Changes
5
10
* :sparkles : add support for us mail v3
194
199
* :sparkles : add built-in async call polling
195
200
* :sparkles : add multi receipts detector v1
196
201
* :sparkles : better HTTP error printing
197
-
198
202
### Fixes
199
203
* :bug : fix minor spacing issue when printing lists
200
204
* :bug : take line height tolerance into account when evaluating fields
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.24.0 </version >
8
+ <version >4.24.1 </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 >
You can’t perform that action at this time.
0 commit comments