File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2020 gpg --list-secret-keys --keyid-format LONG
2121
2222 - name : Set up JDK
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 java-version : " 8"
2626 distribution : " adopt"
Original file line number Diff line number Diff line change 2323 with :
2424 submodules : recursive
2525 - name : Set up JDK ${{ matrix.java-version }}
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ matrix.java-version }}
2929 distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 11# Mindee Java Client Library Changelog
22
3+ ## v4.36.0 - 2025-10-14
4+ ### Changes
5+ * :sparkles : add getting page count from a local input source
6+ * :sparkles : allow comparing v2 field confidence
7+ * :coffin : remove obsolete US Mail V2
8+
9+
310## v4.35.0 - 2025-09-04
411### Changes
512* :sparkles : add inference options
Original file line number Diff line number Diff line change 383383
384384 <properties >
385385 <!-- MINDEE VERSION GOES HERE -->
386- <revision >4.35 .0</revision >
386+ <revision >4.36 .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>
You can’t perform that action at this time.
0 commit comments