Skip to content

Releases: eclipse/paho.mqtt.c

Version 1.3.13

19 Oct 12:06
v1.3.13
Compare
Choose a tag to compare

Version 1.3.12

03 Jan 16:46
v1.3.12
Compare
Choose a tag to compare

Version 1.3.11

29 Sep 17:54
v1.3.11
Compare
Choose a tag to compare

Version 1.3.10

28 Mar 16:04
v1.3.10
Compare
Choose a tag to compare

Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1

There are no external changes. A significant internal change is to use the poll system call instead of select to monitor sockets. Most people should notice no difference, except that poll does not exist on Windows XP as select does. You can use the USE_SELECT compile definition to switch back to use select for those platforms that don't have poll.

Version 1.3.9

26 May 09:37
v1.3.9
Compare
Choose a tag to compare

Service release. The issues addressed are here: https://github.com/eclipse/paho.mqtt.c/milestone/16?closed=1

Version 1.3.8

27 Dec 11:05
v1.3.8
Compare
Choose a tag to compare

Version 1.3.7

21 Nov 16:16
v1.3.7
Compare
Choose a tag to compare

Version 1.3.6

03 Oct 10:04
v1.3.6
Compare
Choose a tag to compare

Service release with some persistence and other enhancements:

https://github.com/eclipse/paho.mqtt.c/milestone/11?closed=1

Version 1.3.5

06 Aug 09:16
v1.3.5
Compare
Choose a tag to compare

Service release plus some small enhancements. Issues resolved:

https://github.com/eclipse/paho.mqtt.c/milestone/8?closed=1

Version 1.3.4

04 Jun 14:31
v1.3.4
Compare
Choose a tag to compare

Forgot to update the version number in version.patch. Now this should be all correct, with the fix for the backward binary compatibility from 1.3.3.