Version 4.0.0
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