Commit Graph

80 Commits

Author SHA1 Message Date
Sunli
5f1165dd3b Release 1.15.0
async-graphql@1.15.0
async-graphql-tide@1.15.0

Generated by cargo-workspaces
2020-06-08 11:19:43 +08:00
Sunli
6a4ba16317 Update async-graphql-tide for tide 0.10.0 2020-06-08 11:18:32 +08:00
Sunli
c2ee0ba295 Release 1.14.13
async-graphql@1.14.13
async-graphql-derive@1.14.13
graphql-benchmark@1.14.13

Generated by cargo-workspaces
2020-06-03 14:51:16 +08:00
Sunli
b38130575c Release 1.14.10
async-graphql@1.14.10
async-graphql-tide@1.14.10

Generated by cargo-workspaces
2020-06-01 19:42:47 +08:00
Sunli
c25980bdf4 Update tests for async-graphql-tide. 2020-06-01 11:19:49 +08:00
lagudomeze
34fea77135
Update graphql.rs 2020-06-01 10:53:34 +08:00
lagudomeze
e543234550
Update lib.rs 2020-06-01 10:52:53 +08:00
lagudomeze
24c1f53bb6
change tide -> 0.9.0 2020-06-01 10:51:27 +08:00
Sunli
2fb9fbe8bf Release 1.14.9
async-graphql@1.14.9
async-graphql-warp@1.14.9

Generated by cargo-workspaces
2020-06-01 10:40:55 +08:00
Sunli
45c0b39b34 Release 1.14.8
async-graphql@1.14.8
async-graphql-derive@1.14.8

Generated by cargo-workspaces
2020-05-31 11:59:20 +08:00
Sunli
27c28cda41 Release 1.14.7
async-graphql@1.14.7
async-graphql-actix-web@1.14.7
async-graphql-derive@1.14.7
async-graphql-parser@1.14.7
async-graphql-tide@1.14.7
async-graphql-warp@1.14.7

Generated by cargo-workspaces
2020-05-29 17:35:49 +08:00
Sunli
74ae041426 Add #![forbid(unsafe_code)] to all sub crates 2020-05-29 17:33:19 +08:00
sunli
57d9593fd7 Release 1.14.3
async-graphql@1.14.3
async-graphql-actix-web@1.14.3
async-graphql-tide@1.14.3
async-graphql-warp@1.14.3

Generated by cargo-workspaces
2020-05-29 00:04:14 +08:00
sunli
313f3b7b2d Add cache-control header for http integrations. 2020-05-28 22:52:35 +08:00
sunli
398354ebeb Release 1.14.0
async-graphql@1.14.0
async-graphql-actix-web@1.14.0
async-graphql-derive@1.14.0
async-graphql-lambda@1.14.0
async-graphql-tide@1.14.0
async-graphql-warp@1.14.0

Generated by cargo-workspaces
2020-05-28 08:26:25 +08:00
sunli
1e0bcd5bde Release 1.13.5
async-graphql@1.13.5
async-graphql-actix-web@1.13.5
async-graphql-lambda@1.13.5
async-graphql-tide@1.13.5
async-graphql-warp@1.13.5

Generated by cargo-workspaces
2020-05-27 18:34:06 +08:00
Sunli
51b0c05bb4 Release 1.13.4
async-graphql@1.13.4
async-graphql-actix-web@1.13.4
async-graphql-derive@1.13.4
async-graphql-lambda@1.13.4
async-graphql-parser@1.13.4
async-graphql-tide@1.13.4
async-graphql-warp@1.13.4

Generated by cargo-workspaces
2020-05-27 15:30:18 +08:00
Sunli
afb2061392 v1.13.3 2020-05-27 10:38:18 +08:00
Sunli
ebc6c80ddd v1.13.2 2020-05-22 14:16:14 +08:00
sunli
d8078c4f67 v1.13.1 2020-05-21 21:27:08 +08:00
Sunli
609a6f87fd Update async_graphql_tide::ResponseExt::body_graphql_stream 2020-05-21 16:30:17 +08:00
Sunli
da3cf3ae2f Remove Sync for StreamBody 2020-05-21 16:12:18 +08:00
Sunli
a9d9334517 v1.13.0 2020-05-21 14:03:23 +08:00
Sunli
8599712e82 Add StreamResponse support to async-graphql-tide 2020-05-21 14:03:05 +08:00
sunli
70448c1d63 v1.12.18 2020-05-21 07:46:16 +08:00
sunli
41b80c8c37 v1.12.17 2020-05-20 20:10:46 +08:00
Sunli
cfbe8c53f2 v1.12.16 2020-05-19 13:29:44 +08:00
Sunli
8fb5c6c9cd v1.12.15 2020-05-19 10:34:10 +08:00
sunli
f04a2291f9 v1.12.14 2020-05-18 21:32:38 +08:00
sunli
84e206802a v1.12.13 2020-05-18 19:47:20 +08:00
Sunli
25f8e85004 v1.12.12 2020-05-18 11:39:10 +08:00
sunli
241d437f15 v1.12.11 2020-05-17 16:38:46 +08:00
sunli
44b1eb4fb4 Replace multipart parser with multer. 2020-05-17 16:26:36 +08:00
sunli
6dcb3e75a4 v1.12.10 2020-05-16 21:23:28 +08:00
sunli
0093ec6c8b v1.12.9 2020-05-16 18:19:40 +08:00
Sunli
d52ed1dfef
Merge pull request #90 from vkill/async-graphql-tide-ext
async-graphql-tide: support make query_builder from get request
2020-05-16 10:38:10 +08:00
vkill
c8e14138e6 async-graphql-tide: support make query_builder from get request 2020-05-16 10:34:06 +08:00
sunli
42a4639dc3 Preserve field order for introspection. #89 2020-05-16 10:05:48 +08:00
sunli
73abefcaf0 1.12.7 2020-05-14 22:14:31 +08:00
Sunli
8aa1e24b0a v1.12.6 2020-05-14 15:45:02 +08:00
Sunli
7380fd9e0f Update async-graphql-tide::ResponseExt 2020-05-14 15:40:23 +08:00
Sunli
b54d663d88 Add async-graphql-tide::ResponseExt 2020-05-14 15:24:24 +08:00
Sunli
191758f9b0 Add async-graphql-lambda
Update async-graphql-tide api
2020-05-14 14:50:08 +08:00
sunli
3870937623 v1.12.3 2020-05-13 19:04:13 +08:00
sunli
bdb71f7068 v1.12.2 2020-05-13 09:04:53 +08:00
sunli
1a1d5b4075 pre-release v1.12.1 2020-05-12 17:20:23 +08:00
sunli
9838ef237c v1.12.0 2020-05-12 16:41:10 +08:00
vkill
4bf8d6c935 async-graphql-tide: support Extension Traits, ref https://blog.yoshuawuyts.com/tide/ 2020-05-12 09:11:45 +08:00
sunli
83579077d9 Support Upload Stream #15
I think the previous implementation is not elegant enough, the `QueryBuilder::set_files_holder` function looks disgusting, so I refactored it.
By the way, the performance of parsing InputValue has been optimized, and unnecessary clones have been removed.
2020-05-11 21:47:24 +08:00
sunli
0bd5e14ee9 v1.11.3 2020-05-10 23:02:33 +08:00