All Versions
25
Latest Version
Avg Release Cycle
14 days
Latest Release
-

Changelog History
Page 3

  • v0.2.3.1 Changes

    ๐Ÿ›  Fixed up github links.

  • v0.2.3.0 Changes

    โž• Added Network.MQTT.Topic with match to test Topics against wildcards.

  • v0.2.2.0 Changes

    โž• Added connectURI to make it easier to connect to mqtt or mqtts via URI.

  • v0.2.1.0 Changes

    ๐Ÿ›  No externally visible changes, but a few bug fixes I found when writing an application that published in QoS < 2. QoS 0 would likely not transmit (which is probably fine according to the spec, but not very desirable) and QoS1 didn't check its ACKs, so it would continue to retry after the server ACKd the message.

  • v0.2.0.0 Changes

    API Change

    Subscriber callbacks now include the MQTT client as the first argument. This breaks a circular dependency that prevented callbacks from being able to publish messages easily.

    Other

    โšก๏ธ Updated to stackage LTS 13.2