From e9960d1cae47ba77f9f233517442d300d44a692e Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Sun, 28 Oct 2012 23:05:25 +0000 Subject: [PATCH] Add 1.9 change history --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8d4833e..4c0ec34 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Arduino Client for MQTT - + @@ -59,6 +59,16 @@

Change History

The complete change history is available on GitHub.

+
1.9
+
+
    +
  • Do not split MQTT packets over multiple calls to _client->write()
  • +
  • API change: All constructors now require an instance of Client to be passed in.
  • +
  • Fixed example to match 1.8 api changes - dpslwk
  • +
  • Added username/password support - WilHall
  • +
  • Added publish_P - publishes messages from PROGMEM - jobytaffey
  • +
+
1.8