Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
74 lines (49 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

74 lines (49 loc) · 3.07 KB

ParseLiveQuery-iOS-OSX Changelog

Master

Full Changelog

2.6.1

Full Changelog

This will be the final release for Swift 4.2

  • Fix #190 thanks to rostopira
  • Bumps Parse SDK to 1.17.1
  • Bumps Starscream to 3.0.5

2.6.0

  • Fixed issue where no "where" property sent when no constraints where added to a query. This is required by the LiveQuery protocol.
  • Support for .or queries. Fixes #156, #47, and #85. Allows orQuery to be encoded without throwing. Thanks to dblythy
  • Added @objc to compile with objective-c . Thanks to Junya Yamaguchi (#184)
  • Encode Date object with __type: Date. Thanks to anafang #186

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