Skip to content

Commit f3c0857

Browse files
🔖 version 4.0.0 (#185)
1 parent e22be7b commit f3c0857

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Mindee Python API Library Changelog
22

3+
## v4.0.0 - 2023-10-30
4+
### ¡Breaking Changes!
5+
* :art: :boom: harmonize response types & syntax with other libraries
6+
* :art: :boom: change endpoint management & syntax
7+
* :art: :boom: move products to `product` module
8+
9+
### Changes
10+
* :sparkles: add support for auto-poll asynchronous parsing
11+
* :sparkles: add support for products with both sync & async modes
12+
* :sparkles: add support for async custom products
13+
* :sparkles: :memo: add auto-generated md doc
14+
* :recycle: :memo: update rst doc
15+
* :arrow_up: update dependencies
16+
* :test_tube: add experimental support for feedback API
17+
* :arrow_up: improved support for custom Line Items reconstruction
18+
* :arrow_up: update error management system
19+
* :recycle: update unit-tests
20+
* :arrow_up: implement regression testing
21+
* :recycle: update CLI
22+
* :recycle: re-organize geometry module
23+
* :coffin: remove support for ReceiptV3
24+
* :coffin: remove support for InvoiceV3
25+
26+
### Fixes
27+
* :bug: fix `raw_http` attribute displaying a python dict instead of raw JSON
28+
29+
330
## v3.13.2 - 2023-10-18
431
### Changes
532
* :arrow_up: update `urllib` & `pillow` dependencies

mindee/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.2
1+
4.0.0

0 commit comments

Comments
 (0)