Skip to content

Releases: robotics-4-all/commlib-py

0.11.5

06 Oct 16:37
678e00b
Compare
Choose a tag to compare
  • 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

29 Feb 15:29
7dc6cd8
Compare
Choose a tag to compare

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

26 Jan 21:55
f9505dc
Compare
Choose a tag to compare
  • Enhance error handling
  • Updates installation and distribution processes
  • Gracefully exit redis workers
  • Fixes import error in endpoints
  • Fixes bridges minor bugs

0.11.2

30 Nov 15:18
Compare
Choose a tag to compare
  • Performance improvements
  • Kafka PubSub
  • Pydantic version 2
  • Decorators for Subscribers, RPC Services and Action Servers
  • Code improvements

0.10.6

25 Mar 21:58
b812d91
Compare
Choose a tag to compare
  • Various fixes in json serialization
  • Multithreaded backend
  • Asyncio support
  • Threaded RPC services
  • Refactor Messages