Commit Graph

1110 Commits

Author SHA1 Message Date
Sunli
7f08be60f6 Update CI 2020-10-16 10:45:44 +08:00
Sunli
6b92b8c11b Update examples 2020-10-16 09:23:52 +08:00
Sunli
6efc93e6b3 Update readme 2020-10-16 09:21:16 +08:00
Sunli
43bf61754a Fixed all tests. 2020-10-16 09:01:19 +08:00
Koxiaet
ed2b73949a Update dependencies and make examples submodule 2020-10-15 20:48:06 +01:00
Koxiaet
4caab70113 Require POST for GraphQL requests 2020-10-15 18:42:09 +01:00
Koxiaet
75be2c5d7f Require JSON content-type 2020-10-15 18:30:16 +01:00
Koxiaet
7471537036 Improve Rocket integration
This is breaking, but since updating Rocket is also breaking I think
it's fine not to bump the major version number.
2020-10-15 18:19:20 +01:00
Koxiaet
71ed676039 Improve Warp integration
This contains a breaking change; BadRequest now contains a
ParseRequestError instead of an anyhow::Error, so it's implementation is
what the documentation says. I'm not sure whether it's worth bumping
the major version number though.
2020-10-15 14:18:57 +01:00
Sunli
c99e0b2e54 Add Schema::names function. 2020-10-15 19:36:54 +08:00
Koxiaet
f764edc7d1 Improve Tide integration 2020-10-15 11:52:15 +01:00
Sunli
a1d080dc15 Fix release workflow 2020-10-15 17:47:47 +08:00
Koxiaet
fff84a3170 Support GET requests in actix-web integration 2020-10-15 10:33:38 +01:00
Sunli
cac3d4c074 Fix a small bug. 2020-10-15 16:45:33 +08:00
Sunli
57ea644c92 Merge pull request #313 from AurelienFT/master
Add templates
2020-10-15 16:21:32 +08:00
Aurelien Foucault
96faa46666 Add feature and question 2020-10-15 10:01:51 +02:00
Aurelien Foucault
5e53426430 Add template 2020-10-15 09:49:49 +02:00
Koxiaet
7c604c0c7c Rustfmt 2020-10-15 07:39:53 +01:00
Koxiaet
93c886af07 Make imports consistent 2020-10-15 07:38:10 +01:00
Koxiaet
cc115ff1a7 Rustfmt 2020-10-15 06:56:17 +01:00
Koxiaet
4eaa9cb86e Clean up crate root and improve context 2020-10-15 06:55:30 +01:00
Sunli
29080f16bd Update Cargo.toml 2020-10-15 09:11:17 +08: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
4fa4b25ce4 Fix can no longer derive Union for union types with lifetimes. #311 2020-10-15 08:53:17 +08:00
Sunli
f9f60d31ec Configurable case conversion. 2020-10-14 19:16:10 +08:00
Sunli
12f15f4815 2.0.2 2020-10-14 11:11:52 +08:00
Sunli
2d0c192df8 Fix a bug in the validator. 2020-10-14 10:54:46 +08:00
Sunli
715d39b50c 2.0.1 2020-10-14 10:25:41 +08:00
Sunli
062bb10765 Update book 2020-10-14 09:17:00 +08:00
Sunli
59575fdb57 Update book 2020-10-14 09:10:06 +08:00
Sunli
39ba3b4aec Update book 2020-10-14 08:03:51 +08:00
Sunli
35ce31ef78 Update introduction.md 2020-10-14 07:36:54 +08:00
Sunli
d03ad2d50d Update book (#310)
Update book
2020-10-13 23:13:36 +08:00
Sunli
003631e76b Update define_simple_object.md 2020-10-13 10:52:04 +08:00
Sunli
38bab77bdb Update book 2020-10-13 10:36:57 +08:00
Sunli
dded8d6c7f 2.0.0 2020-10-13 10:31:19 +08:00
Sunli
6958202238 Update docs 2020-10-13 10:19:30 +08:00
Sunli
48d45309be Update book. 2020-10-13 07:35:30 +08:00
Sunli
467a4d8140 2.0.0-alpha.30 2020-10-12 21:10:27 +08:00
Sunli
b35483f000 Add scalar macro. 2020-10-12 21:06:06 +08:00
Sunli
b302259121 2.0.0-alpha.29 2020-10-12 15:13:37 +08:00
Sunli
31de709ca3 Fix the lifetime generation problem of subscription. #309 2020-10-12 15:04:46 +08:00
Sunli
25af42ed81 Improve performance 2020-10-12 14:49:32 +08:00
Sunli
a18ee76cdb 2.0.0-alpha.28 2020-10-12 11:08:54 +08:00
Sunli
a1e57eb4a8 All merged objects will no longer be removed. #308 2020-10-12 11:04:01 +08:00
Sunli
c777150dcd Use value! instead of serde_json::json!. 2020-10-12 10:17:05 +08:00
Sunli
bbc02c02eb Add value! macro. 2020-10-12 09:28:51 +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