Skip to content

Releases: mindee/mindee-api-python

v4.6.0

Choose a tag to compare

@ianardee ianardee released this 30 Apr 16:17
v4.6.0
47a8a84

Changes

  • ✨ add support for financial document v1.6 and invoice 4.6

Full Changelog: v4.5.0...v4.6.0

Version 4.5.0

Choose a tag to compare

@sebastianMindee sebastianMindee released this 15 Mar 14:11
v4.5.0
09c6f81

Changes

  • ✨ update Invoice to v4.5

Fixes

  • 🐛 fix invalid error code handling for some errors (#227)

Full Changelog: v4.4.1...v4.5.0

Version 4.4.1

Choose a tag to compare

@sebastianMindee sebastianMindee released this 06 Mar 13:59
v4.4.1
a09d018

Changes

  • ♻️ update error handling to account for future evolutions
  • 📝 update some documentation

Full Changelog: v4.4.0...v4.4.1

v4.4.0

Choose a tag to compare

@sebastianMindee sebastianMindee released this 21 Feb 15:21
v4.4.0
ed26a86

Changes

  • ✨ add support for Resume V1
  • ✨ add support for EU Driver License V1
  • ✨ add support for International ID V2

Fixes

  • 📝 fix miscellaneous documentation issues

Full Changelog: v4.3.0...v4.4.0

v4.3.0

Choose a tag to compare

@ianardee ianardee released this 30 Jan 14:41
v4.3.0
a89ea4c

Changes

  • ⬆️ update invoices to v4.4
  • ✨ add support for raw_value in string fields

Full Changelog: v4.2.0...v4.3.0

Version 4.2.0

Choose a tag to compare

@sebastianMindee sebastianMindee released this 18 Jan 10:52
v4.2.0
d9a5c60

Changes

  • ✨ add support for International ID V1
  • ✨ add support for Generated APIs
  • ✨ add custom associated classes & namespace for Generated APIs
  • 📝 update sample codes for default usage
  • 📝 add documentation for Generated APIs

Fixes

  • 🐛 fix sphinx doc from mistakenly looking for static files
  • 🐛 fix default async config to avoid timeouts on larger files
  • 🐛 fix for build badges

Full Changelog: v4.1.0...v4.2.0

v4.1.0

Choose a tag to compare

@ianardee ianardee released this 17 Nov 16:20
9aa716c

Changes

  • 🧪 optimize CI + add retry mechanism
  • ♻️ homogenize typing & classes
  • ⬆️ upgrade support for python 3.12
  • ✨ add n_pages attribute to document
  • 🧪 ✨ add experimental pdf-fixing utility

Fixes

  • 📝 fix invoice-splitter doc
  • 🔧 fix wrongful instance variable assignments
  • 🔧 rework custom internals & fix custom page_id

Full Changelog: v4.0.2...v4.1.0

Version 4.0.2

Choose a tag to compare

@sebastianMindee sebastianMindee released this 10 Nov 11:42
v4.0.2
704d5d2

Fixes

  • 🐛 fix crashes when trying to parse from newer custom APIs

Full Changelog: v4.0.1...v4.0.2

Version 4.0.1

Choose a tag to compare

@sebastianMindee sebastianMindee released this 30 Oct 16:44
v4.0.1
27ffa48

What's Changed

  • 🐛 fix missing internal imports

Full Changelog: v4.0.0...v4.0.1

Version 4.0.0

Choose a tag to compare

@sebastianMindee sebastianMindee released this 30 Oct 15:10
v4.0.0
f3c0857

What's Changed

¡Breaking Changes!

  • 🎨 💥 harmonize response types & syntax with other libraries
  • 🎨 💥 change endpoint management & syntax
  • 🎨 💥 move products to product module

Changes

  • ✨ add support for auto-poll asynchronous parsing
  • ✨ add support for products with both sync & async modes
  • ✨ add support for async custom products
  • ✨ 📝 add auto-generated md doc
  • ♻️ 📝 update rst doc
  • ⬆️ update dependencies
  • 🧪 add experimental support for feedback API
  • ⬆️ improved support for custom Line Items reconstruction
  • ⬆️ update error management system
  • ♻️ update unit-tests
  • ⬆️ implement regression testing
  • ♻️ update CLI
  • ♻️ re-organize geometry module
  • ⚰️ remove support for ReceiptV3
  • ⚰️ remove support for InvoiceV3

Fixes

  • 🐛 fix raw_http attribute displaying a python dict instead of raw JSON

Full Changelog: v3.13.2...v4.0.0