Commit Graph

839 Commits

Author SHA1 Message Date
Sunli
0682334fdb
Merge pull request #162 from mwilliammyers/refactor/check_reserved_name
Remove check_reserved_name
2020-06-08 10:39:55 +08:00
William Myers
afd28d8846
Remove check_reserved_name
This allows types to end in Connection or be named PageInfo.

Addresses #126
2020-06-07 20:30:40 -06:00
sunli
215922ee1f Release 1.14.20
async-graphql@1.14.20
async-graphql-derive@1.14.20
async-graphql-warp@1.14.20

Generated by cargo-workspaces
2020-06-07 16:33:17 +08:00
sunli
06298ba4f4 Fix upload seems broken in the new version. #160 2020-06-07 16:32:05 +08:00
Sunli
443a370a1d
Merge pull request #159 from iancormac84/bson-upgrade
Upgrade bson crate.
2020-06-07 09:15:37 +08:00
iancormac84
8a76ebc44a Upgrade bson crate. 2020-06-06 12:38:15 -04:00
Sunli
aa1b2b61cc Fix Subscription panics when unsubscribing from exhausted stream #157 2020-06-06 19:58:36 +08:00
Sunli
83dd79dcae Rustfmt 2020-06-06 15:48:21 +08:00
Sunli
2c569d25f3 Rustfmt 2020-06-06 12:41:17 +08:00
Sunli
9ccb86d5cc Update Cargo.toml 2020-06-06 12:17:20 +08:00
Sunli
b7a824700b Update subscription.rs 2020-06-06 12:06:09 +08:00
Sunli
7efeeb543b Release 1.14.19
async-graphql@1.14.19
async-graphql-derive@1.14.19

Generated by cargo-workspaces
2020-06-06 11:49:56 +08:00
Sunli
f59d9f080f Add tests for feature attribute 2020-06-06 11:49:29 +08:00
Sunli
c978668f6b Release 1.14.18
async-graphql@1.14.18

Generated by cargo-workspaces
2020-06-06 10:30:32 +08:00
Sunli
c3f3e20105 Update playground_source.rs 2020-06-06 10:30:14 +08:00
Sunli
53ca620f7e Release 1.14.17
async-graphql@1.14.17

Generated by cargo-workspaces
2020-06-06 10:10:28 +08:00
Sunli
3292b068c2 Clippy cleanup 2020-06-06 10:10:10 +08:00
Sunli
a845cfed03 Release 1.14.16
async-graphql@1.14.16
async-graphql-derive@1.14.16

Generated by cargo-workspaces
2020-06-06 09:58:43 +08:00
Roman Useinov
468d648906
Add the ability to specify full config for GraphQLPlayground (#155)
* add the ability to specify full config for GraphQLPlayground
2020-06-06 09:55:53 +08:00
Sunli
eeff4ebeb9
Merge pull request #156 from bnjjj/patch-1
Update FnMut to FnOnce for query closure
2020-06-06 09:54:13 +08:00
Coenen Benjamin
1660eacb11
Update FnMut to FnOnce for query closure 2020-06-06 02:00:21 +02:00
Sunli
74dc863a8f Rustfmt and Clippy 2020-06-05 21:42:24 +08:00
Sunli
5beef0e536 add feature attribute to field attribute inside SimpleObject 2020-06-05 21:17:15 +08:00
Coenen Benjamin
614fb89703
add feature attribute to field attribute inside Object (#153)
* add feature support in field attribute
2020-06-05 21:06:53 +08:00
Sunli
076ccf4708 Release 1.14.15
async-graphql@1.14.15

Generated by cargo-workspaces
2020-06-05 15:44:01 +08:00
Sunli
9af4d2b5ad Add QueryBuilder::extension function. #87 2020-06-05 15:42:29 +08:00
Sunli
9e1d5661bd Release 1.14.14
async-graphql@1.14.14
async-graphql-actix-web@1.14.14
async-graphql-warp@1.14.14

Generated by cargo-workspaces
2020-06-05 13:38:21 +08:00
Sunli
60af11fd2d Clippy cleanup 2020-06-05 12:44:48 +08:00
Sunli
55328931cd Fix relay @defer requires a label in the second chunk. #146 2020-06-05 12:20:23 +08:00
Sunli
efa838f39e Update README.md 2020-06-03 19:33:32 +08:00
Sunli
bac565ed91 Add GET request support for async-graphql-warp 2020-06-03 19:06:00 +08:00
Sunli
305d80a698 Add GET request support for async-graphql-actix-web 2020-06-03 17:25:10 +08:00
Sunli
73239b89be Update PostGuard tests 2020-06-03 16:56:15 +08:00
Sunli
75bb018e16 Update guard.rs 2020-06-03 14:59:26 +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
cfd652576f Add PostGuard. #129 2020-06-03 14:50:06 +08:00
Sunli
f7bdf20972 Merge branch 'master' of https://github.com/async-graphql/async-graphql 2020-06-03 07:46:51 +08:00
Sunli
4dcba41363 Update README.md 2020-06-03 07:46:34 +08:00
Sunli
aa88b015c2
Merge pull request #142 from Amareis/master
Added jemalloc feature for benchmark
2020-06-03 07:28:43 +08:00
Ivan Plesskih
b2f8e7138a Added jemalloc feature for benchmark 2020-06-02 21:35:40 +05:00
Sunli
ddc15599df Release 1.14.12
async-graphql@1.14.12
async-graphql-derive@1.14.12
chat@1.14.12
graphql-benchmark@1.14.12
simple@1.14.12

Generated by cargo-workspaces
2020-06-02 21:48:19 +08:00
Sunli
efe48776ef Clippy cleanup 2020-06-02 21:47:20 +08:00
Sunli
8cfe226045 Update connection::query docs 2020-06-02 21:43:08 +08:00
Sunli
597e9ef88b
Merge pull request #141 from Amareis/master
Added new benchmark
2020-06-02 21:32:52 +08:00
Sunli
eca322a523 Add Default derive for Json type 2020-06-02 21:00:54 +08:00
Ivan Plesskih
86374a0112 Added new benchmark 2020-06-02 18:00:53 +05:00
Sunli
63b3b8115e Add example for connection::query 2020-06-02 19:12:28 +08:00
Sunli
27b622e8bc Add connection::query function 2020-06-02 17:43:13 +08:00
Sunli
38c0f98c20 Little performance optimization. 2020-06-02 12:02:14 +08:00
Sunli
04c8543c8f Update README.md 2020-06-02 09:31:13 +08:00