Skip to content

Releases: vovchic17/aiosend

v2.0.3

07 Feb 00:59
Compare
Choose a tag to compare
  • added item access methods to CryptoPay class

v2.0.2

05 Feb 18:34
Compare
Choose a tag to compare
  • added kwargs to CryptoPay.__init__ for passing params to polling and webhook handlers

v2.0.1

04 Feb 12:39
Compare
Choose a tag to compare
  • added update method to the Balance class
  • add update method to the ExchangeRate class

v2.0.0

01 Feb 12:40
Compare
Choose a tag to compare
  • added deprecation message to deprecated Invoice fields (fee, pay_url, usd_rate)
  • api_server argument of CryptoPay constructor was changed to network
  • added check polling
  • polling_handler decorator was renamed to invoice_polling
  • webhook_handler decorator was renamed to webhook
  • added magic-filters to invoice polling handler
  • added magic-filters to webhook handler

v1.0.3

20 Jan 11:54
Compare
Choose a tag to compare
  • Added MELANIA asset

v1.0.2

19 Jan 14:24
Compare
Choose a tag to compare
  • Added TRUMP asset

v1.0.1

15 Jan 18:16
Compare
Choose a tag to compare
  • SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY error fixed
  • added request payload to debug log

v1.0.0

08 Jan 23:33
Compare
Choose a tag to compare
  • package was renamed to aiosend
  • added more Literal typing for methods
  • run_polling method was renamed to start_polling
  • added new method get_invoice
  • added update method to Invoice class
  • added qr property to Check and Invoice classes
  • added get_image method to Invoice class

v0.1.14

20 Nov 18:51
Compare
Choose a tag to compare
  • added PropagatingThread to fix async client initialization

v0.1.13

20 Nov 18:07
Compare
Choose a tag to compare
  • add PEPE, WIF, BONK assets
  • add literal typing for assets and fiats