Releases: aturkenov/wampify
Releases · aturkenov/wampify
0.1.0
What's Changed
Wampify exceptions are upgraded, you can define the cause attribute or pass arguments directly to init(), you just need to extend from BaseException class
class middleware replaced by regular function
Full Changelog: 0.0.6...0.1.0
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Features:
- High performance
- Remote Procedure Calls (RPC) and Publish & Subscribe (PubSub)
- Payload validation based on pydantic
- Serialization (default binary orjson)
- Signals (WAMP session joined/leaved, entrypoint opened/raised/closed and custom)
- Background tasks
- Custom middlewares
- Source code is well documented