Skip to content

Releases: OctoPrint/OctoPrint-MQTT

0.8.16

19 Jun 14:25
7c15ca5
Compare
Choose a tag to compare

What's Changed

  • Add support for publishing additional metadata by @DarkFox in #149

New Contributors

Full Changelog: 0.8.15...0.8.16

0.8.15

10 Feb 18:26
f290e6a
Compare
Choose a tag to compare
  • pin paho-mqtt dependency to versions less than 2 due to breaking changes

0.8.14

07 Jan 07:20
d31d612
Compare
Choose a tag to compare

0.8.13

31 May 04:05
c66623c
Compare
Choose a tag to compare

0.8.12

19 Dec 02:06
17d4924
Compare
Choose a tag to compare
  • Fix NameError introduced in last version update

0.8.11 - TLS Fixes

09 Dec 21:22
1ac11cc
Compare
Choose a tag to compare
  • not require ca cert when using TLS, handles issues with Lets Encrypt, #89

0.8.10

07 May 18:18
e86ed56
Compare
Choose a tag to compare
  • additional python 3 compatibility fixes, specific to unsubscribe helper

0.8.9

27 Mar 08:54
08edf0d
Compare
Choose a tag to compare

This is a fix release for 0.8.8 which fixes a compatibility issue with python3

Original Release Notes for 0.8.8

  • Printing state is now reset when starting a new print
  • Printing state is no longer retained
  • API: Add option to publish data without converting to json

0.8.7

23 May 05:38
2eb4a68
Compare
Choose a tag to compare
  • Added Python 3 compatibility

0.8.6

29 Sep 16:19
a85d6d1
Compare
Choose a tag to compare
  • Changed default clean_session option added in 0.8.5 to be true.