Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

53 lines (36 loc) · 2.05 KB

ParseLiveQuery-iOS-OSX Changelog

2.5.0

  • Bumps Bolts-Swift to 1.4.0
  • Bumps Swift version to 4.2

2.4.0

  • Bumps Parse SDK to 1.17.0
  • Bumps cocoapods to 1.4.0
  • Set Swift version to 3.2

2.3.0

  • Bumps Parse SDK to 1.16.0
  • Bumps Starscream to 3.0.4
  • Fixes warnings in Swift 4

2.2.3

  • Bumps Parse SDK to 1.15.4 and Bolts to 1.9.0, thanks to marcgovi
  • Updates logging strategy for websockets, thanks to Joe Szymanski
  • Ensures unsubscribed queries are removed from subscriptions list, thanks to Joe Szymanski
  • Do not attempt to reconnect if a connection is already in progress, thanks to Joe Szymanski

2.2.2

  • Adds ability to set the clientKey on the connect message, thanks to bryandel
  • Adds ability to silence the logs, thanks to ananfang
  • Ensures that wss URL's are properly handled, thanks to Joe Szymanski

2.0.0

Deprecates usage of SocketRocket in favour of Starscream

  • Adds support for sessionToken and user authentication, thanks to Andrew Gordeev
  • Adds support for tvOS, thanks to Kurt (kajensen)
  • Adds support for updating subscription, thanks to Florent Vilmart
  • Fixes for object decoding

1.1.0

  • Breaking change: Swift 3 support
  • Breaking change: OSX deployment target to 10.10
  • New: Carthage support, thanks to Florent Vilmart
  • New: Supports PFGeoPoints, thanks to Nikita Lutsenko
  • Fix: Deduplicates subscription requests, thanks to Nathan Kellert
  • New: Support for wss, thanks to @kajensen
  • Fix: Properly deliver events back to obj-c, thanks to Richard Ross