Skip to content

Releases: emqx/CocoaMQTT

2.1.6

18 Aug 15:06
Compare
Choose a tag to compare

fix: pos calculate error

2.1.5

20 Jun 17:25
Compare
Choose a tag to compare

fix: Crash caused by force unwrapping the reason code

2.1.3

04 Mar 15:24
Compare
Choose a tag to compare

feat: add self signed delegate and demo

2.1.1

11 Feb 14:17
Compare
Choose a tag to compare

Fix: crash in webSocket connection

2.1.0

10 Jan 12:32
Compare
Choose a tag to compare

fix: auto reconnection not working

2.0.8

21 Nov 16:03
Compare
Choose a tag to compare

feat:
1.Change MqttCocoaAsyncSocket prefix to "MGCD"
2.Update md

fix:
1.UserProperties
2.MqttCocoaAsyncSocket import error

2.0.6

20 Sep 14:04
Compare
Choose a tag to compare
  1. fix CocoaAsyncSocket bugs on iOS 16
  2. add MqttPublishProperties init function

2.0.4

19 Jun 10:01
Compare
Choose a tag to compare

fix:

  1. data bugs
  2. default value in willExpiryInterval
  3. Add i386 x86_64 ios simulator support for iOS Framework

feat:

  1. Twitter link

2.0.3-beta6

19 Apr 11:41
Compare
Choose a tag to compare

Fix:

  1. App crash because of UserDefaults key "version"
  2. Incoming message payload includes a leading \0 byte

2.0.3-beta4

25 Mar 08:13
Compare
Choose a tag to compare

fix:
1.FrameAuth header
2.FrameSubAck header
3.CustomStringConvertible for differnet version
4.func subscribe qos bug
5.didPublishAck and MqttDecodePubRec may be nil (#445 #446)