Skip to content

Releases: vovchic17/aiocpa

v0.1.11

13 Nov 05:25
Compare
Choose a tag to compare
  • fix auth function launch when creating client instance in an async function

v0.1.10

12 Nov 17:23
Compare
Choose a tag to compare
  • fix _check_signature with cyrillic symbols
  • update doc examples

v0.1.9

12 Nov 13:11
Compare
Choose a tag to compare
  • reduce certifi version
  • fix Invoice.await_payment kwargs typing

v.0.1.8 Hotfix

09 Nov 23:55
Compare
Choose a tag to compare
  • fixed Check.delete() and Invoice.delete() typing

v0.1.7

09 Nov 21:12
Compare
Choose a tag to compare
  • added ssl_context to aiohttp session
  • added stub files for better typing
  • added auth check (matching token and net)
  • added duplicate exceptions for polling_handler and expired_handler

v0.1.6

12 Oct 14:55
Compare
Choose a tag to compare
  • list serializer fixed
  • added tokens HMSTR, CATI, DOGE, SEND

v0.1.5

18 Sep 16:34
Compare
Choose a tag to compare

Added full Crypto Pay API 1.5 support.

Added the spend_id field to the method getTransfers and class Transfer.

v0.1.4

06 Sep 14:40
Compare
Choose a tag to compare

Added expired_handler

v0.1.3

03 Sep 01:08
Compare
Choose a tag to compare

Added full support of Python 3.10 & 3.11

v0.1.2 Hotfix

01 Sep 16:53
Compare
Choose a tag to compare

Fix: used-before-def