Skip to content

Releases: novastone-media/MQTT-Client-Framework

Fixes crashes when publishing from different threads

06 Nov 13:52
Compare
Choose a tag to compare

MQTT-Client-Framework 0.3.6

Release date: 2015-11-06

[FIX] crashes when publishing from different threads closes #61
[PROBABLE FIX] crashes when publishing from different threads #59 #56 #53 #45

test cases for Will flags

04 Nov 17:21
Compare
Choose a tag to compare

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

28 Oct 10:38
Compare
Choose a tag to compare

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

12 Oct 10:09
Compare
Choose a tag to compare
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

08 Oct 20:04
Compare
Choose a tag to compare

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

08 Oct 19:26
Compare
Choose a tag to compare
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

03 Oct 15:54
Compare
Choose a tag to compare

You may need to use the developer version of cocoa pods to work with it

MQTTSessionManager with persistence and SSL securitypolicy

25 Aug 13:15
Compare
Choose a tag to compare
>Release date: 2015-08-25

[NEW] MQTTSessionManager init with Persistence settings
[NEW] MQTTSessionManager with optional SSL security policy

SessionManager options and subscriptions

22 Aug 11:11
Compare
Choose a tag to compare
>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)

16 Aug 17:43
Compare
Choose a tag to compare
>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