Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

77 lines (48 loc) · 2.72 KB

CHANGELOG

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog

This product uses Semantic Versioning.

Added

  • #119: A working implementation of Presence

Changed

  • #120: Xcode 10 and Swift 4.2

Fixed

  • #111: Strong memory cycles between Socket, Channel and Timers
  • #112: Leak when Socket disconnects and properly call onClose()
  • #114: Carthage failing on builds and app store uploads

Changed

  • #116: A Channel's topic is now exposed as public

Added

  • Added security configuration to the underlying WebSocket.

Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces some breaking changes in the API that will require updates to your code. See the [usage guide] for help.

Updated

  • Swift 4.1

Changed

  • All callbacks now receive a Message object. The Payload can be accessed using message.payload

Added

  • channel.join() can now take optional params to override the ones set while creating the Channel
  • Timeouts when sending messages
  • Rejoin timer which can be configured to attempt to rejoin given a function. Defaults to 1s, 2s, 5s, 10s and then retries every 10s
  • Socket and Channel on callbacks are able to hold more than just a single callback

Thanks to @murphb52 and @ALucasVanDongen for helping with some of the development and testing of this release!

Fixed

  • Initial params are not sent through when opening a channel

Updated

  • Starscream to 3.0.4
  • Swift 4
  • Mirror Phoenix.js more closely