Skip to content

Releases: emqx/CocoaMQTT

1.0.11

22 Nov 03:09
Compare
Choose a tag to compare
  • Fix crash if server returns reserved CONNACK message(#106)

  • Client SSL certificate support(#111)

  • CocoaMQTTClient: secureMQTT -> enableSSL

  • CocoaMQTTDelegate:

    Add optional func mqtt(_ mqtt: CocoaMQTT, didReceive trust: SecTrust, completionHandler: @escaping (Bool) -> Void)

  • Example code add client SSL certificate support

1.0.10

10 Oct 01:17
Compare
Choose a tag to compare

Convert to Swift 3.0.

1.0.9

07 Sep 06:00
Compare
Choose a tag to compare
  • Remove published qos2 messages from cache if ReceivePubComp(#89).
  • Change retained in CocoaMQTTMessage.swift to public (#90).

1.0.8

02 Sep 07:52
Compare
Choose a tag to compare
  • Fix frameReady() Causes Crash (#74).
  • Fix msg_id > UInt16.max Causes Crash(#79).
  • Pod dependency CocoaAsyncSocket updated to the version 7.5.0: Better IPv6 support(#86).

1.0.7

26 May 13:29
Compare
Choose a tag to compare
  • Fix delegate timing issue when using SSL(#71)
  • Carthage readme fix

1.0.6

25 Apr 09:23
Compare
Choose a tag to compare

1.add Podfile.lock
2.fix carthage update --platform iOS
error:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

CocoaPod dependency

13 Apr 06:23
Compare
Choose a tag to compare

CocoaPod dependency setting

1.0.4

12 Mar 04:30
Compare
Choose a tag to compare

Carthage support

1.0.3

11 Mar 14:25
Compare
Choose a tag to compare
Merge pull request #55 from CrazyWisdom/master

1.0.3

1.0.1

11 Mar 12:04
Compare
Choose a tag to compare

1.retain -> retained
2.didPublishAck
3.support backgroundOnSocket
4.some fix
5.del enableBackgroundingOnSocket