Commit Graph

1466 Commits

Author SHA1 Message Date
Sunli
bdaea0f74d Update CHANGELOG.md 2021-05-08 14:11:56 +08:00
Sunli
81486980a5 Rustfmt 2021-05-08 14:10:59 +08:00
Sunli
6dd7245914
Merge pull request #501 from D1plo1d/feature/websocket-file-uploads
Added `Websocket::with_message_stream` for client message customization
2021-05-08 14:10:28 +08:00
Sunli
deeedf11a6 Clippy clean 2021-05-07 10:14:05 +08:00
D1plo1d
820751d126 feat: Websocket::with_message_stream added for developers to experiment with File Uploads over WebSockets 2021-05-06 20:08:28 -04:00
Sunli
e10ba3465a Update CHANGELOG.md 2021-05-06 16:45:43 +08:00
Sunli
bbf9b9bfb2 If InputObject contains an unnamed field, the correct error message will be given. #498 2021-05-06 16:44:36 +08:00
Sunli
37d77f653b
Merge pull request #496 from bram209/patch-1
Improve documentation of ComplexObject
2021-05-06 09:35:53 +08:00
Bram
d5730f1db1
Improve documentation of ComplexObject 2021-05-04 20:12:34 +02:00
Sunli
d537769c92 Update ci.yml 2021-04-23 16:09:23 +08:00
Sunli
0d464a5de9 Release 2.8.4
async-graphql@2.8.4
async-graphql-actix-web@2.8.4
async-graphql-derive@2.8.4
async-graphql-tide@2.8.4
async-graphql-warp@2.8.4

Generated by cargo-workspaces
2021-04-23 10:41:33 +08:00
Sunli
cdd13ea1be Fix the problem that the ComplexObject macro cannot work due to the secret attribute. 2021-04-23 10:25:00 +08:00
Sunli
00545b35e0
Merge pull request #485 from LiteLT/master
Add link to license files
2021-04-23 09:25:40 +08:00
LiteLT
1f0de2f184 Add link to license files 2021-04-19 10:38:46 -04:00
Sunli
d37495e435
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
14d0ff258d 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
5831449e07 Add test for drop subscription stream on unsubscribe. 2021-04-13 11:26:55 +08:00
Sunli
956a9decc7 Clippy clean 2021-04-12 16:01:03 +08:00
Sunli
93a0eb11af Update CHANGELOG.md 2021-04-12 16:00:30 +08:00
Sunli
6a08c6d69f 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
9c48e31d7b Update CHANGELOG.md 2021-04-12 15:56:25 +08:00
Sunli
5806682ad0 Fixed an error in exporting Federation SDL. 2021-04-12 15:46:49 +08:00
Sunli
630739faeb 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
005c381954 Update CHANGELOG.md 2021-04-09 16:56:42 +08:00
Sunli
5d6b870969 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
c68bbd6431 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
8c896f96e1 Remove spin crate from dependencies 2021-04-08 11:41:15 +08:00
Sunli
df97a8334b Update CHANGELOG.md 2021-04-08 11:33:09 +08:00
Sunli
f7e05b78a3 Fix stack overflow during Registry::create_type for recursive type while running Schema::build. #474 2021-04-08 11:27:06 +08:00
Sunli
56d373d0d7 Update CI 2021-04-07 19:46:58 +08:00
Sunli
6aa191fba5 Add secret attribute for arguments, they will not appear in the log. #463 2021-04-07 19:40:19 +08:00
Sunli
1399b41efb Fix missing log output of Logger extension. 2021-04-05 21:47:45 +08:00
Sunli
fe7a373129 Update CHANGELOG.md 2021-04-05 13:25:00 +08:00
Sunli
c7ea376317 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
4c852f885e 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
bd513a73bc 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
adbf8de8eb Update cursor_connections.md 2021-04-05 12:27:47 +08:00
Daniel Sonck
68d1fe76c3 Update cursor_connections.md
Add the necessary `async move` to the block.
2021-04-05 12:25:54 +08:00
Sunli
22a5e71215 Improve Extensions. 2021-04-05 12:21:02 +08:00
Sunli
d97ddda91d Update subscription.rs 2021-04-04 19:51:41 +08:00
Sunli
ca6ebc9790
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
220aa7ea04 Merge branch 'rework-extensions' 2021-04-04 14:38:15 +08:00
Sunli
7000651b88 Rework Extension 2021-04-04 14:37:41 +08:00
Sunli
e6f13a3bef
Merge pull request #472 from tobisinghania/master
Document SDL schema export in the book
2021-04-03 20:23:12 +08:00
tobi
008a1a188a Document SDL schema export in the book 2021-04-03 11:41:37 +02:00
Sunli
530f5d4c29
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
9578ed460a Add open / close WebSocket callbacks in warp subscription filter. 2021-04-03 09:04:52 +03:00
Chip Senkbeil
93d04870e4
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
8aa670a9cd
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
3eb45cbb3e
Bump 1.50.0 -> 1.51.0 2021-04-03 00:23:45 -05:00