Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho Python client v2.0.0 release
  • From: Andy Stanford-Clark <ANDYSC@xxxxxxxxxx>
  • Date: Thu, 15 Feb 2024 10:32:41 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uk.ibm.com; dmarc=pass action=none header.from=uk.ibm.com; dkim=pass header.d=uk.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OzZJRnx19iYH+/++zMkm362CdY7MHi7kRa18TATTGMQ=; b=IJA+A7Bb4QbjjOGv5f8369IMZPzfymrbDlNocftzlLEdnf7KrrkASRA4LrXYbf3g6XaydL7kk/4Ag5lbs1mwU26tTpNCD1kFk7zEYIcdCpuGRWstZje4/SVsdie9BBe0PjjRebjFao1YrWRUd49yueu8vCxrQphpt8/0ZWxNXqU8XiduesqhIhdD/zxUdQbduNxmEphVemAmjbmg62z0KE0NNW7pvCWHlJqX1Xks2gqb3EDp/ynLriO2wWxEL7IKc5Vd6JzdizTgA/gc76CYrpEYA5YZZ+3zGhiPZmMaHeNzvZA9zSgkgw2ql5AT78Jj3E/8HAQ3x8+xbhwMx8RH5Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a24UwdyOvsAux/M6qSV/usSDlOoQE6JOM6I9jlf+00YRpjdhYbs5QVUmXCY+ADaL8OZOTMb4sJqd+JDsdW49BvqbR5X4VzBBE7pmdY6Jh6UhV6qB54iX7PHznDKUC2f876E5+Bl2clFIoEWyhuCVxYl0Hocx4XzCMSUr+4VL0ivjc+85dPzUk8Df2XP97oQehznexcObYAiQW3FgbD/Se4KqM5QodE7q2fCv4ZDkvxcNmYJZvG/JG67ksEaGx3dGvejNDyEm4gAQtvnlFq6dnhbAKcq4uR07lHEFA6E0/uOkSpi4W9ApaPBELftZ6bnHgsU2cGqgCL8WBWvb9tL05A==
  • Delivered-to: paho-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/paho-dev/>
  • List-help: <mailto:paho-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/paho-dev>, <mailto:paho-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/paho-dev>, <mailto:paho-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaXCvkCz3Wcsqk3U2HZfX27fKMhLELPBuA
  • Thread-topic: [EXTERNAL] [paho-dev] Paho Python client v2.0.0 release

Congratulations, team - that is a tremendous achievement - it makes me feel very proud - thank you and well done!


Andy


Andy Stanford-Clark

Innovation Leader - IBM SPEED team

Distinguished Engineer, Master Inventor, IBM Quantum Technical Ambassador,
Member IBM Open Innovation Community, Fellow BCS
Visiting Professor at Newcastle, Southampton and UEA.

Tel: +44 (0)7801 787096       twitter: @andysc



From: paho-dev <paho-dev-bounces@xxxxxxxxxxx> on behalf of Pierre Fersing via paho-dev <paho-dev@xxxxxxxxxxx>
Sent: 10 February 2024 14:17
To: General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Cc: Pierre Fersing <pierre.fersing@xxxxxxxxxxx>
Subject: [EXTERNAL] [paho-dev] Paho Python client v2.0.0 release
 
Hi all,

the release of Python client version 2.0.0 is available on PyPI:
https://pypi.org/project/paho-mqtt/2.0.0/

For the details of changes see the change log or the Github release:

* https://github.com/eclipse/paho.mqtt.python/blob/v2.0.0/ChangeLog.txt

* https://github.com/eclipse/paho.mqtt.python/releases/tag/v2.0.0

This release had breaking change, see migrations[1] for how to upgrade.
For most users adding "mqtt.CallbackAPIVersion.VERSION1" when creating
the Client() class should be enough.

This release also introduce a Sphinx based documentation available
online[2]. The style is still rather rough, but I avoid having
duplicated documentation in README and in docstring, which were not
always aligned.

Regards,

Pierre Fersing

[1]: https://eclipse.dev/paho/files/paho.mqtt.python/html/migrations.html

[2]: https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev
Unless otherwise stated above:

IBM United Kingdom Limited
Registered in England and Wales with number 741598
Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU

Back to the top