Commit Graph

303 Commits

Author SHA1 Message Date
Koxiaet
12fe7445c7 Replace futures with futures_util 2020-10-16 07:49:22 +01:00
Koxiaet
1205d6e91e Remove itertools dependency 2020-10-16 06:37:48 +01:00
Koxiaet
ed2b73949a Update dependencies and make examples submodule 2020-10-15 20:48:06 +01:00
Sunli
006ca59109 Release 2.0.3
async-graphql@2.0.3
async-graphql-actix-web@2.0.3
async-graphql-derive@2.0.3
async-graphql-parser@2.0.3
async-graphql-rocket@2.0.3
async-graphql-tide@2.0.3
async-graphql-value@2.0.3
async-graphql-warp@2.0.3
chat@2.0.3
graphql-benchmark@2.0.3
simple@2.0.3

Generated by cargo-workspaces
2020-10-15 08:56:49 +08:00
Sunli
12f15f4815 2.0.2 2020-10-14 11:11:52 +08:00
Sunli
715d39b50c 2.0.1 2020-10-14 10:25:41 +08:00
Sunli
dded8d6c7f 2.0.0 2020-10-13 10:31:19 +08:00
Sunli
467a4d8140 2.0.0-alpha.30 2020-10-12 21:10:27 +08:00
Sunli
b302259121 2.0.0-alpha.29 2020-10-12 15:13:37 +08:00
Sunli
a18ee76cdb 2.0.0-alpha.28 2020-10-12 11:08:54 +08:00
Sunli
7aa26c3484 2.0.0-alpha.27 2020-10-12 07:54:01 +08:00
Sunli
34b6531576 2.0.0-alpha.26 2020-10-11 21:36:28 +08:00
Sunli
ffb8120107 2.0.0-alpha.25 2020-10-11 20:42:23 +08:00
Sunli
e056edbaa0 Add parse_value and from_value funcntions. 2020-10-11 20:24:31 +08:00
Sunli
935cedc057 2.0.0-alpha.24 2020-10-10 16:30:42 +08:00
Sunli
150de7bfdd 2.0.0-alpha.23 2020-10-02 15:00:59 +08:00
Sunli
9d0b0fcf00 2.0.0-alpha.22 2020-10-01 11:26:58 +08:00
Sunli
a95a532857 Added Apollo persisted queries extension. #280 2020-09-30 11:37:12 +08:00
Sunli
9c5f53e79a 2.0.0-alpha.21 2020-09-29 16:40:35 +08:00
Sunli
37a803c3d9 2.0.0-alpha.20 2020-09-28 11:33:58 +08:00
Sunli
0d6771a199 Add some type detection to make the defined schema conform to the GraphQL specification. #282 2020-09-27 15:35:05 +08:00
Sunli
edf1420a44 2.0.0-alpha.19 2020-09-27 10:22:13 +08:00
Sunli
5971b44105 2.0.0-alpha.18 2020-09-26 12:36:56 +08:00
Sunli
6d5a12ad54 2.0.0-alpha.17 2020-09-26 09:38:07 +08:00
Sunli
089e830d26 Add StringNumber type. 2020-09-26 09:22:54 +08:00
Sunli
23db311e42 2.0.0-alpha.16 2020-09-25 17:02:15 +08:00
Sunli
5eef10a1c4 Make uuid to optional dependent. 2020-09-25 15:40:04 +08:00
Sunli
0260d23713 2.0.0-alpha.15 2020-09-24 18:29:48 +08:00
Sunli
930a23a82c 2.0.0-alpha.14 2020-09-20 13:31:46 +08:00
Sunli
b3ce8d13ef Update authors 2020-09-18 20:36:05 +08:00
Sunli
f92c907954 2.0.0-alpha.13 2020-09-18 15:17:43 +08:00
Sunli
c1d4dbed87 2.0.0-alpha.12 2020-09-18 15:05:07 +08:00
Sunli
45dc3d6d09 Add Upload::into_async_read with blocking 2020-09-18 14:32:00 +08:00
Sunli
8be719b1b0 2.0.0-alpha.11 2020-09-17 20:07:54 +08:00
Sunli
5a340dc120 2.0.0-alpha.10 2020-09-17 13:24:53 +08:00
Sunli
042c4518aa 2.0.0-alpha.9 2020-09-16 11:26:01 +08:00
Koxiaet
e2f53cc30f Document features 2020-09-15 19:32:13 +01:00
Sunli
9514432989 2.0.0-alpha.8 2020-09-15 19:50:14 +08:00
Sunli
4f0ef35d39 2.0.0-alpha.7 2020-09-15 09:35:42 +08:00
Koxiaet
a3ad1aac30 Remove and feature-gate dependencies 2020-09-14 19:38:41 +01:00
Sunli
3ccc61ba0f 2.0.0-alpha.6 2020-09-14 20:10:50 +08:00
Sunli
5bb705bdf3 2.0.0-alpha.5 2020-09-14 09:46:22 +08:00
Koxiaet
8d92454fc3 Support !Unpin in receive_body with pin project 2020-09-13 11:49:07 +01:00
Sunli
4e8734b54b 2.0.0-alpha.4 2020-09-13 12:18:40 +08:00
Sunli
383902379e 2.0.0-alpha.3 2020-09-13 11:44:26 +08:00
Sunli
6bf0f498d3 2.0.0-alpha.2 2020-09-12 20:34:29 +08:00
Sunli
b64f647b87 Bump version to 2.0.0-alpha.1 2020-09-12 07:47:13 +08:00
Sunli
ea3e80ec82 Bump version to 2.0.0-alpha.0 2020-09-11 22:57:52 +08:00
Sunli
a43e437a38 async-graphql-warp 2.0 2020-09-11 22:37:48 +08:00
Sunli
35f17a389c Remove unnecessary Result on Schema::execute_stream function. 2020-09-11 10:47:55 +08:00