Skip to content

Releases: novastone-media/MQTT-Client-Framework

MQTT-Client-Framework 0.9.0

10 May 13:43
Compare
Choose a tag to compare

[FIX] Fix random crashes on core data persistence #314
[FIX] use_frameworks!
[FIX] Swift Tests output
[FIX] CONNACK return codes
[NEW] access publish data back messageDelivered is called? closes #296
[FIX] XCode 8.3.1 warnings and documentation
[NEW] MQTT v5 properties
[FIX] Reset PUBLISH/PUBREL command's deadline interval when connection closed #302
[NEW] initial version 5

Connect Retry in MQTTSessionManager

03 Apr 10:39
Compare
Choose a tag to compare

Release date 2017-04-03

[FIX] Connection Retry after Closed-by-Broker Errors #297
[NEW] Configurable maxConnectionRetryInterval for MQTTSessionMananger #297
[FIX] Don't publish QoS 1 or 2 messages immediately if queued messages exists #295

0.8.7 [FIX] undo CocoaLumberJack current version usage

04 Jan 11:27
Compare
Choose a tag to compare

[FIX] undo CocoaLumberJack current version usage

MQTT-Client-Framework 0.8.6

04 Jan 10:10
Compare
Choose a tag to compare

MQTT-Client-Framework 0.8.6

Release date 2017-01-04

[NEW] Support voip applications #243
[NEW] Add public emqtt broker to test suite
[NEW] Use signals for synchronouse calls #250
[NEW] Configurable connect-in-foreground behaviour #234

[FIX] CocoaLumberjack related issues. Now on current CocoaLumberjack version
[FIX] Documentation update #252
[FIX] Backward compatibility issue #253
[FIX] Publish messages by messageId ascending order when using MQTTInMemoryPersistence #247
[FIX] Adds connectInForeground configuration parameter #223
[FIX] Correct crashing issue caused by locking on a object which is replaced inside the lock #220
[FIX] Use an NSLock instead of locking on an object that is often replaced
[FIX] Adding MQTTSessionManager.h to the umbrella header #213
[FIX] sharing the scheme to make the project carthage compatible #198

Resolve CocoaLumberjack dependencies

29 Sep 20:12
Compare
Choose a tag to compare

MQTT-Client-Framework 0.8.5

Release date 2016-09-29

[FIX] CocoaLumberjack dependency resolved see #199 and README.md

0.8.3

23 Sep 09:28
Compare
Choose a tag to compare

MQTT-Client-Framework 0.8.3

Release date 2016-09-23

[FIX] Cannot build after CocoaLumberjack new release #199
[FIX] Xcode8 / Swift3 compatibility

Bugfix podspec

10 Aug 21:53
Compare
Choose a tag to compare

[FIX] MQTTClient.h in podspec

Fixes and Pull Requests

08 Aug 19:19
Compare
Choose a tag to compare

MQTT-Client-Framework 0.8.0

Release date 2016-08-08

[FIX] Application extensions is not supported closes #188
[FIX] Update MQTTCoreDataPersistence.m pull request #174

SSL bugfixes

21 Jun 04:46
Compare
Choose a tag to compare

MQTT-Client-Framework 0.7.9

Release date 2016-06-21

[FIX] Legacy connect method does not honor Client Certificates with default transport #160
[FIX] CFNetwork SSLHandshake failed (-9807) #149

Fixes and Pull Requests

23 May 21:37
Compare
Choose a tag to compare

MQTT-Client-Framework 0.7.8

Release date 2016-05-23

[FIX] Fix unread and unused variables pull reques #143
[FIX] Call connect handler when connection is closed by broker without sending a CONNACK and consistent error reporting pull request #142
[NEW] Adding method for MQTTSessionManager to include protocolLevel variable pull request #140
[FIX] Fixes an issue where calling open twice on MQTTCFSocketTransport crashes pull request #131
[NEW] Add Swift test project to check #119