Commit Graph

2316 Commits

Author SHA1 Message Date
Sunli
4d47208fc0 Merge pull request #932 from DoumanAsh/book_update_connection
Update book to connection changes in 4.x.y
2022-05-27 15:19:25 +08:00
Sunli
2259df0a09 Merge pull request #933 from DoumanAsh/expose_edge
Expose Edge::node to allow better testing
2022-05-27 15:19:03 +08:00
Douman
b1a17a5542 Expose Edge::node to allow better testing 2022-05-27 14:18:13 +09:00
Douman
7e692356e2 Export SDLExportOptions 2022-05-27 14:04:56 +09:00
Douman
bf054b0872 Expose IntrospectionMode 2022-05-27 12:54:40 +09:00
Douman
2a0a52011c Update book to connection changes in 4.x.y 2022-05-27 12:53:09 +09:00
Sunli
d14ead03f9 Release 4.0.1
async-graphql@4.0.1
async-graphql-actix-web@4.0.1
async-graphql-axum@4.0.1
async-graphql-derive@4.0.1
async-graphql-parser@4.0.1
async-graphql-poem@4.0.1
async-graphql-rocket@4.0.1
async-graphql-tide@4.0.1
async-graphql-value@4.0.1
async-graphql-warp@4.0.1

Generated by cargo-workspaces
2022-05-24 20:13:40 +08:00
Sunli
d0bb37f419 Add Schema::build_with_ignore_name_conflicts method to specifies a list to ignore type conflict detection. 2022-05-24 20:08:35 +08:00
al8n
2da09de179 fix format 2022-05-21 13:55:58 +08:00
al8n
318c3dfc97 fix #925 support bigdecimal 2022-05-20 22:05:10 +08:00
Sunli
e09494ae03 Release 4.0.0
async-graphql@4.0.0
async-graphql-actix-web@4.0.0
async-graphql-axum@4.0.0
async-graphql-derive@4.0.0
async-graphql-parser@4.0.0
async-graphql-poem@4.0.0
async-graphql-rocket@4.0.0
async-graphql-tide@4.0.0
async-graphql-value@4.0.0
async-graphql-warp@4.0.0

Generated by cargo-workspaces
2022-05-17 08:32:43 +08:00
sunli829
132d0c84e2 Release 4.0.0-alpha.2
async-graphql@4.0.0-alpha.2
async-graphql-actix-web@4.0.0-alpha.2
async-graphql-axum@4.0.0-alpha.2
async-graphql-derive@4.0.0-alpha.2
async-graphql-parser@4.0.0-alpha.2
async-graphql-poem@4.0.0-alpha.2
async-graphql-rocket@4.0.0-alpha.2
async-graphql-tide@4.0.0-alpha.2
async-graphql-value@4.0.0-alpha.2
async-graphql-warp@4.0.0-alpha.2

Generated by cargo-workspaces
2022-05-14 16:54:59 +08:00
sunli829
965ac6ae90 Fixed OneofObject restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
Sunli
da725575bd Cache parsed ExecuteDocument in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli
b2cb673b9c Merge pull request #917 from bvanneerven/master 2022-05-07 22:12:05 +08:00
Bram van Neerven
0879976df2 added docs for OneofObject 2022-05-07 13:37:11 +02:00
Sunli
46c24b9436 Add tests for #916 2022-05-07 16:51:33 +08:00
Sunli
5ad9f497d8 Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
Sunli
96e423ff31 Fixes #911 2022-05-06 09:28:57 +08:00
Sunli
de4f908812 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli
7a365d5659 Release 4.0.0-alpha.1
async-graphql@4.0.0-alpha.1
async-graphql-actix-web@4.0.0-alpha.1
async-graphql-axum@4.0.0-alpha.1
async-graphql-derive@4.0.0-alpha.1
async-graphql-parser@4.0.0-alpha.1
async-graphql-poem@4.0.0-alpha.1
async-graphql-rocket@4.0.0-alpha.1
async-graphql-tide@4.0.0-alpha.1
async-graphql-value@4.0.0-alpha.1
async-graphql-warp@4.0.0-alpha.1

Generated by cargo-workspaces
2022-05-05 12:49:58 +08:00
Sunli
fef97e7458 Integrate with the uuid08 #907 2022-05-03 15:57:17 +08:00
Sunli
856839923d Merge pull request #909 from cynecx/cleanup 2022-05-03 10:20:22 +08:00
Paul Nguyen
903ebd0060 Remove obsolete disable_introspection field in Request 2022-05-02 18:12:06 +02:00
Sunli
af9a7266ee Update CHANGELOG.md 2022-05-02 17:16:07 +08:00
Sunli
7ec67e3326 Update connection type 2 2022-05-02 16:38:29 +08:00
Sunli
e5d47a8f82 Merge pull request #907 from jakeisnt/bump-uuid
Bump version of `uuid` to 1.0
2022-05-02 16:26:41 +08:00
Sunli
52025bf75f Update connection type 2022-05-02 16:20:45 +08:00
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