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

Release 2.7.2 #229

Merged
merged 6 commits into from
Sep 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ workflows:
version: 2
pr:
jobs:
- carthage
- ios
- macos
- demo
Expand Down
88 changes: 47 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,99 @@

### Master

[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.7.1...master)
[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.7.2...master)

### 2.7.2

[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.7.1...2.7.2)

- Bump Parse SDK to v.1.19.0 ([#229](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/229)), thanks to [Tom Fox](https://github.com/TomWFox).

### 2.7.1

[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.7.0...2.7.1)

- Bump Parse SDK to v1.18.0
([#226](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/226)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas)
([#226](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/226)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas).

- Remove Bolts-ObjC as dependency
([#223](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/223)), thanks to [Joe Szymanski](https://github.com/JoeSzymanski)
([#223](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/223)), thanks to [Joe Szymanski](https://github.com/JoeSzymanski).

### 2.7.0

[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.6.1...2.7.0)

- Build compatibility with Xcode 11 and iOS 13 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz)
- Bump Parse SDK to v1.17.3 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz)
- Moves to Swift 5 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz)
- Bump Bolts-Swift dependency to v1.5.0 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz)
- Properly encode Array of GeoPoints ([#208](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/208)), thanks to [Diamond Lewis](https://github.com/dplewis)
- Build compatibility with Xcode 11 and iOS 13 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz).
- Bump Parse SDK to v1.17.3 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz).
- Moves to Swift 5 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz).
- Bump Bolts-Swift dependency to v1.5.0 ([#210](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/210)), thanks to [Nathan Kellert](https://github.com/noobs2ninjas) & [Darren Black](https://github.com/drdaz).
- Properly encode Array of GeoPoints ([#208](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/208)), thanks to [Diamond Lewis](https://github.com/dplewis).

### 2.6.1

[Full Changelog](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/compare/2.6.0...2.6.1)

**This will be the final release for Swift 4.2**

- Fix #190, thanks to [rostopira](https://github.com/rostopira)
- Bumps Parse SDK to 1.17.1
- Bumps Starscream to 3.0.5
- Fix #190, thanks to [rostopira](https://github.com/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](https://github.com/dblythy)
- Added @objc to compile with objective-c . Thanks to [Junya Yamaguchi](https://github.com/junya100) [(#184)](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/184)
- Encode Date object with __type: Date. Thanks to [anafang](https://github.com/ananfang) [#186](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/186)
- Support for `.or` queries. Fixes #156, #47, and #85. Allows orQuery to be encoded without throwing, thanks to [dblythy](https://github.com/dblythy).
- Added @objc to compile with objective-c ([#184](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/184)), thanks to [Junya Yamaguchi](https://github.com/junya100).
- Encode Date object with __type: Date ([#186](https://github.com/parse-community/ParseLiveQuery-iOS-OSX/pull/186)), thanks to [anafang](https://github.com/ananfang).

### 2.5.0

- Bumps Bolts-Swift to 1.4.0
- Bumps Swift version to 4.2
- 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
- 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
- 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](https://github.com/marcgovi)
- Updates logging strategy for websockets, thanks to [Joe Szymanski](https://github.com/JoeSzymanski)
- Ensures unsubscribed queries are removed from subscriptions list, thanks to [Joe Szymanski](https://github.com/JoeSzymanski)
- Do not attempt to reconnect if a connection is already in progress, thanks to [Joe Szymanski](https://github.com/JoeSzymanski)
- Bumps Parse SDK to 1.15.4 and Bolts to 1.9.0, thanks to [marcgovi](https://github.com/marcgovi).
- Updates logging strategy for websockets, thanks to [Joe Szymanski](https://github.com/JoeSzymanski).
- Ensures unsubscribed queries are removed from subscriptions list, thanks to [Joe Szymanski](https://github.com/JoeSzymanski).
- Do not attempt to reconnect if a connection is already in progress, thanks to [Joe Szymanski](https://github.com/JoeSzymanski).

### 2.2.2

- Adds ability to set the clientKey on the connect message, thanks to [bryandel](https://github.com/bryandel)
- Adds ability to silence the logs, thanks to [ananfang](https://github.com/ananfang)
- Ensures that `wss` URL's are properly handled, thanks to [Joe Szymanski](https://github.com/JoeSzymanski)
- Adds ability to set the clientKey on the connect message, thanks to [bryandel](https://github.com/bryandel).
- Adds ability to silence the logs, thanks to [ananfang](https://github.com/ananfang).
- Ensures that `wss` URL's are properly handled, thanks to [Joe Szymanski](https://github.com/JoeSzymanski).

### 2.0.0

- Full carthage support, thanks to [David Starke](https://github.com/dstarke)
- Full carthage support, thanks to [David Starke](https://github.com/dstarke).

**Deprecates usage of SocketRocket in favour of Starscream**

- Adds support for sessionToken and user authentication, thanks to [Andrew Gordeev](https://github.com/andrew8712)
- Adds support for tvOS, thanks to [Kurt (kajensen)](https://github.com/kajensen)
- Adds support for updating subscription, thanks to [Florent Vilmart](https://github.com/flovilmart)
- Fixes for object decoding
- Adds support for sessionToken and user authentication, thanks to [Andrew Gordeev](https://github.com/andrew8712).
- Adds support for tvOS, thanks to [Kurt (kajensen)](https://github.com/kajensen).
- Adds support for updating subscription, thanks to [Florent Vilmart](https://github.com/flovilmart).
- 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](https://github.com/flovilmart)
- New: Supports PFGeoPoints, thanks to [Nikita Lutsenko](https://github.com/nlutsenko)
- Fix: Deduplicates subscription requests, thanks to [Nathan Kellert](https://github.com/noobs2ninjas)
- New: Support for wss, thanks to [@kajensen](https://github.com/kajensen)
- Fix: Properly deliver events back to obj-c, thanks to [Richard Ross](https://github.com/richardjrossiii)
- Breaking change: Swift 3 support.
- Breaking change: OSX deployment target to 10.10.
- New: Carthage support, thanks to [Florent Vilmart](https://github.com/flovilmart).
- New: Supports PFGeoPoints, thanks to [Nikita Lutsenko](https://github.com/nlutsenko).
- Fix: Deduplicates subscription requests, thanks to [Nathan Kellert](https://github.com/noobs2ninjas).
- New: Support for wss, thanks to [@kajensen](https://github.com/kajensen).
- Fix: Properly deliver events back to obj-c, thanks to [Richard Ross](https://github.com/richardjrossiii).

4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "BoltsFramework/Bolts-Swift" >= 1.5.0
github "ParsePlatform/Parse-SDK-iOS-OSX" >= 1.18.0
github "daltoniam/Starscream" == 3.1.1
github "ParsePlatform/Parse-SDK-iOS-OSX" >= 1.19.0
github "daltoniam/Starscream" == 3.1.1
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "BoltsFramework/Bolts-ObjC" "1.9.1"
github "BoltsFramework/Bolts-Swift" "1.5.0"
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.18.0"
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.19.0"
github "daltoniam/Starscream" "3.1.1"
github "facebook/facebook-objc-sdk" "v5.15.1"
github "facebook/facebook-objc-sdk" "v6.5.2"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Parse-SDK-iOS-OSX
2 changes: 1 addition & 1 deletion Carthage/Checkouts/facebook-objc-sdk
4 changes: 2 additions & 2 deletions ParseLiveQuery.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/ParseLiveQuery/**/*.{swift,h}'
s.module_name = 'ParseLiveQuery'

s.dependency 'Parse', '~> 1.18.0'
s.dependency 'Parse', '~> 1.19.0'
s.dependency 'Bolts-Swift', '~> 1.5.0'
s.dependency 'Starscream', '3.1.0'

end
end