Skip to content

Releases: NathanDraco22/zaptools-python

Release 0.3.0

26 Nov 00:49
e77c995
Compare
Choose a tag to compare

Added support to python client

Release 0.2.5

25 Jun 03:20
Compare
Choose a tag to compare
  • Removed ⚡ automatic disconnect on error during event processing.
  • Added ⭐ custom connection_id param on FastApiConnector 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 to SanicAdapter

Full Changelog: v0.2.5...v0.2.5

Release 0.2.0

10 Dec 19:11
a8f6bea
Compare
Choose a tag to compare
  • Room Added
  • MetaTag added
  • Coroutines and multiples sends added

Release 0.1.2

17 Sep 17:57
Compare
Choose a tag to compare
  • 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

11 Sep 01:56
Compare
Choose a tag to compare

Event management completed ⚡
Rewritten code architecture
Adapter: FastAPI
Adapter: Sanic