Commit Graph

134 Commits

Author SHA1 Message Date
Sunli 400df04f91 Release 4.0.15
async-graphql@4.0.15
async-graphql-actix-web@4.0.15
async-graphql-axum@4.0.15
async-graphql-derive@4.0.15
async-graphql-parser@4.0.15
async-graphql-poem@4.0.15
async-graphql-rocket@4.0.15
async-graphql-tide@4.0.15
async-graphql-value@4.0.15
async-graphql-warp@4.0.15

Generated by cargo-workspaces
2022-10-07 16:51:31 +08:00
Sunli 7ecc91f3f0 Federation v1 is no longer supported 2022-09-22 23:34:49 +08:00
Marais Rossouw 7116471eb2
docs: readme example be correct rust 2022-09-01 20:09:15 +10:00
Marais Rossouw f88b24b4b7
docs: updates readme 2022-09-01 16:11:33 +10:00
Sunli 1e972064ac Update MSRV to `1.59.0` 2022-08-29 13:54:36 +08:00
Bradley e591f56b8e
Update README.md (#1010)
Add Formidable blog post for Async GraphQL w/ Rust. 

I found this to be an incredibly "real-world" example of using this library and I think lots of others will find similar value.
2022-08-05 14:41:47 +08:00
Viral Kachhadiya b33f8658cc
Update README.md (#990) 2022-07-23 00:12:44 +08:00
Sunli 24a5678b0d Update MSRV 2022-06-20 13:59:57 +08:00
Sunli afc87f2dc8 Update CHANGELOG 2022-06-20 13:54:33 +08:00
Sunli 528dfc3c84 Update docs 2022-05-30 09:34:53 +08:00
Sunli c00e22cc12 Integrate with the `uuid08` #907 2022-05-03 15:57:17 +08:00
Sunli 632529ee3e Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Sunli b84129c650 Add `OneOfObject` macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Jenan Wise a68a9be6cf Add scalars for the `time` crate's datetime types.
With the `time` feature flag enabled, `time::OffsetDateTime` and
`time::PrimitiveDateTime` can be used directly as scalar values,
similar to the previous `chrono::DateTime` and `chrono::NaiveDateTime`
scalar implementations.
2022-01-19 13:39:38 -08:00
Sunli db3706dafa Clippy 2021-12-30 10:16:49 +08:00
Sunli 026a5b86fb Update README.md 2021-12-06 09:28:00 +08:00
Sunli 7a488aa607 Update README 2021-11-30 09:46:18 +08:00
Sunli 5c5187c078 Add tide integration 2021-11-19 08:10:47 +08:00
Sunli 7a4b0c0aa3 update ci 2021-11-02 20:34:41 +08:00
Sunli 2a5ca7aa25 Update README.md 2021-09-24 11:20:47 +08:00
Miaxos 9b466ad8e5 misc: add documentation about the actix-v4 branch 2021-09-20 12:30:27 +00:00
Sunli f419df1a08 Update README.md 2021-09-11 08:57:38 +08:00
Sunli 96d8907ea6 Merge branch 'master' into pr/619 2021-09-02 19:39:49 +08:00
Sunli 3b9fa765ad Add feature gate `cbor`. 2021-09-02 19:39:45 +08:00
Sunli b023ae2391 Update minimum supported Rust version to 1.54 2021-08-24 15:49:49 +08:00
Sunli 853cf65546 Add Poem integration. 2021-08-24 15:23:12 +08:00
Sunli 5eafa69626 Add Axum integration. 2021-08-03 08:56:24 +08:00
Miaxos f8e4032c8b misc: update readme to add apollo studio 2021-07-22 14:25:40 +00:00
Sunli 73b6ebae42 Update README.md 2021-07-14 12:24:50 +08:00
Bram Hoendervangers 06a9db00b3 add feature to readme 2021-07-01 23:48:59 +02:00
Sunli a480b52df0 Update minimum supported Rust version to 1.51 2021-06-17 09:08:19 +08:00
Scott Côté f221528ee5 feat: Add secrecy crate feature 2021-05-10 20:49:48 -04:00
LiteLT 1f0de2f184 Add link to license files 2021-04-19 10:38:46 -04:00
Chip Senkbeil 93d04870e4
Bump back to 1.50.0 due to unstable library feature unsafe_cell_get_mut in state library 2021-04-03 00:39:18 -05:00
Chip Senkbeil 8aa670a9cd
Move back to 1.49.0 by splitting off rustfmt and clippy to only run on stable 2021-04-03 00:34:27 -05:00
Chip Senkbeil 3eb45cbb3e
Bump 1.50.0 -> 1.51.0 2021-04-03 00:23:45 -05:00
Chip Senkbeil 68c74c3eb8
Bump 1.49.0 -> 1.50.0 2021-04-03 00:17:31 -05:00
Chip Senkbeil 748a6b41a6
Update README with proper version of Rust that is baseline 2021-04-03 00:11:23 -05:00
Sunli 8310fa4350 Now all features are not activated by default. 2021-03-22 10:39:17 +08:00
Zicklag d0aeaaa2fa
Add "Unsafe Forbidden" Badge to the README 2020-11-05 13:50:43 -06:00
Daniel Wiesenberg 2f559e8dde
Add Rocket integration to README and book 2020-10-26 08:35:31 +01:00
Sunli f8905ff629 Update readme 2020-10-16 09:21:16 +08:00
Sunli b054f1bf9f Fix can no longer derive Union for union types with lifetimes. #311 2020-10-15 08:53:17 +08:00
Sunli 28cd37115f Update docs. 2020-09-30 11:55:56 +08:00
Sunli e44cb6886f Update readme 2020-09-26 11:25:21 +08:00
Sunli acc1a6f515 Add support for batch queries. 2020-09-17 19:54:12 +08:00
Sunli fad20a80e9 Update README.md 2020-09-14 14:13:43 +08:00
Sunli 7aa9cb2ed7 Update Book 2020-09-13 12:12:32 +08:00
Sunli a2601ad320 Update rust toolchain to 1.46 for CI. 2020-09-06 18:29:46 +08:00
Atsuki Takahashi 6c162d0e2f
Upgrade MSRV to 1.43 2020-09-02 15:17:31 +09:00