File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mindee Ruby API Library Changelog
22
3+ ## v5.0.0.rc1 - 2026-04-15
4+ ### ¡Breaking Changes!
5+ * :recycle : :boom : change ` FileOperation ` module name to ` FileOperations `
6+ * :recycle : :boom : change ` Dependency ` module name to ` Dependencies `
7+ ### Fixes
8+ * :wrench : fix many typing issues
9+
10+
311## v5.0.0.beta1 - 2026-04-07
412### ¡Breaking Changes!
513* :boom : :recycle : update V1 & V2 syntaxes to match other SDKs
2533 * :coffin : Driver License V1
2634 * :coffin : FR Energy Bill V1
2735 * :coffin : Nutrition Facts V1
28-
2936### Changes
3037* :sparkles : :arrow_up : add support for mindee-lite gem
3138* :sparkles : add support for crop operation
3441* :sparkles : add support for V2 CLI
3542* :wrench : :arrow_up : add better tooling and pre-commit hook
3643* :arrow_up : and bump all dependencies
37-
3844### Fixes
3945* :bug : fix webhook IDs not sending properly
4046* :bug : fix miscellaneous issues leading to saved ` ExtractedPDF ` instances having invalid names
Original file line number Diff line number Diff line change 33# Mindee
44module Mindee
55 # Current version.
6- VERSION = '5.0.0.beta1 '
6+ VERSION = '5.0.0.rc1 '
77
88 # Finds and return the current platform.
99 # @return [Symbol, Hash[String | Symbol, Regexp], Nil?]
You can’t perform that action at this time.
0 commit comments