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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Mindee Java Client Library Changelog

## v5.0.0-beta1 - 2026-05-06
### ¡Breaking Changes!
* :coffin: Remove obsolete/unused products:
* :coffin: bank account details
* :coffin: bank check
* :coffin: bill of lading
* :coffin: business card
* :coffin: API Builder (custom)
* :coffin: delivery notes
* :coffin: energy bill FRA
* :coffin: french healthcard
* :coffin: nutrition facts
* :coffin: payslip FRA
* :coffin: resume
* :coffin: US healthcare cards
* :coffin: US mail
* :recycle: :boom: rework v1 and v2 namespaces
* rework file operations
* move settings
* rework client
* rename api classes
* :boom: drop support for Java 1.8
* :recycle: :boom: LocalResponse class should be version-specific
* :boom: prefer geometry objects over static classes
* :boom: use 0-based page indexes for split file names
### Changes
* :sparkles: add explicit support for Java 25
* :sparkles: add local Crop and Split for v2
* :sparkles: allow easier replacing of the PDF library by using interfaces


## v4.44.0 - 2026-05-05
### Changes
* :sparkles: Add chaining for v2 utilities
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@

<properties>
<!-- MINDEE VERSION GOES HERE -->
<revision>5.0.0-alpha1</revision>
<revision>5.0.0-beta1</revision>

<!-- Give special access when running tests -->
<surefire.addOpens>
Expand Down
Loading