Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/_test-code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
name: Test Code Samples
runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
java-version:
- "21"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Mindee Java Client Library Changelog

## v4.37.0 - 2025-10-28
### Changes
* :sparkles: add loading input sources using `Path`
* :sparkles: add extra error information and RAG metadata


## v4.36.0 - 2025-10-14
### Changes
* :sparkles: add getting page count from a local input source
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@

<properties>
<!-- MINDEE VERSION GOES HERE -->
<revision>4.36.0</revision>
<revision>4.37.0</revision>

<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
Expand Down
Loading