|
1 | 1 | # Mindee PHP API Library Changelog |
2 | 2 |
|
| 3 | +## v3.0.0 - 2026-06-18 |
| 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 to V1 namespace |
| 11 | + * :recycle: move V2 Http 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 V2 Inference in favor of extraction |
| 15 | +* :boom: :recycle: Change `webhooksIds` parameter to `webhookIds` |
| 16 | +* :boom: :recycle: Move PDF & Image operations to their respective namespaces and remove `Extraction` namespace |
| 17 | +* :boom: :recycle: Harmonize all acronyms as proper camelCase & PascalCase |
| 18 | +* :boom: :recycle: Add full support for strict typing |
| 19 | +* :boom: :recycle: remove sourceFrom initializers in favor of direct InputSource initialization |
| 20 | +* :boom: remove support for the following V1 products: |
| 21 | + * :coffin: Bill of Lading |
| 22 | + * :coffin: Delivery Note |
| 23 | + * :coffin: (FR) Energy Bill |
| 24 | + * :coffin: (FR) Healthcare Card |
| 25 | + * :coffin: (IND) Passport |
| 26 | + * :coffin: Nutrition Facts |
| 27 | + * :coffin: (FR) Payslip |
| 28 | + * :coffin: (US) Healthcare Card |
| 29 | + * :coffin: (US) Mail |
| 30 | +* :boom: :recycle: move page count to attribute |
| 31 | +### Changes |
| 32 | +* :sparkles: add support for model search from the V2 client |
| 33 | +* :sparkles: add support for full types |
| 34 | +* :sparkles: add crop and split extractors from product classes |
| 35 | +* :sparkles: add support for V2 CLI |
| 36 | +* :recycle: change Pagination class to PaginationMetadata |
| 37 | +* :wrench: add support for better tooling |
| 38 | + * :wrench: add PHPStan |
| 39 | + * :wrench: add Whisky |
| 40 | + * :wrench: add Rector |
| 41 | + * :wrench: :coffin: remove support for PHP Code Sniffer |
| 42 | +* :wrench: enforce stricter rules for coding |
| 43 | +### Fixes |
| 44 | +* :bug: fix mismanagement of some input sources |
| 45 | +* :bug: fix many typing errors |
| 46 | +* :bug: fix PDF operations attempt to open files when not supported |
| 47 | +* :bug: fix missing API key error not being properly raised in some instances |
| 48 | + |
3 | 49 |
|
4 | 50 | ## v3.0.0-rc1 - 2026-06-10 |
5 | 51 | ### Changes |
|
0 commit comments