From cddbf474289ca08be1614dcd23651346f0a87f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ianar=C3=A9=20S=C3=A9vi?= Date: Fri, 27 Dec 2024 19:32:51 +0100 Subject: [PATCH] :bookmark: Version 4.24.1 --- .github/workflows/_test-code-samples.yml | 2 +- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_test-code-samples.yml b/.github/workflows/_test-code-samples.yml index 714d2bbe..2255ad1c 100644 --- a/.github/workflows/_test-code-samples.yml +++ b/.github/workflows/_test-code-samples.yml @@ -5,7 +5,7 @@ on: jobs: test_sample_code: - name: Test Sample Code + name: Test Code Samples runs-on: ubuntu-latest strategy: max-parallel: 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d3f545..3e30ee4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Mindee Java API Library Changelog +## v4.24.1 - 2024-12-27 +### Fixes +* :bug: fix for large files timing out in async mode + + ## v4.24.0 - 2024-12-27 ### Changes * :sparkles: add support for us mail v3 @@ -194,7 +199,6 @@ * :sparkles: add built-in async call polling * :sparkles: add multi receipts detector v1 * :sparkles: better HTTP error printing - ### Fixes * :bug: fix minor spacing issue when printing lists * :bug: take line height tolerance into account when evaluating fields diff --git a/pom.xml b/pom.xml index 5a2642c1..a3b018de 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.mindee.sdk mindee-api-java - 4.24.0 + 4.24.1 4.0.0 Mindee Java Helper Library Java Library to call Mindee's Off-The-Shelf and Custom APIs