v4.0.0
Changes
- ✨ Add support for
Classification,Crop,OCRandSplitutilities. - ✨ Add Strong Name support
- ✨ Add full CLI support for V1 & V2
- ⬆️ add support for .NET 4.7.2/4.8
- ✨ Add ability to search for models through Client and CLI
- ♻️ Make proper classes & methods static and/or private
- ⬆️ Mutualize and bump most dependencies
- ♻️ mutualize framework targeting
Fixes
- 🐛 Fix V1 CLI
- ♻️ Fix Logging using improper syntax
- 🐛 Fix dependency injections not functioning properly for .NET versions 4.7.2 and 4.8
¡Breaking Changes!
- 💥 ♻️ Refactor V1
- ♻️ move V1-exclusive internals to dedicated V1 namespace
- ⚰️ Remove support for deprecated products:
CustomV1Bill of LadingBusiness CardDelivery NotesDriver LicenseFR Energy BillIndian PassportNutrition FactsResumeUS Healthcare CardUS Mail
- 💥 ♻️ Refactor V2
- ♻️ move V2-exclusive internals to dedicated V2 namespace
- ♻️ rename
InferenceV2 product toExtraction
- 💥 :refactor: move polling options outside product parameters
v4.0.0-rc2 - 2026-03-23
Changes
- ♻️ mutualize framework targeting
Full Changelog: v4.0.0-rc1...v4.0.0