Commit Graph

2338 Commits

Author SHA1 Message Date
Jacob Chvatal 821a56aed6 bump uuid version 2022-05-01 12:30:34 -04:00
Sunli 9f6efa3902 Release 4.0.0-alpha.0
async-graphql@4.0.0-alpha.0
async-graphql-actix-web@4.0.0-alpha.0
async-graphql-axum@4.0.0-alpha.0
async-graphql-derive@4.0.0-alpha.0
async-graphql-parser@4.0.0-alpha.0
async-graphql-poem@4.0.0-alpha.0
async-graphql-rocket@4.0.0-alpha.0
async-graphql-tide@4.0.0-alpha.0
async-graphql-value@4.0.0-alpha.0
async-graphql-warp@4.0.0-alpha.0

Generated by cargo-workspaces
2022-05-01 11:23:26 +08:00
Sunli 3160005d9e Update examples 2022-05-01 10:43:15 +08:00
Sunli 108a5df44a Update examples 2022-05-01 10:02:54 +08:00
Sunli 90290be871 Update ci.yml 2022-05-01 10:00:56 +08:00
Sunli 6f8e3fe033 Update CI 2022-05-01 09:59:13 +08:00
Sunli f4748c4b35 Update parser 2022-05-01 09:53:36 +08:00
Sunli eb9388f1c1 Update CHANGELOG.md 2022-04-28 14:59:27 +08:00
Sunli 7b384a3d4d Merge pull request #896 from boardmaster357/master
Implemented OutputType for tokio RwLock
2022-04-28 14:58:19 +08:00
Robert Nelson 7e12c01f0b Implemented OutputType for tokio Mutex 2022-04-27 21:59:45 -07:00
Sunli bfc471ca52 Update codegen.rs 2022-04-28 12:28:44 +08:00
Sunli b11cfc8f8d Update CHANGELOG.md 2022-04-28 12:18:15 +08:00
Sunli 0d03a95f8f Clippy clean 2022-04-28 12:14:23 +08:00
Sunli 07ffa286f9 Merge pull request #903 from EstebanBorai/fix/update-log-crate
fix: update `log` to version `0.4.16`
2022-04-28 12:02:32 +08:00
Sunli c94465d0f8 Merge pull request #901 from djc/test-codegen
parser: move code generation into a test
2022-04-28 12:02:13 +08:00
Sunli 773025a51d Merge branch 'async-graphql-v4' into test-codegen 2022-04-28 12:02:06 +08:00
Sunli f7d292a1dc Merge pull request #897 from SorenHolstHansen/cursor-types
Added impl of CursorType for floats
2022-04-28 12:01:06 +08:00
Sunli daeef7591e Merge branch 'async-graphql-v4' into cursor-types 2022-04-28 12:00:58 +08:00
Esteban Borai 5dc865320b fix: update `log` to version `0.4.16`
Updates `log` crate to version `0.4.16` to fix issue with
`ValueBag` traits.
2022-04-27 19:36:23 -04:00
Dirkjan Ochtman 7ca4166766 parser: move code generation into a test 2022-04-25 11:35:37 +02:00
Sunli 6c177bfb16 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-20 14:21:29 +08:00
Sunli 8a2d25c172 Clippy clean 2022-04-20 14:21:23 +08:00
Sunli 6f98ab3905 Merge pull request #899 from DoumanAsh/expose_sub_type
Expose SubscriptionType
2022-04-20 14:10:21 +08:00
Douman 87f5bb3b1c Expose SubscriptionType 2022-04-20 14:29:08 +09:00
sorenholsthansen 67a4929c76 Added impl of CursorType for floats 2022-04-20 00:41:30 +02:00
Robert Nelson 53993f7a13 Implemented OutputType for tokio RwLock 2022-04-19 10:57:57 -07:00
Sunli 88ba75ec70 Rework connection types 2022-04-19 19:18:06 +08:00
Sunli 548655ee71 Update tests 2022-04-19 11:06:54 +08:00
Sunli 9101d47c1b Update CHANGELOG.md 2022-04-19 10:36:07 +08:00
Sunli ae52749198 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-19 10:31:11 +08:00
Sunli 63200b1da1 Merge pull request #831 from urkle/feat-update-chrono-tz
update chrono-tz to 0.6.1
2022-04-19 10:29:38 +08:00
Sunli ae40bb969c Merge pull request #862 from Dylan-DPC/patch-1
Update regex
2022-04-19 10:29:07 +08:00
Sunli a8d4b4566b Merge pull request #875 from serates/master
Add feature(bson-uuid) which will enable Uuid's from the bson crate
2022-04-19 10:28:26 +08:00
Sunli f417068c27 Merge branch 'async-graphql-v4' into master 2022-04-19 10:28:02 +08:00
Sunli 212533f278 Merge pull request #893 from cynecx/axum-update-deps
async-graphql-axum: update tokio-util
2022-04-19 10:26:21 +08:00
Sunli cb4fe27999 Merge pull request #894 from cynecx/introspection_mode2
Introspection-only mode
2022-04-19 10:25:42 +08:00
Sunli 6cf0496a35 Add `#[non_exhaustive]` attribute to Request/Response types 2022-04-19 10:21:56 +08:00
Paul Nguyen 09f3be4fd1 Allow introspection only schemas 2022-04-18 21:25:02 +02:00
Paul Nguyen 4be26b1efd async-graphql-axum: update tokio-util 2022-04-18 18:53:55 +02:00
Sunli 300cbe54c7 Merge pull request #891 from DoumanAsh/split_execution
Introduce ability to pre-parse Request's query
2022-04-15 15:55:13 +08:00
Sunli 2f0bcaa8ee Remove useless `ParseQueryFut` type 2022-04-15 15:31:07 +08:00
Douman 22d61df4d7 Introduce ability to pre-parse Request's query 2022-04-15 15:58:09 +09:00
Sunli 1ba5113cd5 Release 3.0.38
async-graphql@3.0.38
async-graphql-actix-web@3.0.38
async-graphql-axum@3.0.38
async-graphql-derive@3.0.38
async-graphql-parser@3.0.38
async-graphql-poem@3.0.38
async-graphql-rocket@3.0.38
async-graphql-tide@3.0.38
async-graphql-value@3.0.38
async-graphql-warp@3.0.38

Generated by cargo-workspaces
2022-04-09 08:19:57 +08:00
Sunli cffcdc9f2e Update CHANGELOG.md 2022-04-08 23:14:38 +08:00
Sunli 8d6066ef82 Clippy clean 2022-04-08 09:41:23 +08:00
Sunli 3390682a73 Rustfmt 2022-04-08 09:34:37 +08:00
Sunli 623d84b401 Update examples 2022-04-08 09:34:25 +08:00
Sunli f1a3d6d3aa Merge pull request #883 from alisenai/master
Update Axum integration to Axum 0.5.1
2022-04-08 09:33:34 +08:00
Calin Gavriliuc 869505bf24 Clippy check fixes 2022-04-07 17:55:32 -07:00
Calin Gavriliuc 38005b0de1 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-04-07 15:15:11 -07:00