Commit Graph

1352 Commits

Author SHA1 Message Date
Sunli
30d6a01adf Add subscription support for tide with tide-websockets. 2021-02-06 09:21:35 +08:00
Sunli
acb4d85996
Merge pull request #402 from zzy/master
Update Tide to v0.16
2021-01-30 15:40:36 +08:00
Sunli
b5bc6c1e8a Update examples 2021-01-30 15:40:01 +08:00
zzy
ac53e72b4d Update Tide to v0.16 2021-01-30 10:34:41 +08:00
Sunli
b1fb349299 Release 2.5.1
async-graphql@2.5.1
async-graphql-actix-web@2.5.1
async-graphql-tide@2.5.1
async-graphql-warp@2.5.1

Generated by cargo-workspaces
2021-01-20 11:19:46 +08:00
Sunli
b9fb1dab24 Fix tests. 2021-01-20 10:37:31 +08:00
Sunli
adb0c4ef3c Update examples 2021-01-20 10:15:37 +08:00
Sunli
11fa2e7ecb Bump Warp from 0.2.5 to 0.3.0 2021-01-20 10:05:09 +08:00
Sunli
28577d80a9
Merge pull request #395 from leebenson/leebenson/default_with
Book fix for `default_with`
2021-01-19 20:08:23 +08:00
Lee Benson
2d59fbed4a
Fix for default_with
Signed-off-by: Lee Benson <lee@leebenson.com>
2021-01-19 09:53:29 +00:00
Sunli
bce55dec08 Release 2.5.0
async-graphql@2.5.0
async-graphql-actix-web@2.5.0
async-graphql-derive@2.5.0
async-graphql-tide@2.5.0
async-graphql-warp@2.5.0

Generated by cargo-workspaces
2021-01-17 13:41:18 +08:00
Sunli
b163837357 Update examples 2021-01-17 10:04:33 +08:00
Sunli
43a8ad6859 Supports async websocket initializer. #393 2021-01-16 16:37:20 +08:00
Sunli
58b5c78a89 Update book. 2021-01-16 08:08:36 +08:00
Lee Benson
c9c62c7cad
generic objects (#390) 2021-01-15 22:07:29 +08:00
Sunli
5db4f844ea Update examples 2021-01-15 10:48:02 +08:00
Sunli
98ab15355d Release 2.4.11
async-graphql@2.4.11
async-graphql-actix-web@2.4.11
async-graphql-derive@2.4.11
async-graphql-tide@2.4.11
async-graphql-warp@2.4.11

Generated by cargo-workspaces
2021-01-15 10:31:36 +08:00
Sunli
879bcd6061 Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
Sunli
7cfeea40f3 Release 2.4.10
async-graphql@2.4.10
async-graphql-actix-web@2.4.10
async-graphql-derive@2.4.10
async-graphql-tide@2.4.10
async-graphql-warp@2.4.10
graphql-benchmark@2.4.10

Generated by cargo-workspaces
2021-01-14 19:23:37 +08:00
Sunli
a0ded06da8 Fix a bug that cause generic InputObject and SimpleObject is incorrect name. #387 2021-01-14 19:20:28 +08:00
Sunli
197fd88409 Update examples 2021-01-14 13:30:43 +08:00
Sunli
770ebf3eb5 Release 2.4.9
async-graphql@2.4.9
async-graphql-actix-web@2.4.9
async-graphql-derive@2.4.9
async-graphql-tide@2.4.9
async-graphql-warp@2.4.9
graphql-benchmark@2.4.9

Generated by cargo-workspaces
2021-01-14 13:17:16 +08:00
Sunli
7bda6333da Add support for generic SimpleObject. #387 2021-01-14 13:16:30 +08:00
Sunli
95e372e0d3 Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00
Sunli
7b7befa82c Bump rocket 2021-01-14 12:01:26 +08:00
Sunli
4a4e4e7219 Release 2.4.8
async-graphql@2.4.8
async-graphql-actix-web@2.4.8
async-graphql-derive@2.4.8
async-graphql-tide@2.4.8
async-graphql-warp@2.4.8

Generated by cargo-workspaces
2021-01-14 11:29:40 +08:00
Sunli
ac620c1eea Add support for generic InputObject. #387 2021-01-14 11:27:15 +08:00
Sunli
1d79241dc0 Release 2.4.7
async-graphql@2.4.7
async-graphql-tide@2.4.7
async-graphql-warp@2.4.7

Generated by cargo-workspaces
2021-01-11 09:42:57 +08:00
Sunli
91fdad2602 Fix the bug that dataloader will only return one value when loading the same key. #386 2021-01-11 09:42:30 +08:00
Sunli
4d6fd5b539 Clippy clean 2021-01-11 09:01:28 +08:00
Naaman Curtis
b16d7c8aac
update response to correctly carry headers through (#384)
* update response to correctly carry headers through
2021-01-11 08:05:51 +08:00
Sunli
8c49ce396c
Merge pull request #383 from naamancurtis/master
Update Headers to use `http::HeaderMap`
2021-01-10 21:04:54 +08:00
Naaman
e50e9d8d30 Update http-headers to use http::HeaderMap 2021-01-10 10:57:28 +00:00
Sunli
90e175659d Release 2.4.6
async-graphql@2.4.6
async-graphql-actix-web@2.4.6
async-graphql-derive@2.4.6
async-graphql-parser@2.4.6
async-graphql-tide@2.4.6
async-graphql-warp@2.4.6

Generated by cargo-workspaces
2021-01-10 13:50:13 +08:00
Sunli
20e5732525 Implements InputType for Box<T> and Arc<T>. #382 2021-01-10 13:48:18 +08:00
Sunli
c547252121 #[Object] on impl dyn TraitObj. #381 2021-01-10 11:21:47 +08:00
Sunli
1897859b91 Add Context::set_http_header method. #370 2021-01-10 08:06:48 +08:00
Ejez
3a8e0e0ae0
Include full link (#379)
Include the full link to ensure it is always accessible, whether from
github, doc.rs or elsewhere.
2021-01-06 22:06:01 +08:00
Ejez
56b166470a
Fix some book typos (#378) 2021-01-06 22:04:37 +08:00
Sunli
4085e579da Update feature-comparsion.md #377 2021-01-06 19:54:48 +08:00
Sunli
894db21f46 Release 2.4.5
async-graphql@2.4.5
async-graphql-actix-web@2.4.5
async-graphql-derive@2.4.5
async-graphql-parser@2.4.5
async-graphql-tide@2.4.5
async-graphql-warp@2.4.5

Generated by cargo-workspaces
2021-01-06 11:03:06 +08:00
Sunli
ed1dce4985 Add Schema::federation_sdl method. #376 2021-01-06 11:01:13 +08:00
Sunli
8bc33cfd44 Clippy clean 2021-01-04 08:18:28 +08:00
Sunli
6cb80063e9 Release 2.4.4
async-graphql@2.4.4
async-graphql-actix-web@2.4.4
async-graphql-tide@2.4.4
async-graphql-warp@2.4.4

Generated by cargo-workspaces
2021-01-01 12:16:51 +08:00
Sunli
6b540c3845 Implements Debug for SelectionField. #364 2021-01-01 12:03:30 +08:00
weihuliu
e13d1a3f03
add zh-CN/integrations_to_tide.md (#363)
* add zh-CN/integrations_to_tide.md
2020-12-31 08:05:24 +08:00
Sunli
987b30601f Update integrations_to_tide.md 2020-12-29 19:54:49 +08:00
Sunli
1a0d884a91
Merge pull request #362 from krevativ/master
Add the `tide` integration tutorial to the book
2020-12-29 08:55:54 +08:00
krevativ
18d265b1ae Add tide integration book section 2020-12-28 21:19:55 +01:00
Sunli
06b2d3215f Release 2.4.3
async-graphql@2.4.3
async-graphql-actix-web@2.4.3
async-graphql-derive@2.4.3
async-graphql-tide@2.4.3
async-graphql-warp@2.4.3

Generated by cargo-workspaces
2020-12-28 19:41:10 +08:00