Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Paho Python client v1.3.0 release

Hi all,

The Paho Python client version 1.3.0 was just released. It's available
on PyPI: https://pypi.python.org/pypi/paho-mqtt/1.3.0

For the details of changes see the changelog:
https://github.com/eclipse/paho.mqtt.python/blob/v1.3.0/ChangeLog.txt

Major points are:

* Some breaking changes: Python version requirement upgraded, on_connect
callback is always called with flags and tls_insecure_set must be called
after tls_set

* Add support for TLS SNI

* Fix issue with unicode topic and binary payload


This release will be part of the global Paho 1.3 release expected in few
days.

Regards,

Pierre Fersing



Back to the top