Sha256: 51a536df863e1b42142f14405e3d44e47d4f322a71132f03fc160812c48a2297

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

Ruby MQTT NEWS
==============

Ruby MQTT Version 0.0.8 (2011-02-04)
------------------------------------

* Implemented Last Will and Testament feature.
* Renamed dup attribute to duplicate to avoid method name clash.
* Made the random client_id generator a public class method.


Ruby MQTT Version 0.0.7 (2011-01-19)
------------------------------------

* You can now pass a topic and block to client.get
* Added MQTT::Client.connect class method.


Ruby MQTT Version 0.0.5 (2011-01-18)
------------------------------------

* Implemented setting username and password (MQTT 3.1)
* Renamed clean_start to clean_session
* Started using autoload to load classes
* Modernised Gem building mechanisms


Ruby MQTT Version 0.0.4 (2009-02-22)
------------------------------------

* Re-factored packet encoding/decoding into one class per packet type.
* Added MQTT::Proxy class for implementing an MQTT proxy.


Ruby MQTT Version 0.0.3 (2009-02-08)
------------------------------------

* Added checking of Connection Acknowledgement.
* Automatic client identifier generation.


Ruby MQTT Version 0.0.2 (2009-02-03)
------------------------------------

* Added support for packets longer than 127 bytes.


Ruby MQTT Version 0.0.1 (2009-02-01)
------------------------------------

* Initial Release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mqtt-0.0.8 NEWS