We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bb192 commit 103c770Copy full SHA for 103c770
javascript_client/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# graphql-ruby-client
2
3
+## 1.4.0 (12 Apr 2017)
4
+
5
+- Add `PusherLink` for Apollo 2 Subscriptions on Pusher
6
+- Add `OperationStoreLink` for Apollo 2 persisted queries
7
8
## 1.3.0 (30 Nov 2017)
9
10
- Support HTTPS, basic auth, query string and port in `sync` #1053
javascript_client/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "JavaScript client for graphql-ruby",
"main": "index.js",
"repository": "https://github.com/rmosolgo/graphql-ruby-client",
0 commit comments