Skip to content

Commit e027d8d

Browse files
authored
🔖 Version 4.37.0 (#278)
1 parent e812580 commit e027d8d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/_test-code-samples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
name: Test Code Samples
99
runs-on: ubuntu-latest
1010
strategy:
11-
max-parallel: 2
1211
matrix:
1312
java-version:
1413
- "21"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Mindee Java Client Library Changelog
22

3+
## v4.37.0 - 2025-10-28
4+
### Changes
5+
* :sparkles: add loading input sources using `Path`
6+
* :sparkles: add extra error information and RAG metadata
7+
8+
39
## v4.36.0 - 2025-10-14
410
### Changes
511
* :sparkles: add getting page count from a local input source

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383

384384
<properties>
385385
<!-- MINDEE VERSION GOES HERE -->
386-
<revision>4.36.0</revision>
386+
<revision>4.37.0</revision>
387387

388388
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
389389
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>

0 commit comments

Comments
 (0)