github eclipse-paho/paho.mqtt.c v1.3.14
Version 1.3.14

2 days ago

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

Don't miss a new paho.mqtt.c release

NewReleases is sending notifications on new releases.