Skip to content

Commit 7c922fe

Browse files
🔖 Version 5.0.0 (#245)
1 parent dc069fa commit 7c922fe

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Mindee Ruby API Library Changelog
22

3+
## v5.0.0 - 2026-04-20
4+
### ¡Breaking Changes!
5+
* :boom: :recycle: update V1 & V2 syntaxes to match other SDKs
6+
* :recycle: move V1 client to V1 module
7+
* :recycle: move V2 client to V2 module
8+
* :recycle: move legacy products to 'V1' module
9+
* :recycle: add parsing and extraction to v1 module
10+
* :recycle: move V1 HTTP to V1 module
11+
* :recycle: move V2 HTTP module to V2 namespace
12+
* :recycle: move data schema to extraction parameters namespace
13+
* :arrow_up: :boom: drop support for ruby < 3.2
14+
* :recycle: :boom: change raw_http attribute in responses to be actual json strings
15+
* :recycle: :boom: make logging configurable and default output to stderr
16+
* :recycle: :boom: remove useless `PDFExtractor` module
17+
* :recycle: :boom: change `Errors` module to `Error`
18+
* :recycle: :boom: change Ocr modules and classes to OCR to keep consistency
19+
* :recycle: :boom: change `FileOperation` module name to `FileOperations`
20+
* :recycle: :boom: change `Dependency` module name to `Dependencies`
21+
* :boom: remove support for the following V1 products:
22+
* :coffin: US Bank Check V1
23+
* :coffin: Bill of Lading V1
24+
* :coffin: Business Card V1
25+
* :coffin: FR Carte Grise V1
26+
* :coffin: Delivery Notes V1
27+
* :coffin: Driver License V1
28+
* :coffin: FR Energy Bill V1
29+
* :coffin: Nutrition Facts V1
30+
### Changes
31+
* :sparkles: :arrow_up: add support for mindee-lite gem
32+
* :sparkles: add support for crop operation
33+
* :sparkles: add support for split operation
34+
* :sparkles: add support for model search
35+
* :sparkles: add support for V2 CLI
36+
* :wrench: :arrow_up: add better tooling and pre-commit hook
37+
* :arrow_up: and bump all dependencies
38+
### Fixes
39+
* :wrench: fix many typing issues
40+
* :bug: fix webhook IDs not sending properly
41+
* :bug: fix miscellaneous issues leading to saved `ExtractedPDF` instances having invalid names
42+
* :recycle: fix miscellaneous typing issues relating to `ExtractedPDF` and `ExtractedImage` classes
43+
44+
345
## v5.0.0.rc1 - 2026-04-15
446
### ¡Breaking Changes!
547
* :recycle: :boom: change `FileOperation` module name to `FileOperations`

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '5.0.0.rc1'
6+
VERSION = '5.0.0'
77

88
# Finds and return the current platform.
99
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]

0 commit comments

Comments
 (0)