Releases: NathanDraco22/zaptools-python
Releases · NathanDraco22/zaptools-python
Release 0.3.0
Added support to python client
Release 0.2.5
- Removed ⚡ automatic disconnect on error during event processing.
- Added ⭐ custom
connection_id
param onFastApiConnector
class constructor. - Added ⭐
error
on default events, this event fire a callback when error occurred during a event processing, the payload contains the event name and the traceback data.
TODO:
connection_id
toSanicAdapter
Full Changelog: v0.2.5...v0.2.5
Release 0.2.0
- Room Added
- MetaTag added
- Coroutines and multiples sends added
Release 0.1.2
- Improved event managament
- Changed to task instead of coroutines on WedSocketConnection methods
- Connectors now use statics methods
- Added connectors to FastApi and Sanic
Release 0.0.6
Event management completed ⚡
Rewritten code architecture
Adapter: FastAPI
Adapter: Sanic