Skip to content

Commit 7c18073

Browse files
authored
🔖 Version 5.0.0-beta1 (#325)
1 parent 4261fab commit 7c18073

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v5.0.0-beta1 - 2026-05-06
4+
### ¡Breaking Changes!
5+
* :coffin: Remove obsolete/unused products:
6+
* :coffin: bank account details
7+
* :coffin: bank check
8+
* :coffin: bill of lading
9+
* :coffin: business card
10+
* :coffin: API Builder (custom)
11+
* :coffin: delivery notes
12+
* :coffin: energy bill FRA
13+
* :coffin: french healthcard
14+
* :coffin: nutrition facts
15+
* :coffin: payslip FRA
16+
* :coffin: resume
17+
* :coffin: US healthcare cards
18+
* :coffin: US mail
19+
* :recycle: :boom: rework v1 and v2 namespaces
20+
* rework file operations
21+
* move settings
22+
* rework client
23+
* rename api classes
24+
* :boom: drop support for Java 1.8
25+
* :recycle: :boom: LocalResponse class should be version-specific
26+
* :boom: prefer geometry objects over static classes
27+
* :boom: use 0-based page indexes for split file names
28+
### Changes
29+
* :sparkles: add explicit support for Java 25
30+
* :sparkles: add local Crop and Split for v2
31+
* :sparkles: allow easier replacing of the PDF library by using interfaces
32+
33+
334
## v4.44.0 - 2026-05-05
435
### Changes
536
* :sparkles: Add chaining for v2 utilities

pom.xml

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

373373
<properties>
374374
<!-- MINDEE VERSION GOES HERE -->
375-
<revision>5.0.0-alpha1</revision>
375+
<revision>5.0.0-beta1</revision>
376376

377377
<!-- Give special access when running tests -->
378378
<surefire.addOpens>

0 commit comments

Comments
 (0)