|
1 | 1 | # Mindee Ruby API Library Changelog |
2 | 2 |
|
| 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 | + |
3 | 44 | ## v4.13.0 - 2026-03-03 |
4 | 45 | ### Changes |
5 | 46 | * :sparkles: add support for V2 Classification product |
|
0 commit comments