Skip to content

Releases: simps/mqtt

v1.3.4

21 Apr 07:39
Compare
Choose a tag to compare
  • Add getTypes and getType (4d4af74)

v1.3.3

29 Mar 02:52
0a62753
Compare
Choose a tag to compare

Fixed

  • Fixed unSubAck lost reason code when canceling multiple topics at the same time in MQTT5 (1506d6f)
  • Update examples code (5a0bfef)
  • Update Unsubscribe test for MQTT5 (#46)

v1.3.2

08 Mar 01:28
Compare
Choose a tag to compare

Enhancement

  • Add toArray method (b3fd28a)
  • Update property default values (9c63510)
  • Add WillMessage (#45)
  • Add Auth Message (36f6a9d)
  • Add constants for DUP, SESSION_PRESENT and RETAIN (fe5c418)
  • Optimize getProtocolLevel (a329202)
  • Add testIsMQTT5 and Use constants instead of hard coding (b9d4365)

Fixed

v1.3.1

03 Mar 06:44
Compare
Choose a tag to compare

Enhancement

  • Add isMQTT5 method (f27f85c)
  • Add visibility to const constants (#41)
  • Add the getArray param to getContents (#42)
  • Add Message test (8f7fe30)
  • Update Message docs (a41654b)
  • Update ProtocolException and Add test (19a6bee)

Fixed

  • Fix the topic in Will Message cannot be empty (b56fda1)

v1.3.0

24 Feb 02:54
Compare
Choose a tag to compare

Backward compatibility Break

Enhancement

  • Optimize recv (#38) (99a85bf)
  • Add CONNACK & PUBLISH & PINGRESP Message (700a6c9)
  • Add SubAck and Update getMessageId (09f6334)
  • Add DISCONNECT、PUBACK、PUBREC、PUBREL、UNSUBACK (20a78c7)
  • Update AbstractConfig (dff6283)
  • Add Message example (58d5b4a)
  • Add getContents (a7ba577)
  • Add Message docs (bab2297)

v1.2.3

19 Feb 05:40
Compare
Choose a tag to compare

Enhancement

  • Optimize Packet Identifier (503b928)

Fixed

  • Remove the default value of ClientConfig (25ba480)

Tests

v1.2.2

29 Jan 06:29
Compare
Choose a tag to compare

Enhancement

  • Add ConnectException (#34)
  • Update connect examples (c301789)

Fixed

  • Fixed getConnectData data error when reconnect (f48f220)

v1.2.1

27 Jan 06:39
Compare
Choose a tag to compare

Enhancement

  • Update reconnectDelay and Add MaxAttempts (#32)

v1.2.0

21 Jan 06:21
7e5a275
Compare
Choose a tag to compare

Backward compatibility Break

Remove

  • PHP 7.0 is no longer supported (3dc5bcd)

Enhancement

Upgrade Guide

English: https://mqtt.simps.io/#/en/upgrade/1.2
Chinese: https://mqtt.simps.io/#/zh-cn/upgrade/1.2

v1.1.5

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