Skip to content

Releases: stlehmann/Flask-MQTT

v1.2.0

01 Oct 13:44
Compare
Choose a tag to compare

v1.2.0

Added

Changed

1.1.2

04 May 15:21
403320a
Compare
Choose a tag to compare

Bug Fix

Description

Fixes issue #76
Pull request that fixes this issue #77

@skrapi @stlehmann

1.1.1

30 Apr 20:27
Compare
Choose a tag to compare

1.1.1

Added

Changed

Removed

  • #43 Remove reconnect for publish function. If you want to reconnect to server check the return value for MQTT_ERR_NO_CONN and call reconnect function.

Version 1.1.0

09 Feb 17:53
Compare
Choose a tag to compare

Changes

  • drop support for Python 2.7 and Python <= 3.5
  • use type-annotations and variable type annotations
  • include mypy type check in travis ci

1.0.3

19 Apr 18:39
Compare
Choose a tag to compare

Ready for new PyPi platform,
Flake8 conformity

Version 0.0.7

23 Jun 09:30
Compare
Choose a tag to compare
  • 100% test coverage

  • critical bugfix for using the extension with the factory pattern, you can now again omit the Flask application object on initialization if you use

  • proper disconnect on calling Mqtt._disconnect()

Supports Python 2.7

22 Jun 13:12
Compare
Choose a tag to compare

Flask-MQTT now supports Python 2.7 additionally to Python 3.x