Skip to content

async

Latest
Compare
Choose a tag to compare
@fphammerle fphammerle released this 22 Nov 14:47
· 5 commits to master since this release
v1.0.0
bcc583e

Added

  • declare compatibility with python3.11

Changed

  • migrate from paho-mqtt to its async wrapper aiomqtt
  • require wireless-sensor ≥v1.0.0 to fix frequent losses of mqtt connection
    ("aiomqtt.exceptions.MqttError: Operation timed out" / "RuntimeError: Message publish failed: The connection was lost.")
  • quit after one hour without valid packet
  • container image: upgrade alpine base image from 3.19 to 3.20
  • container image: upgrade python from 3.10 to 3.11

Removed

  • compatibility with python3.8