Skip to content

Releases: WhiteApfel/pyQiwiP2P

🏷️ Version 2.0.7

11 Jun 13:41
a15237d
Compare
Choose a tag to compare

Fix

  • Incorrect datetime format in qiwi error responses

🏷️ Version 2.0.6

30 Jul 23:01
91499af
Compare
Choose a tag to compare

🏷️ Version 2.0.5

28 Jul 08:28
Compare
Choose a tag to compare

🏷️ Version 2.0.4

27 Jul 20:58
Compare
Choose a tag to compare

Fix

  • Starlette server #34

🏷️ Version 2.0.3

26 Jul 14:50
98811b7
Compare
Choose a tag to compare

Fix

🏷️ Version 2.0.2.2

13 Jul 12:18
Compare
Choose a tag to compare

Fix:

  • from __future__ import annotations

🏷️ Version 2.0.2.1

12 Jul 20:04
Compare
Choose a tag to compare
v2.0.2.1

✨ Import annotations only on old versions

🏷️ Version 2.0.2

12 Jul 19:54
Compare
Choose a tag to compare

Add

  • skip_key_validation param (#30)

Fix

  • Сhecking content_type of incoming requests from qiwi

🏷️ Version 2.0.1

21 Apr 15:58
03a7f67
Compare
Choose a tag to compare

Fix

  • Typing incompatibility

🏷️ Version 2.0.0

17 Mar 10:19
9af4806
Compare
Choose a tag to compare

🎉 NEW ASYNC ERA

Migration from v1

  • Property Bill.actual has been removed
  • QiwiNotify by default only executes the function on the first matched handler

Add

  • AioQiwiP2P with interface similar to QiwiP2P
  • Report about empty response by Qiwi
  • priv_key (auth_key) validation
  • .is_qiwi_ip() method to check if IP belongs to Qiwi
  • Starlette as async notification server
  • Type hints

Change

  • HTTP client: requests -> httpx

Remove

  • Property Bill.actual