parse-community / ParseLiveQuery-iOS-OSX

Parse LiveQuery Client for iOS/OS X.
https://parseplatform.org
Other
192 stars 133 forks source link

Update sockets #236

Closed cbaker6 closed 4 years ago

cbaker6 commented 4 years ago

This should be merged after #235

Should this be 2.8.0? The starscream dependency had a major API change. The updates here weren't too difficult, but will need to see what happens on actual systems. I tested in one of my apps that uses simple liveQueries and works with no issues

cbaker6 commented 4 years ago

@TomWFox and @drdaz do you agree that this one should be 2.8.0 and the previous PR 2.7.3?

Technically, I can combine them both for 2.8.0, but since this PR has a bigger dependency change, 2.7.3 would give users the option of having the new features with the old socket dependency

drdaz commented 4 years ago

Splitting the changes into two releases would be exceptionally polite to our consumers actually. I like it.

TomWFox commented 4 years ago

Sounds good to me.