Skip to content

Releases: simps/mqtt

v1.1.5

21 Jan 05:40
Compare
Choose a tag to compare
  • Update level using constants instead of hard coding (f32988e)

v1.1.4

14 Jan 09:52
Compare
Choose a tag to compare

Enhancement

  • Optimise reconnect (#26)
  • Add ProtocolException and Optimise publish (#27)
  • Update testPublishNonTopic (#28)
  • Update MQTT3 pack connect (e669288)

Fixed

  • Fix PHP Notice: Undefined index (9d908b7)

v1.1.3

02 Jan 11:31
124dab7
Compare
Choose a tag to compare

Fixed

v1.1.2

28 Dec 07:28
23e4bc5
Compare
Choose a tag to compare

Enhancement

Fixed

  • Fixed v5 SUBACK type error (f06d0c9)

Removed

  • Remove custom timeout (#21)

v1.1.1

21 Dec 08:38
Compare
Choose a tag to compare

Enhancement

  • Support publish in fpm (#13)
  • Support Properties (#15)
  • Added ProtocolInterface(0e7c353)
  • Optimize duplicate codes (#12)

Fixed

  • Fix SOCKET_ECONNRESET (#6)

v1.1.0

15 Dec 03:59
a8610b8
Compare
Choose a tag to compare

Enhancement

  • Support MQTT5.0 (#5)

🎉 Perhaps the first PHP library to support the MQTT v5.0 protocol.

v1.0.1

26 Nov 03:18
Compare
Choose a tag to compare

New API

v1.0.0

17 Nov 03:25
Compare
Choose a tag to compare

🎉 First Version

MQTT Protocol Analysis and Coroutine Client for PHP.