Commit Graph

134 Commits

Author SHA1 Message Date
Sunli cffbfb9aa3 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 efb05693c1 Federation v1 is no longer supported 2022-09-22 23:34:49 +08:00
Marais Rossouw 642cccb5fe docs: readme example be correct rust 2022-09-01 20:09:15 +10:00
Marais Rossouw 3fa05e4b83 docs: updates readme 2022-09-01 16:11:33 +10:00
Sunli 9ff4307cc5 Update MSRV to `1.59.0` 2022-08-29 13:54:36 +08:00
Bradley 3dab614107 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 bd1262df7f Update README.md (#990) 2022-07-23 00:12:44 +08:00
Sunli aee319ee01 Update MSRV 2022-06-20 13:59:57 +08:00
Sunli b973d3a21d Update CHANGELOG 2022-06-20 13:54:33 +08:00
Sunli 45c48fc840 Update docs 2022-05-30 09:34:53 +08:00
Sunli fef97e7458 Integrate with the `uuid08` #907 2022-05-03 15:57:17 +08:00
Sunli a4b840a984 Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Sunli df3312363e Add `OneOfObject` macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Jenan Wise dacc5660b6 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 61d1486cd8 Clippy 2021-12-30 10:16:49 +08:00
Sunli 702a225bf4 Update README.md 2021-12-06 09:28:00 +08:00
Sunli 2962902564 Update README 2021-11-30 09:46:18 +08:00
Sunli 27deae8476 Add tide integration 2021-11-19 08:10:47 +08:00
Sunli 38dcc7d582 update ci 2021-11-02 20:34:41 +08:00
Sunli 3f096a8e31 Update README.md 2021-09-24 11:20:47 +08:00
Miaxos a83263249b misc: add documentation about the actix-v4 branch 2021-09-20 12:30:27 +00:00
Sunli a371cc562c Update README.md 2021-09-11 08:57:38 +08:00
Sunli 00afdbb8fc Merge branch 'master' into pr/619 2021-09-02 19:39:49 +08:00
Sunli 3e9295b91b Add feature gate `cbor`. 2021-09-02 19:39:45 +08:00
Sunli 524bdc1c07 Update minimum supported Rust version to 1.54 2021-08-24 15:49:49 +08:00
Sunli 8d489089ec Add Poem integration. 2021-08-24 15:23:12 +08:00
Sunli 1d7742779e Add Axum integration. 2021-08-03 08:56:24 +08:00
Miaxos 1dfb207332 misc: update readme to add apollo studio 2021-07-22 14:25:40 +00:00
Sunli 7cfc56c46d Update README.md 2021-07-14 12:24:50 +08:00
Bram Hoendervangers 41df2e052f add feature to readme 2021-07-01 23:48:59 +02:00
Sunli 42a4ff13ed Update minimum supported Rust version to 1.51 2021-06-17 09:08:19 +08:00
Scott Côté 09e6a9dba6 feat: Add secrecy crate feature 2021-05-10 20:49:48 -04:00
LiteLT 3023207516 Add link to license files 2021-04-19 10:38:46 -04:00
Chip Senkbeil 4c28751e14 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 e30b82c858 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 d04d9ad507 Bump 1.50.0 -> 1.51.0 2021-04-03 00:23:45 -05:00
Chip Senkbeil b451e3f7f7 Bump 1.49.0 -> 1.50.0 2021-04-03 00:17:31 -05:00
Chip Senkbeil 51ff46a09d Update README with proper version of Rust that is baseline 2021-04-03 00:11:23 -05:00
Sunli 1c32a8afcb Now all features are not activated by default. 2021-03-22 10:39:17 +08:00
Zicklag 7b9f04f9ce Add "Unsafe Forbidden" Badge to the README 2020-11-05 13:50:43 -06:00
Daniel Wiesenberg e5d1501336 Add Rocket integration to README and book 2020-10-26 08:35:31 +01:00
Sunli 6efc93e6b3 Update readme 2020-10-16 09:21:16 +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 7bccbd1277 Update docs. 2020-09-30 11:55:56 +08:00
Sunli 44a1869112 Update readme 2020-09-26 11:25:21 +08:00
Sunli 76257403e2 Add support for batch queries. 2020-09-17 19:54:12 +08:00
Sunli 99ff3a8b96 Update README.md 2020-09-14 14:13:43 +08:00
Sunli b68d4147bc Update Book 2020-09-13 12:12:32 +08:00
Sunli e50f1c9200 Update rust toolchain to 1.46 for CI. 2020-09-06 18:29:46 +08:00
Atsuki Takahashi 1262739918 Upgrade MSRV to 1.43 2020-09-02 15:17:31 +09:00