Releases: emqx/CocoaMQTT
Releases · emqx/CocoaMQTT
Shipping 1.1.0
🎉 Swift 4 is comming!
- Support swift4 & Xcode 9.x (Thanks @manucheri 's PR #173)
- Add connection state callback function (#160)
- Clean & Ignore unnecessary/temp files
- Improve log format of Example project
1.0.20
For Swift 3 & Xcode8 version
- Fixed memory leak at CocoaMQTTReader (#169, #168)
- Improve a little Example project
1.0.19
- feat(buffer): let buffer timeout/silosMaxNumber can be configured (#154)
- refactor: delete CocoaMQTTDelegate func mqtt(_ mqtt: CocoaMQTT, didConnect host: String, port: Int)
1.0.18
- dispatch timers on main queue (#151)
- (fix): make CocoaMQTTFrameBuffer thread safe (#141)
1.0.17
- add usage of secure connection in README.md(#143)
- can allow trust a untrust CA certificate
1.0.16
- add simple unit tests
- let Example Podfile directly reference local repo
- change the way maintain CocoaMQTT.socket (see #140)
1.0.15
- Support tvOS(#129)
- Update README.md
- Add feature: auto reconnect.(#121)
- Add feature: flow control for publishing messages(#139)
1.0.13
- Let log have levels. (#135)
1.0.12
- Adding publish complete delegate func
- Let objective-c see enum
- Make mqtt.subscriptions work.(#119 #85)
- Make possible using custom DispatchQueue
- Fix a crash. Can tolerate rescived publish message formatting errors.(#125)