- Fixes in reconnections for AMQP and MQTT - Remove print to info from heartbeat thread - Updates pyproject with project information - Fixes vulnerabilities from dependencies - Guard run() and stop() at endpoint level - Tests for RPC and PubSub
0.11.4
Not secure
**Fixes breaking changes in paho-mqtt V2**
- Adds CI actions - Adds CD actions - Lock paho-mqtt < 2.0.0 - Remove mypy dependency from pytest - Moved REST Proxy implementation in a separate repository
0.11.3
Not secure
- Enhance error handling - Updates installation and distribution processes - Gracefully exit redis workers - Fixes import error in endpoints - Fixes bridges minor bugs
0.11.2
Not secure
- Performance improvements - Kafka PubSub - Pydantic version 2 - Decorators for Subscribers, RPC Services and Action Servers - Code improvements
0.10.6
Not secure
- Various fixes in json serialization - Multithreaded backend - Asyncio support - Threaded RPC services - Refactor Messages