This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Releases: florianmari/LiveGQL
Releases · florianmari/LiveGQL
Using SocketRocket, new protocol!
- Using of SocketRocket instead of StarScream (thanks to @rhishikeshj)
- Code is cleaner and documented
- Using of the default protocol graphql-subscriptions instead of graphql-ws
- A protocol can be specify at the init
- Fix keepalive message
- Now can be used with GraphCool
Variables and operations names on Subscription
1.1.2 version 1.1.2
Adding reconnect option
Now the library can automatically reconnect in case of failure
tvOS & native JSON
- Library JSONCodable is not used anymore
- Using native JSON
- tvOS support
LiveGQL first version
Changelog:
- Adding queue system
- Adding Error handler
- Conform to the whole Apollo Protocol
- Socket connection is better
- Can use parameters in initServer() function
Get your data!
In this release you can enjoy data!
First preview
0.0.2 Correct protection levels