Commit Graph

839 Commits

Author SHA1 Message Date
Sunli
a2601ad320 Update rust toolchain to 1.46 for CI. 2020-09-06 18:29:46 +08:00
Koxiaet
e09a351fc2 Fix rustfmt-caused clippy warning 2020-09-06 07:25:43 +01:00
Koxiaet
9ad4e8c1a8
Merge branch 'master' into master 2020-09-06 07:20:18 +01:00
Koxiaet
3bf5f3a16c Rustfmt 2020-09-06 07:16:36 +01:00
Koxiaet
9b6a29c838 Remove clippy and debug prints 2020-09-06 06:42:10 +01:00
Koxiaet
e3e58d261d Rewrite async-graphql-parser 2020-09-06 06:38:31 +01:00
Sunli
dc02466cc7 Implement Into<ID> for all integer types. 2020-09-06 12:33:57 +08:00
Sunli
c78aa8ffb5 Fix the problem that rocket example cannot pass the test. 2020-09-05 08:38:00 +08:00
Sunli
ec0b635c7c
Merge pull request #256 from simplificAR/master
Add Rocket integration
2020-09-05 08:32:28 +08:00
Daniel Wiesenberg
e04aac8b05
Fix docs 2020-09-04 12:48:41 +02:00
Daniel Wiesenberg
aff56ceff5
Make Clippy happy 2020-09-04 12:01:16 +02:00
Daniel Wiesenberg
f06341eda0
Run cargo fmt 2020-09-04 11:50:24 +02:00
Daniel Wiesenberg
258f379a51
Add docs for Rocket integration 2020-09-04 10:21:05 +02:00
Daniel Wiesenberg
9eee6d1616
Add async Rocket integration 2020-09-04 09:26:34 +02:00
Sunli
f87435b96c Add test for multiple flatten attribute of InputObject. 2020-09-04 14:14:48 +08:00
Sunli
b7163d4f92 Release 1.17.21
async-graphql@1.17.21
async-graphql-derive@1.17.21

Generated by cargo-workspaces
2020-09-03 20:25:33 +08:00
Sunli
b5d7944968 Remove debug code. 2020-09-03 20:23:35 +08:00
Sunli
5c3f772e04 Release 1.17.20
async-graphql@1.17.20

Generated by cargo-workspaces
2020-09-03 20:21:11 +08:00
Sunli
d393ed260d Update docs for InputObject macro. 2020-09-03 20:20:33 +08:00
Sunli
4081643f91 Release 1.17.19
async-graphql@1.17.19
async-graphql-derive@1.17.19

Generated by cargo-workspaces
2020-09-03 20:01:12 +08:00
Sunli
366c7c03da Add flatten type field support for input objects. #255 2020-09-03 20:00:33 +08:00
Sunli
fbccfecbc0 Release 1.17.18
async-graphql@1.17.18
async-graphql-actix-web@1.17.18
async-graphql-warp@1.17.18

Generated by cargo-workspaces
2020-09-02 14:31:59 +08:00
Sunli
29b4827e8b Merge branch 'master' of github.com:async-graphql/async-graphql 2020-09-02 14:29:51 +08:00
Sunli
6439ff690e
Merge pull request #254 from AtsukiTak/patch-1
Upgrade MSRV to 1.43
2020-09-02 14:27:55 +08:00
Sunli
2aca257136 Remove unnecessary memory allocation. 2020-09-02 14:27:04 +08:00
Atsuki Takahashi
6c162d0e2f
Upgrade MSRV to 1.43 2020-09-02 15:17:31 +09:00
Sunli
dcfdcb0cc5 Release 1.17.17
async-graphql@1.17.17

Generated by cargo-workspaces
2020-09-02 10:47:46 +08:00
Sunli
d2bb44798a Improve subscriptions performance. 2020-09-02 10:47:18 +08:00
Sunli
5dcef3e938 Release 1.17.16
async-graphql@1.17.16
async-graphql-warp@1.17.16

Generated by cargo-workspaces
2020-09-01 19:41:37 +08:00
Sunli
2165ddbc65 Merge branch 'master' of https://github.com/async-graphql/async-graphql 2020-09-01 19:34:05 +08:00
Sunli
59ce5fe9f2 Improve subscriptions performance for warp. 2020-09-01 19:33:35 +08:00
Sunli
646533765d
Merge pull request #253 from Koxiaet/master
Improve book and fix serde dependency
2020-09-01 14:06:52 +08:00
Koxiaet
ba5e80f35e Improve book and fix serde dependency 2020-09-01 06:47:22 +01:00
Sunli
ea75c31ea4 Although the serde_derive dependency is now removed, it is actually necessary to add a serde_derive feature to serde. The reason why it can be compiled now is because other dependent packages have this dependency, so it is safer to add this feature here. 2020-09-01 09:35:47 +08:00
Sunli
ad65e9fe6b Release 1.17.15
async-graphql@1.17.15

Generated by cargo-workspaces
2020-09-01 09:26:53 +08:00
Sunli
f43392dabe
Merge pull request #252 from Koxiaet/master
Remove dependency on serde_derive, satisfy Clippy, improve docs
2020-09-01 09:12:17 +08:00
Sunli
d04b5b675f Fix the test code and add docs. 2020-09-01 09:10:12 +08:00
Koxiaet
945cd72869 Remove dependency on serde_derive, satisfy Clippy, improve docs 2020-08-31 19:18:02 +01:00
Sunli
48250f229d Release 1.17.14
async-graphql@1.17.14

Generated by cargo-workspaces
2020-08-31 16:13:40 +08:00
Sunli
b3f6e724bf Add DateTime<Local> scalar.
Fixed compile problem with `v1.48-nightly`.
2020-08-31 16:12:12 +08:00
Sunli
7a93ad7dc4 Release 1.17.13
async-graphql@1.17.13

Generated by cargo-workspaces
2020-08-31 15:41:19 +08:00
Sunli
56550bac23 Clippy clean 2020-08-31 15:40:44 +08:00
Sunli
ea379141a6 Cargo fmt --all 2020-08-31 15:35:53 +08:00
Sunli
0470ef5851
Merge pull request #250 from D1plo1d/tracing
Tracing Extension: Default Implementation + More Filtering + Better Readability
2020-08-31 15:35:17 +08:00
D1plo1d
895b075c77 Added async_graphql::graphql tracing namespace 2020-08-30 21:11:43 -04:00
D1plo1d
895dbfae7c Refactored tracing extension to allow better span and event filtering and improve signal to noise 2020-08-30 21:01:53 -04:00
D1plo1d
05b2473b52 Added Default to tracing extension 2020-08-30 16:32:14 -04:00
Sunli
dbaa5ec34f
Merge pull request #248 from hapcode/master
Add the DateTime<FixedOffset> scalar
2020-08-30 09:13:35 +08:00
Renat Sadykov
83261cef2a
Add the DateTime<FixedOffset> scalar 2020-08-29 23:18:57 +03:00
Sunli
53489c60bb Release 1.17.12
async-graphql@1.17.12

Generated by cargo-workspaces
2020-08-29 08:45:34 +08:00