Skip to content

Releases: vovchic17/aiosend

v2.1.2

16 Jun 20:54
Compare
Choose a tag to compare

Crypto Pay API 1.5.1

  • Added the swap_to field to the method create_invoice
  • Added fields swap_to, is_swapped, swapped_uid, swapped_to, swapped_rate, swapped_output, swapped_usd_rate, and swapped_usd_amount to the Invoice class.

v2.1.1

14 May 02:24
Compare
Choose a tag to compare
  • webhook updates verifying minor fix

v2.1.0

04 Apr 20:56
Compare
Choose a tag to compare
  • 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

28 Feb 09:24
Compare
Choose a tag to compare
  • Add MEMHASH asset

v2.0.5

24 Feb 20:12
Compare
Choose a tag to compare
  • Add fee_in_usd attribute to Invoice class

v2.0.4

20 Feb 17:05
Compare
Choose a tag to compare
  • Added exception handling to polling and webhook managers

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