|
1 | 1 | # Mindee Python Client Library Changelog |
2 | 2 |
|
| 3 | +## v5.0.0a1 - 2027-01-25 |
| 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 module |
| 10 | + * :recycle: move V1 Http, error, image, pdf to V1 namespace |
| 11 | + * :recycle: move V2 Http, error, image, pdf to V2 namespace |
| 12 | + * :recycle: move data schema to extraction parameters namespace |
| 13 | +* :boom: :recycle: remove `/v1` and `/v2` from base URLs to match other SDKs |
| 14 | +* :boom: :recycle: remove deprecated methods and classes |
| 15 | +* :boom: :wrench: move LocalInputSource page_count to an attribute |
| 16 | +* :boom: :recycle: Remove V2 Inference in favor of extraction |
| 17 | +* :boom: :recycle: Move PDF & Image operations to their respective namespaces and remove `Extraction` namespace |
| 18 | +* :boom: :recycle: Harmonize all acronyms as proper camelCase & PascalCase |
| 19 | +* :boom: :arrow_up: bump minimal supported version to python 3.10 |
| 20 | +* :boom: :recycle: remove sourceFrom initializers in favor of direct InputSource initialization |
| 21 | +* :boom: remove support for the following V1 products: |
| 22 | + * :coffin: Bill of Lading V1 |
| 23 | + * :coffin: Business Card V1 |
| 24 | + * :coffin: Delivery Notes V1 |
| 25 | + * :coffin: Driver License V1 |
| 26 | + * :coffin: (FR) Energy Bill V1 |
| 27 | + * :coffin: (FR) Healthcare Card V1 |
| 28 | + * :coffin: (IND) Passeport V1 |
| 29 | + * :coffin: Material Certificate V1 |
| 30 | + * :coffin: Nutrition Fact V1 |
| 31 | + * :coffin: (FR) Payslip V3 |
| 32 | + * :coffin: Resume V1 |
| 33 | + * :coffin: (US) Healthcare Cards V1 |
| 34 | + * :coffin: (US) Mail V3 |
| 35 | +* :boom: :recycle: switch to httpx from requests |
| 36 | +* :boom: :sparkles: add support for mindee-lite package without heavier dependencies |
| 37 | +### Changes |
| 38 | +* :sparkles: add support for model search from the V2 client |
| 39 | +* :sparkles: add crop and split extractors from product classes |
| 40 | +* :sparkles: add support for direct url GET inference |
| 41 | +* :sparkles: add support for custom HTTPx client |
| 42 | +* :wrench: add support for better tooling |
| 43 | +* :arrow_down: remove pytz dependency |
| 44 | +* :recycle: move V2 API-specific internals to their own file |
| 45 | +### Fixes |
| 46 | +* :bug: fix some circular import shenanigans |
| 47 | +* :bug: fix memory leak issues when altering PDF pages |
| 48 | + |
| 49 | + |
3 | 50 | ## v4.36.1 - 2026-05-28 |
4 | 51 | ### Fixes |
5 | 52 | * :bug: fix typing of extraction response when chained |
|
0 commit comments