Releases: novastone-media/MQTT-Client-Framework
Fixes crashes when publishing from different threads
test cases for Will flags
MQTT-Client-Framework 0.3.5
Release date: 2015-11-04
[NEW] Add testcases for 3.1.2-11 .. 13 (Will flags in connect message)
Flow Tests and bug fixes
MQTT-Client-Framework 0.3.4
Release date: 2015-10-28
[NEW] extensive flow tests
[FIX] serialization of delegate newMessage* method calls
[FIX] missing msgID for QoS=1 in newMessageWithFeedback
tvOS support with Cocoapods 0.39
MQTT-Client-Framework 0.3.3 >Release date: 2015-10-10 [NEW] including tvOS with Cocoapods 0.39 [FIX] test coverage for topics containing 0x0000 [NEW] comment out tvOS until Cocoapods supports it [NEW] inbound throttling closes #54 [NEW] provide support for tvOS, OSX and iOS closes #50 [NEW] add messageDelivered delegate message in MQTTSessionManager closes #49 [FIX] clarification of changing subscriptions in MQTTSessionManager closes #47
OSX, iOS and enhancements
MQTT-Client-Framework 0.3.1/2
5 >Release date: 2015-10-08
6
7 [NEW] comment out tvOS until Cocoapods supports it
8 [NEW] inbound throttling closes #54
9
10 ## MQTT-Client-Framework 0.3.0
11 >Release date: 2015-10-03
12
13 [NEW] provide support for tvOS, OSX and iOS closes #50
14 [NEW] add messageDelivered delegate message in MQTTSessionManager closes #49
15 [FIX] clarification of changing subscriptions in MQTTSessionManager closes #47
16
OSX and iOS and inbound throttling
MQTT-Client-Framework 0.3.1 >Release date: 2015-10-08 [NEW] comment out tvOS until Cocoapods supports it [NEW] inbound throttling closes #54
new tvOS and OS X support
You may need to use the developer version of cocoa pods to work with it
MQTTSessionManager with persistence and SSL securitypolicy
>Release date: 2015-08-25 [NEW] MQTTSessionManager init with Persistence settings [NEW] MQTTSessionManager with optional SSL security policy
SessionManager options and subscriptions
>Release date: 2015-08-22 [NEW] Will option on SessionManager closes #44 [NEW] Change SessionManager subscriptions while connected [FIX] Correct SessionManager subscriptions according to server session present
Relaxed check of incoming message id (mosca incompatibility)
>Release date: 2015-08-16 Relaxed check for incoming Publishes (mosca 0.31.1 incompability) [NEW] zero message id is accepted on incoming publish closes #42