Releases: eclipse-paho/paho.mqtt.c
Version 1.3.14
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:
- Unix domain socket support, courtesy of @fpagliughi
- 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
- Update CMake toolchain link in README file by @sadikuar in #1412
- CMake cleanup, bump to v3.5, and submodule improvements by @fpagliughi in #1428
- Fix usage of memset by @haraldreif in #1485
- Assigned Client Identifier constant misspelled by @fpagliughi in #1496
- Exporting the -static CMake targets when both shared and static libraries built. by @fpagliughi in #1495
- Some minor hardening of MQTTProperties functions by @fpagliughi in #1420
- Zero out MQTTProperty before reading by @fpagliughi in #1498
- Fix doc comment for MQTTAsync_disconnected by @fpagliughi in #1501
- Small cleanup of OpenSSL/LibreSSL CMake by @fpagliughi in #1504
- Fix usage of realloc by @haraldreif in #1484
- Fix compiler warnings by @haraldreif in #1486
- Small cleanup of OpenSSL/LibreSSL CMake (2nd try) by @fpagliughi in #1550
- Fix IpV6 link local address connections by @jumoog in #1466
- Added support for UNIX-domain sockets for v1.3.x by @fpagliughi in #1553
- Build all the sample applications for the static library by @fpagliughi in #1556
- Fix possible memory leak by @haraldreif in #1487
New Contributors
- @sadikuar made their first contribution in #1412
- @haraldreif made their first contribution in #1485
Full Changelog: v1.3.13...v1.3.14
Version 1.3.13
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
Service release. Issues fixed: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1
What's Changed
- checkEyecatchers() used to crash if a heap problem was detected by @axelsommerfeldt in #1305
New Contributors
- @axelsommerfeldt made their first contribution in #1305
Full Changelog: v1.3.11...v1.3.12
Version 1.3.11
Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/18?closed=1
Version 1.3.10
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
Service release. The issues addressed are here: https://github.com/eclipse/paho.mqtt.c/milestone/16?closed=1
Version 1.3.8
Service release. Issues addressed: https://github.com/eclipse/paho.mqtt.c/milestone/15?closed=1
Version 1.3.7
Service release. Issues addressed:
Version 1.3.6
Service release with some persistence and other enhancements:
https://github.com/eclipse/paho.mqtt.c/milestone/11?closed=1
Version 1.3.5
Service release plus some small enhancements. Issues resolved: