|
1 | 1 | # Mindee Python API Library Changelog |
2 | 2 |
|
3 | | -## v3.1.1 (2022-12-02) |
| 3 | +## v3.2.0 - 2023-01-06 |
| 4 | +### Changes |
| 5 | +* :sparkles: add version option in CLI |
| 6 | +* :recycle: harmonize printing of float values |
| 7 | +* :sparkles: add support for Invoice 4.1 |
| 8 | +* :sparkles: add support for Receipt v4.1 |
| 9 | +* :memo: reorganize docs a bit |
| 10 | +* :arrow_up: update dependencies |
| 11 | + |
| 12 | + |
| 13 | +## v3.1.1 - 2022-12-02 |
4 | 14 | ### Fixes |
5 | 15 | * :bug: fix for invoice v4 URL |
6 | 16 |
|
7 | | -## v3.1.0 (2022-12-01) |
| 17 | +## v3.1.0 - 2022-12-01 |
8 | 18 | ### Changes |
9 | 19 | * :sparkles: allow setting base URL from env |
10 | 20 | * :sparkles: add some helper functions for BBox |
|
16 | 26 | ### Fixes |
17 | 27 | * :bug: page_n should always be set when available (#106) |
18 | 28 |
|
19 | | -## v3.0.0 (2022-11-07) |
| 29 | +## v3.0.0 - 2022-11-07 |
20 | 30 | ### ¡Breaking Changes! |
21 | 31 | * :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use. |
22 | 32 | * :recycle: PDF documents are no longer cut by default, use the `page_options` parameter in the `parse` method. |
|
33 | 43 | * :bug: Make sure the user is specified when calling custom docs on CLI |
34 | 44 | * :bug: Add default timeout of 120 seconds for endpoints. |
35 | 45 |
|
36 | | -## v2.6.0 (2022-10-10) |
| 46 | +## v2.6.0 - 2022-10-10 |
37 | 47 | ### Fixes |
38 | 48 | * :bug: don't print "None" when filename is empty |
39 | 49 |
|
|
46 | 56 | * :arrow_up: update pikepdf |
47 | 57 |
|
48 | 58 |
|
49 | | -## v2.5.1 (2022-08-30) |
| 59 | +## v2.5.1 - 2022-08-30 |
50 | 60 | ### Fixes |
51 | 61 | * :bug: never use mutable defaults in class definitions (#96) |
52 | 62 |
|
53 | 63 |
|
54 | | -## v2.5.0 (2022-08-11) |
| 64 | +## v2.5.0 - 2022-08-11 |
55 | 65 | ### Changes |
56 | 66 | * :lipstick: improve string output of documents |
57 | 67 | * :arrow_up: general dependencies upgrade (#92) |
58 | 68 | * :sparkles: add functions for working with centroids (#93) |
59 | 69 | * :sparkles: Add bank checks documents (beta, US only) (#94) |
60 | 70 |
|
61 | 71 |
|
62 | | -## v2.4.0 (2022-06-20) |
| 72 | +## v2.4.0 - 2022-06-20 |
63 | 73 | ### Fixes |
64 | 74 | * :bug: :memo: custom docs names refer to the API, not the type. |
65 | 75 | * :bug: words should be separated when printing custom documents |
|
71 | 81 | * :memo: publish documentation to pages |
72 | 82 |
|
73 | 83 |
|
74 | | -## v2.3.0 (2022-05-23) |
| 84 | +## v2.3.0 - 2022-05-23 |
75 | 85 | ### Fixes |
76 | 86 | * :bug: make sure the 'Token' keyword is sent in the auth headers |
77 | 87 |
|
|
83 | 93 | * :memo: Add basic automated class documentation |
84 | 94 |
|
85 | 95 |
|
86 | | -## v2.2.0 (2022-03-24) |
| 96 | +## v2.2.0 - 2022-03-24 |
87 | 97 | ### Fixes |
88 | 98 | * :bug: :boom: fix for customer_company_registration being a list of values |
89 | 99 |
|
|
93 | 103 | * :white_check_mark: better testing of PDF pages |
94 | 104 |
|
95 | 105 |
|
96 | | -## v2.1.1 (2022-03-15) |
| 106 | +## v2.1.1 - 2022-03-15 |
97 | 107 | ### Fixes |
98 | 108 | * :bug: fix for locale constructor |
99 | 109 | * :bug: fix custom document in CLI |
|
106 | 116 | * :art: fixes to import order (isort) and documentation (pydocstyle) |
107 | 117 |
|
108 | 118 |
|
109 | | -## v2.1.0 (2022-03-02) |
| 119 | +## v2.1.0 - 2022-03-02 |
110 | 120 | ### Changes |
111 | 121 | * :sparkles: update to Invoices API v3 |
112 | 122 | * :recycle: refactor `Endpoint` classes and document building |
113 | 123 | * :arrow_up: Update PikePDF to 5.0.1 |
114 | 124 | * :sparkles: add a basic logger |
115 | 125 |
|
116 | 126 |
|
117 | | -## v2.0.2 (2022-02-21) |
| 127 | +## v2.0.2 - 2022-02-21 |
118 | 128 | ### Fixes |
119 | 129 | * :bug: fix sending financial document via the CLI |
120 | 130 |
|
|
123 | 133 | * :sparkles: Make sure all document information is printed |
124 | 134 |
|
125 | 135 |
|
126 | | -## v2.0.1 (2022-02-15) |
| 136 | +## v2.0.1 - 2022-02-15 |
127 | 137 | ### Fixes |
128 | 138 | * :bug: fix for invoice to string |
129 | 139 | * :bug: fix for counting empty PDF pages |
|
133 | 143 | * :arrow_up: Update Pillow to 9.0.1 (security fix) |
134 | 144 |
|
135 | 145 |
|
136 | | -## v2.0.0 (2022-02-14) |
| 146 | +## v2.0.0 - 2022-02-14 |
137 | 147 | ### New Features |
138 | 148 | * :sparkles: Allow using custom documents (API builder) |
139 | 149 |
|
|
148 | 158 | * :memo: Documentation migrated mainly to https://developers.mindee.com/docs |
149 | 159 |
|
150 | 160 |
|
151 | | -## v1.3.1 (2022-02-03) |
| 161 | +## v1.3.1 - 2022-02-03 |
152 | 162 | ### Fixes |
153 | 163 | * :bug: fix probabilities not loaded from API |
154 | 164 | [#49](https://github.com/mindee/mindee-api-python/issues/49) |
|
157 | 167 | * :sparkles: add CLI tool for testing |
158 | 168 |
|
159 | 169 |
|
160 | | -## v1.3.0 (2022-01-17) |
| 170 | +## v1.3.0 - 2022-01-17 |
161 | 171 | ### Fixes |
162 | 172 | * :bug: Fixed URLs not built properly on Windows OS |
163 | 173 | [#33](https://github.com/mindee/mindee-api-python/issues/33) |
|
172 | 182 | * :page_facing_up: change to MIT license |
173 | 183 |
|
174 | 184 |
|
175 | | -## v1.2.3 (2021-12-22) |
| 185 | +## v1.2.3 - 2021-12-22 |
176 | 186 | ### Fixes |
177 | 187 | * :arrow_up: upgrade pymupdf to 1.18.17 |
178 | 188 | * :bug: handle few PDF files considered blank |
179 | 189 | * :white_check_mark: re-initialize file cursor in test |
180 | 190 |
|
181 | 191 |
|
182 | | -## v1.2.2 (2021-10-11) |
| 192 | +## v1.2.2 - 2021-10-11 |
183 | 193 | ### Fixes |
184 | 194 | * :bug: Fixed [#15](https://github.com/mindee/mindee-api-python/issues/15) |
185 | 195 |
|
|
188 | 198 | * :sparkles: Added a blank pages only PDF detection & error raising |
189 | 199 |
|
190 | 200 |
|
191 | | -## v1.2.1 (2021-09-23) |
| 201 | +## v1.2.1 - 2021-09-23 |
192 | 202 | ### Fixes |
193 | 203 | * :bug: Forward uploaded file name for file verification rules |
194 | 204 | * :bug: Change token management for new header format |
195 | 205 |
|
196 | 206 |
|
197 | | -## v1.2.0 (2021-08-25) |
| 207 | +## v1.2.0 - 2021-08-25 |
198 | 208 | ### Changes |
199 | 209 | * :sparkles: Adapted SDK to the new Mindee API endpoint |
200 | 210 | * :zap: Single page object reconstruction is now server-side |
201 | 211 | * :heavy_minus_sign: Removed Numpy dependency |
202 | 212 | * :white_check_mark: Updated tests with new data |
203 | 213 |
|
204 | 214 |
|
205 | | -## v1.1.3 (2021-02-21) |
| 215 | +## v1.1.3 - 2021-02-21 |
206 | 216 | ### Fixes |
207 | 217 | * :zap: FinancialDoc attributes have same type from invoice or receipt |
208 | 218 |
|
209 | 219 |
|
210 | | -## v1.1.2 (2021-02-19) |
| 220 | +## v1.1.2 - 2021-02-19 |
211 | 221 | ### Fix |
212 | 222 | * :bug: Fixed FinancialDoc invoice version and reconstruction |
213 | 223 |
|
214 | 224 |
|
215 | | -## v1.1.1 (2021-01-31) |
| 225 | +## v1.1.1 - 2021-01-31 |
216 | 226 | ### Changes |
217 | 227 | * Updated total tax reconstruction for invoice |
218 | 228 |
|
219 | 229 |
|
220 | | -## v1.1.0 (2020-12-02) |
| 230 | +## v1.1.0 - 2020-12-02 |
221 | 231 | ### Changes |
222 | 232 | * Updated invoice API endpoint to V2 |
223 | 233 |
|
224 | 234 |
|
225 | | -## v1.0.2 (2020-12-01) |
| 235 | +## v1.0.2 - 2020-12-01 |
226 | 236 | ### Fix |
227 | 237 | * Fixed null tax rate issue |
228 | 238 |
|
229 | 239 |
|
230 | | -## v1.0.0 (2020-10-28) |
| 240 | +## v1.0.0 - 2020-10-28 |
231 | 241 | * :tada: First release! |
0 commit comments