Christian Legnitto
7da9f6fcd6
Release juniper_graphql_ws 0.2.1
2020-12-12 09:52:41 -10:00
Christian Legnitto
bd6c5c7525
Release juniper_subscriptions 0.15.1
2020-12-12 09:51:38 -10:00
Christian Legnitto
b2a3b097bd
Release juniper 0.15.1
2020-12-12 09:48:31 -10:00
Christian Legnitto
fcfb530a91
Remove space so replacements work in CI for
...
release tests
2020-12-12 09:47:12 -10:00
Christian Legnitto
0c83ffde2a
Fix release replacements. ( #825 )
...
Some crates need to rewrite values when they are released in other crates. It turns out, by default we use a general config _build/release.toml. So it turns out these local-to-the-crate release.tomls were not being used unless explicitly chosen in the local-to-the-crate Makefile.toml. This removes the dead release.tomls and overrides the ones that need to edit other crates on release.
2020-12-11 19:20:05 -10:00
Christian Legnitto
6326acde33
Fix some clippy lints ( #809 )
2020-12-10 21:41:23 -10:00
Christian Legnitto
0b6a8895e4
Fix juniper_actix releases
2020-12-09 20:09:35 -10:00
Christian Legnitto
270deb24dc
Fix warp releases
2020-12-09 20:05:14 -10:00
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