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

## v5.3.0 - 2026-07-21
### Changes
* :sparkles: add webhook error response
* :arrow_up: bump dependencies
* :sparkles: add queue get by URL in client
* :sparkles: add cancellation token
* :sparkles: improve precision in numbers in SimpleField
* :sparkles: allow passing webhooks to the CLI
### Fixes
* :bug: fix extractors
* :bug: fix misc CI issues and cron
* :recycle: clarify CLI outputs


## v5.2.0 - 2026-06-17
### Changes
* :sparkles: add support for v2 CLI
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.2.0</revision>
<revision>5.3.0</revision>

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