|
1 | 1 | # Mindee Ruby API Library Changelog |
2 | 2 |
|
| 3 | +## v4.7.0 - 2025-09-18 |
| 4 | +Including RC changes and fixes. |
| 5 | +### Changes |
| 6 | +* :sparkles: add support for V2 Mindee API |
| 7 | +* :sparkles: add missing accessors for PDF fixing options in `LocalInputSource` |
| 8 | +* :recycle: add many missing internal types |
| 9 | +### Fixes |
| 10 | +* :recycle: update existing PDF fixing syntax |
| 11 | +* :bug: fix for polygon points not correctly initialized |
| 12 | +* :bug: fix user agent not being able to access version number |
| 13 | +* :bug: fix invalid types for many V1 features |
| 14 | +* :bug: fix V1 errors sometimes having the wrong code |
| 15 | +* :bug: fix many presumably immutable fields having non-readonly parameters |
| 16 | +* :bug: fix broken `resources` accessor in `ApiRequest` object |
| 17 | + |
| 18 | + |
3 | 19 | ## v4.7.0-rc3 - 2025-08-29 |
4 | 20 | ### Fixes |
5 | 21 | * :bug: fix user agent not being able to access version number |
|
16 | 32 | ## v4.7.0-rc1 - 2025-08-13 |
17 | 33 | ### Changes |
18 | 34 | * :sparkles: add support for client V2 & associated features |
19 | | - |
20 | 35 | ### Fixes |
21 | 36 | * :recycle: add many missing internal types |
22 | 37 | * :bug: fix invalid types for many V1 features |
|
178 | 193 | * :sparkles: add support for cropper Extra |
179 | 194 | * :sparkles: add support for full text Extra |
180 | 195 | * :sparkles: add support for invoice splitter auto-extraction |
181 | | - |
182 | 196 | ### Fixes |
183 | 197 | * :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects |
184 | 198 | * :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console |
|
249 | 263 | * :sparkles: add support for EU Driver License V1 |
250 | 264 | * :recycle: update existing products |
251 | 265 | * :arrow_up: upgrade test lib |
252 | | - |
253 | 266 | ### Fixes |
254 | 267 | * :memo: add missing default async sample code |
255 | 268 | * :bug: fix rst display issues |
|
277 | 290 | * :sparkles: add support for Carte Grise V1 |
278 | 291 | * :sparkles: add page number attributes to doc |
279 | 292 | * :arrow_up: update tests, docs & display format for some products |
280 | | - |
281 | 293 | ### Fixes |
282 | 294 | * :bug: fix page id not working on newer custom models |
283 | 295 |
|
|
293 | 305 | * :sparkles: add direct access to `raw_http` response |
294 | 306 | * :memo: upgrade reference & guide documentation |
295 | 307 | * :test_tube: **EXPERIMENTAL** add PDF repair option |
296 | | - |
297 | 308 | ### Fixes |
298 | 309 | * :bug: fix display issues with `PositionField` |
299 | 310 |
|
|
308 | 319 | * :sparkles: add support for US Driver License |
309 | 320 | * :recycle: update unit tests & dependencies |
310 | 321 | * :arrow_up: update Bank Checks (#46) |
311 | | - |
312 | 322 | ### Fixes |
313 | 323 | * :bug: fix `all_words` display (#47) |
314 | 324 | * :bug: fix empty `position_field` (#47) |
|
323 | 333 | * :recycle: harmonize naming with other client libraries |
324 | 334 | * :art: moved most parsing modules into their own respective modules |
325 | 335 | * :art: separated common, standard & custom parsing features into their own modules |
326 | | - |
327 | 336 | ### Changes |
328 | 337 | * :sparkles: add support for asynchronous endpoints |
329 | 338 | * :sparkles: add support for Invoice Splitter V1 |
|
337 | 346 | * :pencil2: document all previously non-documented class |
338 | 347 | * :recycle: match file hierarchy with module nesting |
339 | 348 | * :recycle: rewrite tutorials to match new syntax |
340 | | - |
341 | 349 | ### Fixes |
342 | 350 | * :bug: fix: pages now use the proper `orientation` property |
343 | 351 | * :zap: optimize: only a single endpoint is now created on document upload |
|
374 | 382 | * :boom: it should be up to the user to handle API errors |
375 | 383 | * :wastebasket: remove deprecated APIs |
376 | 384 | * :recycle: refactor CLI tool |
377 | | - |
378 | | -### Additions |
| 385 | +### Changes |
379 | 386 | * :sparkles: add support for Invoice v4.1 and Receipt v4.1 |
380 | 387 | * :sparkles: add EU license plates |
381 | 388 | * :sparkles: add shipping containers support |
|
0 commit comments