All Versions
14
Latest Version
Avg Release Cycle
57 days
Latest Release
1567 days ago

Changelog History
Page 1

  • v1.3.0-rc.1

    January 05, 2020
  • v1.3.0-alpha.2

    December 24, 2019
  • v1.3.0-alpha.1

    October 17, 2019
  • v1.2.5 Changes

    August 06, 2019

    ๐Ÿ”‹ Features:

    • Exponential Auto-Reconnect (#287 #290)

    ๐Ÿ› Bug fixes:

    • โœ‚ Remove assert lines (#259)
  • v1.2.4 Changes

    June 19, 2019
    • โž• Add closure parameter to didReceiveTrust (#280)
    • ๐Ÿ›  Fix message re-deliver loop forever (#278 )
  • v1.2.3

    June 17, 2019
  • v1.2.2 Changes

    June 14, 2019

    ๐Ÿ› Bug fixes:

    • ๐Ÿ‘‰ Make publishing process safe
  • v1.2.1 Changes

    May 19, 2019

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix the SUBSCRIBE packet assembly error (#261)
  • v1.2.0 Changes

    May 02, 2019

    The CocoaMQTT v1.2.0 is available now!

    ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support swift5 & Xcode 10.2
    • ๐Ÿ‘Œ Support to subscribe multiple topics at once
    • ๐Ÿ‘Œ Support to re-delivery the un-acknowledgment messages

    โœจ Enhancements:

    • Introduced the CocoaMQTTTimer (#246), which means the Timer doesn't block the dispatchQueue now
    • ๐Ÿ”„ Change the Frame datatype to be a struct
    • ๐Ÿ›  Fix the memory leak in the message publish functions
    • ๐Ÿ›  Fix setting the dup/retained/qos flag error
    • โœ… More testcases
  • v1.1.3 Changes

    October 13, 2018

    โšก๏ธ Update to Swift4.2

    • โœ‚ Remove SwiftyTimer dependency (#228)
    • Clean silos when re-established the connection (#221)
    • ๐Ÿ›  Fix known bugs: Force unwrap, retained cycle