Commit Graph

1452 Commits

Author SHA1 Message Date
Sunli
4b30a1c173 Merge pull request #483 from utkarshkukreti/add-missing-fonts-to-playground_source
add missing fonts to http::playground_source's html
2021-04-19 16:24:34 +08:00
Utkarsh Kukreti
a7f662e4a5 add missing fonts to http::playground_source's html
graphql-playground uses Open Sans and Source Code Pro and its README
suggests adding this snippet [1].

[1]: https://github.com/graphql/graphql-playground#use
2021-04-18 03:03:29 +05:30
Sunli
6651e86c4c Add test for drop subscription stream on unsubscribe. 2021-04-13 11:26:55 +08:00
Sunli
6a12847d4b Clippy clean 2021-04-12 16:01:03 +08:00
Sunli
c461507e4a Update CHANGELOG.md 2021-04-12 16:00:30 +08:00
Sunli
1bdb215730 Release 2.8.3
async-graphql@2.8.3
async-graphql-actix-web@2.8.3
async-graphql-tide@2.8.3
async-graphql-warp@2.8.3

Generated by cargo-workspaces
2021-04-12 15:57:05 +08:00
Sunli
ce39fe70c1 Update CHANGELOG.md 2021-04-12 15:56:25 +08:00
Sunli
664bc9b073 Fixed an error in exporting Federation SDL. 2021-04-12 15:46:49 +08:00
Sunli
71ddb8e062 Release 2.8.2
async-graphql@2.8.2
async-graphql-actix-web@2.8.2
async-graphql-derive@2.8.2
async-graphql-tide@2.8.2
async-graphql-warp@2.8.2

Generated by cargo-workspaces
2021-04-09 16:57:19 +08:00
Sunli
866ce5b27d Update CHANGELOG.md 2021-04-09 16:56:42 +08:00
Sunli
572f907df7 Now when the resolver returns the Result type, E can be all types that implement Into<async_graphql::Error>. 2021-04-09 15:04:01 +08:00
Sunli
8835f03c92 Release 2.8.1
async-graphql@2.8.1
async-graphql-actix-web@2.8.1
async-graphql-derive@2.8.1
async-graphql-tide@2.8.1
async-graphql-warp@2.8.1

Generated by cargo-workspaces
2021-04-08 13:06:53 +08:00
Sunli
9ab9a60ec0 Remove spin crate from dependencies 2021-04-08 11:41:15 +08:00
Sunli
a30dc64336 Update CHANGELOG.md 2021-04-08 11:33:09 +08:00
Sunli
36c7d4a883 Fix stack overflow during Registry::create_type for recursive type while running Schema::build. #474 2021-04-08 11:27:06 +08:00
Sunli
bcfc9b9dd9 Update CI 2021-04-07 19:46:58 +08:00
Sunli
a9ac598e2e Add secret attribute for arguments, they will not appear in the log. #463 2021-04-07 19:40:19 +08:00
Sunli
709bb49e07 Fix missing log output of Logger extension. 2021-04-05 21:47:45 +08:00
Sunli
9aca5a68bb Update CHANGELOG.md 2021-04-05 13:25:00 +08:00
Sunli
a822c873f1 Add async_graphql_warp::graphql_protocol, async_graphql_warp::graphql_subscription_upgrade and async_graphql_warp::graphql_subscription_upgrade_with_data to control WebSocket subscription more finely. 2021-04-05 13:24:39 +08:00
Sunli
213c7b1e5b Release 2.8.0
async-graphql@2.8.0
async-graphql-actix-web@2.8.0
async-graphql-derive@2.8.0
async-graphql-tide@2.8.0
async-graphql-warp@2.8.0

Generated by cargo-workspaces
2021-04-05 13:24:17 +08:00
Sunli
4003baa2a5 Add async_graphql_warp::graphql_protocol, async_graphql_warp::graphql_subscription_upgrade and async_graphql_warp::graphql_subscription_upgrade_with_data to control WebSocket subscription more finely. 2021-04-05 13:20:02 +08:00
Sunli
3b45708959 Update cursor_connections.md 2021-04-05 12:27:47 +08:00
Daniel Sonck
7d817633f3 Update cursor_connections.md
Add the necessary `async move` to the block.
2021-04-05 12:25:54 +08:00
Sunli
81e053811b Improve Extensions. 2021-04-05 12:21:02 +08:00
Sunli
a4db80bdc9 Update subscription.rs 2021-04-04 19:51:41 +08:00
Sunli
a2ce26fcf3 Merge pull request #469 from chipsenkbeil/minimum-rust-version-support
Add minimum rust version support in workflow
2021-04-04 14:39:19 +08:00
Sunli
e7102ed053 Merge branch 'rework-extensions' 2021-04-04 14:38:15 +08:00
Sunli
824356d118 Rework Extension 2021-04-04 14:37:41 +08:00
Sunli
759a07fb48 Merge pull request #472 from tobisinghania/master
Document SDL schema export in the book
2021-04-03 20:23:12 +08:00
tobi
87b7c28536 Document SDL schema export in the book 2021-04-03 11:41:37 +02:00
Sunli
db66d50e41 Merge pull request #471 from BratSinot/master
Add open / close WebSocket callbacks in warp subscription filter.
2021-04-03 15:42:08 +08:00
BratSinot
9cb9e26b54 Add open / close WebSocket callbacks in warp subscription filter. 2021-04-03 09:04:52 +03:00
Chip Senkbeil
4c28751e14 Bump back to 1.50.0 due to unstable library feature unsafe_cell_get_mut in state library 2021-04-03 00:39:18 -05:00
Chip Senkbeil
e30b82c858 Move back to 1.49.0 by splitting off rustfmt and clippy to only run on stable 2021-04-03 00:34:27 -05:00
Chip Senkbeil
d04d9ad507 Bump 1.50.0 -> 1.51.0 2021-04-03 00:23:45 -05:00
Chip Senkbeil
b451e3f7f7 Bump 1.49.0 -> 1.50.0 2021-04-03 00:17:31 -05:00
Chip Senkbeil
51ff46a09d Update README with proper version of Rust that is baseline 2021-04-03 00:11:23 -05:00
Chip Senkbeil
76e07300d0 Add minimum rust version support in workflow 2021-04-03 00:09:58 -05:00
Sunli
13298b8d61 Release 2.7.4
async-graphql@2.7.4
async-graphql-actix-web@2.7.4
async-graphql-tide@2.7.4
async-graphql-warp@2.7.4

Generated by cargo-workspaces
2021-04-02 18:25:44 +08:00
Sunli
8a67781180 Add the BuildHasher generic parameter to dataloader::HashMapCache to allow custom hashing algorithms. #455 2021-04-02 18:22:06 +08:00
Sunli
018d56d2ca Update CHANGELOG.md 2021-04-02 11:20:00 +08:00
Sunli
b8e89443cf Release 2.7.3
async-graphql@2.7.3
async-graphql-actix-web@2.7.3
async-graphql-derive@2.7.3
async-graphql-tide@2.7.3
async-graphql-warp@2.7.3

Generated by cargo-workspaces
2021-04-02 11:17:41 +08:00
Sunli
fc91672ec4 Add SelectionField::alias and SelectionField::arguments methods. 2021-04-02 11:04:59 +08:00
Sunli
d6c47f718c Update CHANGELOG.md 2021-04-01 20:57:31 +08:00
Sunli
577fa5ded6 Fix Schema::sdl() does not include subscription definitions. #464 2021-04-01 20:56:14 +08:00
Sunli
40549303d4 Implements ScalarType for serde_json::Value. 2021-04-01 16:54:54 +08:00
Sunli
9eff268321 Merge branch 'master' of github.com:async-graphql/async-graphql 2021-04-01 15:53:46 +08:00
Sunli
453f996a76 Update CHANGELOG.md 2021-04-01 15:53:23 +08:00
Sunli
e0216153ce Merge pull request #459 from D1plo1d/fix/warp-websocket-pings
Prevent Warp WS Close, Ping, and Pong messages from being parsed as GraphQL
2021-04-01 15:51:56 +08:00