Mqtt-codec

Latest version: v1.0.2

Safety actively analyzes 621064 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.2

===================

Fix
----
5: QoS=0 publish messages incorrectly read/write packet_id.

In Publish messages with QoS=0, packet_id is being serialized and
deserialized in violation of MQTT 3.1.1 spec (See 3.3.2.2).

https://github.com/kcallin/haka-mqtt/issues/5

6: Corrupt MqttSuback results in non-DecodeError exception.

While decoding MqttSuback, a corrupted SubscribeResult results in
a TypeError instead of DecodeError. This violates the decode
method's interface spec.

https://github.com/kcallin/mqtt-codec/issues/6

1.0.1

===================

New
----

4: MqttConnect.__repr__ has seconds units on keep_alive.

https://github.com/kcallin/haka-mqtt/issues/21

1.0.0

===================

New
----

* First stable production release.

0.1.3

===================

New
----

* Python 3 support.
* Updating packaging mechanism.

0.1.2

===================

New
----
* Python 3 compatibility.
* MqttConnect object now has read-only attributes.

Fixes
------
2: MqttPublish.payload somtimes has a type that is not bytes.

https://github.com/kcallin/mqtt-codec/issues/2

0.1.1

===================
* Documentation improvements.
* MqttConnect.__str__ no longer shows user/pass.
* setup.py:install_requires now compatible with setuptools 18.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.