Skip to content

Commit 8de16d2

Browse files
🔖 Version 3.0.0-beta1 (#196)
1 parent a4301c6 commit 8de16d2

2 files changed

Lines changed: 41 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,47 @@
11
# Mindee PHP API Library Changelog
22

3-
## v3.0.0-alpha1 - 2026-05-11
3+
## v3.0.0-beta1 - 2026-05-29
44
### ¡Breaking Changes!
5-
*
6-
### Changes
7-
* :sparkles: add support for extraction in crop, split, and classification
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+
### Changes
31+
* :sparkles: add support for model search from the V2 client
32+
* :sparkles: add support for full types
33+
* :sparkles: add crop and split extractors from product classes
34+
* :wrench: add support for better tooling
35+
* :wrench: add PHPStan
36+
* :wrench: add Whisky
37+
* :wrench: add Rector
38+
* :wrench: :coffin: remove support for PHP Code Sniffer
39+
* :wrench: enforce stricter rules for coding
840
### Fixes
9-
*
41+
* :bug: fix mismanagement of some input sources
42+
* :bug: fix many typing errors
43+
* :bug: fix PDF operations attempt to open files when not supported
44+
* :bug: fix missing API key error not being properly raised in some instances
1045

1146

1247
## v2.9.0 - 2026-05-07

src/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
namespace Mindee;
66

7-
const VERSION = '3.0.0-alpha1';
7+
const VERSION = '3.0.0-beta1';

0 commit comments

Comments
 (0)