Releases: vovchic17/aiosend
Releases · vovchic17/aiosend
v2.1.2
v2.1.1
- webhook updates verifying minor fix
v2.1.0
- added support for function filters
- added support for filters to return context data
- added
get_check
tool method - added
Check.update
shortcut method - reworked the documentation, added new pages & examples
- improved russian and ukrainian docs translations
- changed pydantic upper bound to
<2.12
- updated the docstrings to match the Crypto Pay documentation
v2.0.6
- Add MEMHASH asset
v2.0.5
- Add
fee_in_usd
attribute toInvoice
class
v2.0.4
- Added exception handling to polling and webhook managers
v2.0.3
- added item access methods to
CryptoPay
class
v2.0.2
v2.0.1
v2.0.0
- added deprecation message to deprecated Invoice fields (fee, pay_url, usd_rate)
api_server
argument ofCryptoPay
constructor was changed tonetwork
- added check polling
polling_handler
decorator was renamed toinvoice_polling
webhook_handler
decorator was renamed towebhook
- added magic-filters to invoice polling handler
- added magic-filters to webhook handler