Revisions of python-paho-mqtt
Ana Guerrero (anag+factory)
accepted
request 1171279
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 2.1.0: * Make transition from 1.x to 2.x version smoother * Fix "protocol" property * Fix publish() a bytearray payload * Fix some type annotations * Fix loop_stop() not stopping thread when called from callback * Fix some documentation errors * Add support for Unix socket * Fix flaky test
Dominique Leuenberger (dimstar_suse)
accepted
request 937316
from
Martin Hauke (mnhauke)
(revision 7)
Dominique Leuenberger (dimstar_suse)
accepted
request 930499
from
Martin Hauke (mnhauke)
(revision 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 836463
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 744374
from
Antoine Belvire (1Antoine1)
(revision 4)
- Update to version 1.5.0: * Add support for clean_session on subscribe helper (gh#eclipse/paho.mqtt.python#219). * Add support for non-standard bridge connection (gh#eclipse/paho.mqtt.python#282). * Fix hang with QoS 2 message and clean_session = False. The fix replace hang with message DROP. See README for known limitation (gh#eclipse/paho.mqtt.python#284, gh#eclipse/paho.mqtt.python#286). * Fix connection establishement timeout (gh#eclipse/paho.mqtt.python#291, gh#eclipse/paho.mqtt.python#288). * Add support for connecting through a proxy (gh#eclipse/paho.mqtt.python#315). * Add MQTT v5 support (gh#eclipse/paho.mqtt.python#334). * Improve error message when sending queue is full (gh#eclipse/paho.mqtt.python#378). * Improve error handling during initialization on edge case (gh#eclipse/paho.mqtt.python#387, gh#eclipse/paho.mqtt.python#388). * Allow to specify local client port used (similar to bind_address) (gh#eclipse/paho.mqtt.python#390). * Add method is_connected to know if MQTT connection is established (gh#eclipse/paho.mqtt.python#414). * Set connection timeout to keepalive (gh#eclipse/paho.mqtt.python#425).
Dominique Leuenberger (dimstar_suse)
accepted
request 656853
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
- Fix fdupes call
Dominique Leuenberger (dimstar_suse)
accepted
request 632743
from
Antoine Belvire (1Antoine1)
(revision 2)
- Update to version 1.4.0: * Fix hang when client restarted and broker resumed a session with Qos2 message. * Fix reconnection loop when a clean_session=True client reconnect while Qos2 message are being sent. * Catch and log any exception raised by user callback. * Improve support for external event loop (like asyncio). * Fix order of message with publish.multiple helper. * Fix hang on wait_for_published() on bad network. * Fix issue with Websocket payload size between 127 and 65536. * Closes socket in client destructor to avoid FD leak. * Fix uncaught timeout exception during connection. * Remove dup flag on PUBREL packet. * Use secure entropy source for Websocket mask_key (urandom). * Fix mid generation that was not thread-safe. * Replace print() statements with proper logging. * Allow insecure TLS on publish and subscribe helpers. * Allow to remove authentication (reset username to None). * Add support for the non-standard bridge mode.
Dominique Leuenberger (dimstar_suse)
accepted
request 580349
from
Martin Hauke (mnhauke)
(revision 1)
I want to maintain python-paho-mqtt in Factory
Displaying all 9 revisions