Commit graph

59 commits

Author SHA1 Message Date
Christian Legnitto
fe1bcfcb7a Release juniper_graphql_ws 0.2.0 2020-12-09 20:00:07 -10:00
Christian Legnitto
58dcba1c81 Fix version bumps and releases for juniper_graphql_ws 2020-12-09 19:59:12 -10:00
Christian Legnitto
bfe627e573 Release juniper 0.15.0 2020-12-09 19:19:43 -10:00
Kai Ren
421b343398
Remove redundant extern crate usages (#790)
Additionally:
- remove obsolete benches in benches/ dir
- restore benches in juniper/benches/ dir
2020-10-19 19:42:27 +03:00
Chris
ef82b5a9db
update ws keep-alive docs (#762) 2020-09-12 01:37:26 -04:00
Jerel Unruh
0bf5e3cfa9
Reduce juniper_graphql_ws default KA to 15 seconds so that GQL clients don't disconnect (#756) 2020-09-10 12:02:18 -10:00
Arnaud
fdad97aa08
fix(juniper_graphql_ws): correct null deserialization issue (#738)
Closes #735
2020-08-14 13:46:23 -10:00
Chris
6788ef20c8
omit empty error vec in data message serialization (#732) 2020-08-01 21:43:10 -10:00
Chris
84c9720b53
GraphQL-WS crate and Warp subscriptions update (#721)
* update pre-existing juniper_warp::subscriptions

* initial draft

* finish up, update example

* polish + timing test

* fix pre-existing bug

* rebase updates

* address comments

* add release.toml

* makefile and initial changelog

* add new Cargo.toml to juniper/release.toml
2020-07-28 22:23:44 -10:00