Releases: gojek/courier-iOS
Releases Β· gojek/courier-iOS
0.0.26
0.0.25
0.0.24
Distribute MQTTClientGJ as XCFramework
Distribute CourierMQTT as Static Framework
0.0.22
0.0.20
0.0.19
- Add scheme parameter to ConnectOptions. If
ssl
ortls
passed, lib will connect using secure transport layer policy
0.0.18
Set MQTTClientGJ minimum iOS deployment target to iOS 11
0.0.17 - Add MQTT Chuck
CourierMQTTChuck
is used to inspects all the outgoing or incoming packets for an underlying MQTT connection.
It intercepts all the packets, persisting them and providing a UI for accessing all the MQTT packets sent or received. It also provides multiple other features like search, share, and clear data.
It uses SwiftUI under the hood with minimum iOS deployment version of 15, you can still build this on iOS 11 to access the logger without the view.
0.0.16
- Remove workaround for initialize managed object context to handle "nil is not a legal persistent store coordinator for MQTTFLow" This is mostly caused by concurrency issue. One thread is initializing the persistent store and other is accessing it.
- Run connect async in serial queue to avoid this issue
0.0.15
- Add missing "Import UIKit" in MQTTClient.swift file