Skip to content

Releases: randomsync/robotframework-mqttlibrary

Release 0.7.1

21 Jul 23:21
Compare
Choose a tag to compare

Fixed

  • #19 Fix issue with subscribe async with wildcard topics
  • #20 Wait for subscribe to complete before listening

Enhancement

  • #22 Remove reliance on public broker for tests

Release v0.7.0

22 Jul 01:01
Compare
Choose a tag to compare
  • #13 - Added compatibility with Python3 and Robot Framework 3 (@vogoltsov)

Release v0.6.1

14 Jan 06:57
Compare
Choose a tag to compare

This is a config change only release and offers no relevant changes from 0.6.0

Release v0.6.0

14 Jan 06:19
Compare
Choose a tag to compare
  • #6 - Added ability to subscribe asynchronously to a topic and listen and get messages at a later step (@janvanoverwalle)

Release v0.5.0

14 Jan 01:43
Compare
Choose a tag to compare
  • Add keyword to set username and password for broker authentication