Releases: mindee/mindee-api-ruby
Releases · mindee/mindee-api-ruby
Version 3.6.1
Changes
- ♻️ update error handling to account for future evolutions
- 📝 update miscellaneous product documentations
- 📝 add used environment variables to readme
Full Changelog: v3.6.0...v3.6.1
Version 3.6.0
Version 3.5.0
Changes
- ✨ add support for Generated V1 API
- ♻️ documents now aren't automatically converted to b64 when enqueued as non-PDF files
- ♻️ increase max async delay to 60 tries
- ✨ add support for FR bank statements
- ✨ add support for International ID V2
- ✨ add support for EU Driver License V1
- ♻️ update existing products
- ⬆️ upgrade test lib
Fixes
- 📝 add missing default async sample code
- 🐛 fix rst display issues
- 🐛 fix display issues for single page models
- 🐛 fix miscellaneous issues related to data display (no changes expected on existing models)
- 🐛 fix CLI breaking for custom products
- 🐛 fix encoding issue that prevented UNICODE file names from being properly sent to the server
Full Changelog: v3.4.0...v3.5.0
Version 3.4.0
Changes
- ⬆️ update invoices to v4.4
- ✨ add support for
raw_value
in string fields
Full Changelog: v3.3.1...v3.4.0
Version 3.3.1
Changes
- ♻️ tweak async delays & retry
- ♻️ tweak default async sample delays & retry
- 📝 update md doc & fix typos
Full Changelog: v3.3.0...v3.3.1
Version 3.3.0
Changes
- ✨ add support for Carte Grise V1
- ✨ add page number attribute to doc
- ⬆️ update tests, docs & display format for some products
Fixes
- 🐛 fix page id not working on newer custom models
Full Changelog: v3.2.0...v3.3.0
Version 3.2.0
Changes
- ✨ add support for Multi Receipts Detector V1
- ✨ add support for Barcode Reader V1
- ✨ add support for W9 V1
- ✨ add support for FR ID Card V2
- ✨ add support for async in CLI
- ✨ add support for async auto-polling
- ✨ add direct access to
raw_http
response - 📝 upgrade reference & guide documentation
- 🧪 EXPERIMENTAL add PDF repair option
Fixes
- 🐛 fix display issues with
PositionField
Full Changelog: v3.1.1...v3.2.0
Version 3.1.1
Fixes
- 🐛 fixed non-pdf files being improperly handled by Ruby requests
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
Changes
- ✨ add support for US Driver License
- ♻️ update unit tests & dependencies
- ⬆️ update Bank Checks (#46)
Fixes
- 🐛 fix
all_words
display (#47) - 🐛 fix empty
position_field
(#47) - 🐛 fix byte repacking issues for PDF files (#45)
Full Changelog: v3.0.0...v3.1.0
Version 3.0.0
¡Breaking Changes!
- 💥 update
Client
creation & document upload - 💥 update custom
Endpoint
creation syntax - 🎨 improve product class syntax & structure
- ♻️ harmonize naming with other client libraries
- 🎨 moved most parsing modules into their own respective modules
- 🎨 separated common, standard & custom parsing features into their own modules
Changes
- ✨ add support for asynchronous endpoints
- ✨ add support for Invoice Splitter V1
- ✨ add support for OCR Full-text parsing on compatible APIs
- ✨ add support for FR Bank Account Details V2
- ✨ allow for the implementation of pages to differ from main document
- ✨ add url input source
- ⚰️ remove Shipping Containers
- ♻️ moved all products into the
Product
module (fromParsing
) - ♻️ better implementation of geometric operations
- ✏️ document all previously non-documented class
- ♻️ match file hierarchy with module nesting
- ♻️ rewrite tutorials to match new syntax
Fixes
- 🐛 fix: pages now use the proper
orientation
property - ⚡ optimize: only a single endpoint is now created on document upload
Full Changelog: v2.2.1...v3.0.0