Skip to content

Commit 3a4f954

Browse files
🔖 release/v5.0.0.beta1
1 parent 5d73b3e commit 3a4f954

3 files changed

Lines changed: 43 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v5.0.0.alpha1 - 2026-04-03
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 namodule
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+
* :boom: remove support for the following V1 products:
20+
* :coffin: US Bank Check V1
21+
* :coffin: Bill of Lading V1
22+
* :coffin: Business Card V1
23+
* :coffin: FR Carte Grise V1
24+
* :coffin: Delivery Notes V1
25+
* :coffin: Driver License V1
26+
* :coffin: FR Energy Bill V1
27+
* :coffin: Nutrition Facts V1
28+
29+
### Changes
30+
* :sparkles: :arrow_up: add support for mindee-lite gem
31+
* :sparkles: add support for crop operation
32+
* :sparkles: add support for split operation
33+
* :sparkles: add support for model search
34+
* :sparkles: add support for V2 CLI
35+
* :wrench: :arrow_up: add better tooling and pre-commit hook
36+
* :arrow_up: and bump all dependencies
37+
38+
### Fixes
39+
* :bug: fix webhook IDs not sending properly
40+
* :bug: fix miscellaneous issues leading to saved `ExtractedPDF` instances having invalid names
41+
* :recycle: fix miscellaneous typing issues relating to `ExtractedPDF` and `ExtractedImage` classes
42+
43+
344
## v4.13.0 - 2026-03-03
445
### Changes
546
* :sparkles: add support for V2 Classification product

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-ruby)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-ruby/test.yml)](https://github.com/mindee/mindee-api-ruby) [![Gem Version](https://img.shields.io/gem/v/mindee)](https://rubygems.org/gems/mindee) [![Downloads](https://img.shields.io/gem/dt/mindee.svg)](https://rubygems.org/gems/mindee)
1+
[![License: MIT](https://img.shields.io/github/license/mindee/mindee-api-ruby)](https://opensource.org/licenses/MIT) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mindee/mindee-api-ruby/push-main-branch.yml)](https://github.com/mindee/mindee-api-ruby) [![Gem Version](https://img.shields.io/gem/v/mindee)](https://rubygems.org/gems/mindee) [![Downloads](https://img.shields.io/gem/dt/mindee.svg)](https://rubygems.org/gems/mindee)
22

33
# Mindee API Helper Library for Ruby
44

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.alpha1'
6+
VERSION = '5.0.0.beta1'
77

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

0 commit comments

Comments
 (0)