Releases: robotics-4-all/commlib-py
Releases · robotics-4-all/commlib-py
0.11.5
- 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
V0.11.4
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
- Enhance error handling
- Updates installation and distribution processes
- Gracefully exit redis workers
- Fixes import error in endpoints
- Fixes bridges minor bugs
0.11.2
- Performance improvements
- Kafka PubSub
- Pydantic version 2
- Decorators for Subscribers, RPC Services and Action Servers
- Code improvements
0.10.6
- Various fixes in json serialization
- Multithreaded backend
- Asyncio support
- Threaded RPC services
- Refactor Messages