Commit Graph

2337 Commits

Author SHA1 Message Date
Sunli 246ede97de Release 4.0.2
async-graphql@4.0.2
async-graphql-actix-web@4.0.2
async-graphql-axum@4.0.2
async-graphql-derive@4.0.2
async-graphql-parser@4.0.2
async-graphql-poem@4.0.2
async-graphql-rocket@4.0.2
async-graphql-tide@4.0.2
async-graphql-value@4.0.2
async-graphql-warp@4.0.2

Generated by cargo-workspaces
2022-06-10 19:26:35 +08:00
Sunli f95c25123b Update CI 2022-06-10 19:03:34 +08:00
Sunli 628bfc8e55 Update CHANGELOG.md 2022-06-10 19:00:12 +08:00
Sunli b4cf06fd9b Fixes #946 2022-06-10 18:55:12 +08:00
Sunli f6094de758
Merge pull request #939 from urkle/feat-update-darling
update darling version
2022-06-07 15:35:12 +08:00
Edward Rudd 4c8e9a3408 update darling version
- zxcvbn uses this newer version as well
2022-06-06 13:00:55 -04:00
Sunli dc50049020 Fixes #848 2022-06-06 12:08:59 +08:00
Sunli 0529f18cb9 Fixes #941 2022-06-06 11:20:48 +08:00
Sunli 7c287fe4fb Rustfmt 2022-06-06 11:18:12 +08:00
Sunli 7cca6d1898
Merge pull request #931 from DoumanAsh/introspection_mode
Expose IntrospectionMode
2022-06-06 09:48:05 +08:00
Sunli 713938c331
Merge pull request #940 from urkle/feat-book-tests
run book tests and fix book examples
2022-06-04 10:13:20 +08:00
Edward Rudd 53cffa57fd split testing so that there is a separate test for minimum supported rust version
- this has to exclude integrations/tide as an indirect dependency requires rust 1.59.0
2022-06-03 14:19:25 -04:00
Edward Rudd d0f7097219 correct doc examples so they compile
- examples to fix still
  - error_extensions.md ResultExt example does not compile!
     - trait ErrorExtensions is not implemented for ParseIntError
  - dataloader
     - requires sqlx to work. So we either "stub" it OR we rewrite them simpler to use a  simple "faux" db library
2022-06-02 17:32:12 -04:00
Edward Rudd f99204d128 run mdbook tests to ensure that the doc examples are valid 2022-06-02 17:27:16 -04:00
Sunli 528dfc3c84 Update docs 2022-05-30 09:34:53 +08:00
Sunli 6f2115c077 Fix typo 2022-05-30 09:30:03 +08:00
Sunli 6b924f7240
Merge pull request #935 from rick68/patch-1 2022-05-28 15:24:38 +08:00
Hsiang-Cheng Yang ce179f89ac
Update edge.rs
remove the unnecessary quotation mark
2022-05-27 22:11:54 +08:00
Sunli 44b85b2d0e Merge branches 'master' and 'master' of github.com:async-graphql/async-graphql 2022-05-27 15:23:53 +08:00
Sunli 734d282a67 Update book 2022-05-27 15:20:58 +08:00
Sunli 1fa009cecd
Merge pull request #926 from al8n/master
fix #925 support BigDecimal and support parse from Number for Decimal
2022-05-27 15:19:57 +08:00
Sunli 1d40a35934
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 44de5b2d3e
Merge pull request #933 from DoumanAsh/expose_edge
Expose Edge::node to allow better testing
2022-05-27 15:19:03 +08:00
Douman 2c94b21379 Expose Edge::node to allow better testing 2022-05-27 14:18:13 +09:00
Douman df8a5939cd Export SDLExportOptions 2022-05-27 14:04:56 +09:00
Douman e4b1f721aa Expose IntrospectionMode 2022-05-27 12:54:40 +09:00
Douman 3aa7de7403 Update book to connection changes in 4.x.y 2022-05-27 12:53:09 +09:00
Sunli 79a347820e 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 92234d7a75 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 b3ac42fbeb fix format 2022-05-21 13:55:58 +08:00
al8n db2ef6e137 fix #925 support bigdecimal 2022-05-20 22:05:10 +08:00
Sunli 2995c21bfa 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 d4e96a3f0d 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 a0d3cf3423 Fixed `OneofObject` restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
Sunli 440fe98f18 Cache parsed `ExecuteDocument` in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli e87a8d2826
Merge pull request #917 from bvanneerven/master 2022-05-07 22:12:05 +08:00
Bram van Neerven 92ed523bc3
added docs for OneofObject 2022-05-07 13:37:11 +02:00
Sunli 336451f3bc Add tests for #916 2022-05-07 16:51:33 +08:00
Sunli f2bac81a2f Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
Sunli 4e81285756 Fixes #911 2022-05-06 09:28:57 +08:00
Sunli 8011b9a120 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli 27828e522c 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 c00e22cc12 Integrate with the `uuid08` #907 2022-05-03 15:57:17 +08:00
Sunli f5517f54c2
Merge pull request #909 from cynecx/cleanup 2022-05-03 10:20:22 +08:00
Paul Nguyen ea5cbfdfab Remove obsolete `disable_introspection` field in `Request` 2022-05-02 18:12:06 +02:00
Sunli c1412a08d9 Update CHANGELOG.md 2022-05-02 17:16:07 +08:00
Sunli fe38777f4a Update connection type 2 2022-05-02 16:38:29 +08:00
Sunli 2adff08c22
Merge pull request #907 from jakeisnt/bump-uuid
Bump version of `uuid` to 1.0
2022-05-02 16:26:41 +08:00
Sunli 21916e1281 Update connection type 2022-05-02 16:20:45 +08:00
Jacob Chvatal 1f5e893067
bump uuid version 2022-05-01 12:30:34 -04:00