- Added ability to specify account holder information to bank statements via `sdk.add_bank_statement`.
4.19.0
- Added `google_maps_url` and `apple_maps_url` to the structured location. - Improved bank statements waiting statuses and default file naming - Removed deprecated `mcc` property - Updated bank_statements to match new API definition - Fixed pydantic version to 1.x
4.18.0
- Reverted some small changes that introduced latency issues in small batches
4.17.0
- Improved support for single transaction batches
4.16.0
- Added a flag to SDK `raise_on_enrichment_error` that allows for enrichment to continue even if there are errors in enrichment process by populating `error` and `error_details` of the affected transactions instead.
4.15.0
- Added a method to SDK `sdk.add_bank_statement` to allow enrichment to be performed on file data. - For more details, refer to the relevant [documentation](https://developers.ntropy.com/docs/enrichment/#enriching-file-data).