Skip to content

Releases: eclipse-paho/paho.mqtt.c

Version 1.3.14

07 Jan 17:59
v1.3.14
Compare
Choose a tag to compare

Mainly a service release. Issues fixed: https://github.com/eclipse-paho/paho.mqtt.c/milestone/21?closed=1

There are two significant additions, which don't affect the externals:

  1. Unix domain socket support, courtesy of @fpagliughi
  2. HTTP proxy improvements:
    • the environment variable PAHO_C_CLIENT_USE_HTTP_PROXY must be set to TRUE for http_proxy environment variable to be used
    • the http_proxy environment variable to be read is lower case only
    • the no_proxy environment variable can be set to exclude hosts from using an environment set proxy

What's Changed

New Contributors

Full Changelog: v1.3.13...v1.3.14

Version 1.3.13

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

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

What's Changed

  • Updating the contributing guide regarding IP verification. by @CIPop in #1398
  • Async sample callback context fix. by @CIPop in #1382

New Contributors

Full Changelog: v1.3.12...v1.3.13

Version 1.3.12

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

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

What's Changed

New Contributors

Full Changelog: v1.3.11...v1.3.12

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