- client: add legacy compatibility layer to support v0.x code with deprecation warnings #1
- core: allow empty dict compute signature instead of return
None - types: change category field of
PayoutRequestfromOptional[str]toOptional[list[str]] - resources: enhance async verify webhook to support multiple payload types
Release v1. For full migrate guild see MIGRATION.md.
- api: add
/v2/payment-request/invoices - api: add
/v1/payouts - api: add
/v1/payouts-account - client: add default value for credential read from environment variable
- client: add
cryptoto calculate signature for payment-requests and payouts signature - client: add additional options to all method
- client: add logging
- client: add pagination support for get list request
- client: add retry for rate limit request
- client: add Error subclass to handle api error, webhook error and signature error for better error handling
- client: add support for request download file
- readme: update readme