Skip to content

R2

Compare
Choose a tag to compare
@tekjar tekjar released this 27 Oct 16:25
cab6590

mqtt4bytes v0.3.0

  • changed LastWill API now looks similar to publish API [breaking]

rumqttc v0.2.0

  • changed Don't cancel the eventloop when Client is dropped.
  • changed Remove network from public interface [breaking]
  • internal Fuse io into state
  • internal Improve packet framing
  • fixed Simplify collisions and fix collision event notification

rumqttd v0.1.0

  • fixed 0 keepalive handling
  • fixed Disconnect and qos 2 handling
  • feature Offline storage, retained messages, will, unsubscribe
  • misc Paho interoperability test suite conformance
  • internal Performance improvements