Releases: WhiteApfel/pyQiwiP2P
Releases · WhiteApfel/pyQiwiP2P
🏷️ Version 2.0.7
Fix
- Incorrect datetime format in qiwi error responses
🏷️ Version 2.0.6
Fix
🏷️ Version 2.0.5
Fix
🏷️ Version 2.0.4
Fix
- Starlette server #34
🏷️ Version 2.0.3
Fix
- #35 KeyError
🏷️ Version 2.0.2.2
Fix:
from __future__ import annotations
🏷️ Version 2.0.2.1
v2.0.2.1 ✨ Import annotations only on old versions
🏷️ Version 2.0.2
🏷️ Version 2.0.1
Fix
- Typing incompatibility
🏷️ Version 2.0.0
🎉 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 toQiwiP2P
- 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