Commit Graph

2337 Commits

Author SHA1 Message Date
Damien Pontifex a9b085f938 test for sdl having @shareable directive 2022-08-17 09:50:37 +08:00
Damien Pontifex 9e9493e232 first passing build with shareable 2022-08-17 09:29:43 +08:00
Sunli ab1ba7c212 Release 4.0.9
async-graphql@4.0.9
async-graphql-actix-web@4.0.9
async-graphql-axum@4.0.9
async-graphql-derive@4.0.9
async-graphql-parser@4.0.9
async-graphql-poem@4.0.9
async-graphql-rocket@4.0.9
async-graphql-tide@4.0.9
async-graphql-value@4.0.9
async-graphql-warp@4.0.9

Generated by cargo-workspaces
2022-08-15 12:14:40 +08:00
Sunli e869700b5e Update CHANGELOG.md 2022-08-15 12:13:29 +08:00
Sunli 3d1d1290fc `on_connection_init` takes `FnOnce` instead of `Fn` #1022 2022-08-15 12:12:25 +08:00
cw-ozaki 258ab70268 fixes lost when request.data(X) in an extension 2022-08-12 20:34:46 +09:00
Sunli 37f18855e3 Clippy clean 2022-08-12 14:05:46 +08:00
Sunli 4858245a21 Release 4.0.8
async-graphql@4.0.8
async-graphql-actix-web@4.0.8
async-graphql-axum@4.0.8
async-graphql-derive@4.0.8
async-graphql-parser@4.0.8
async-graphql-poem@4.0.8
async-graphql-rocket@4.0.8
async-graphql-tide@4.0.8
async-graphql-value@4.0.8
async-graphql-warp@4.0.8

Generated by cargo-workspaces
2022-08-12 13:17:04 +08:00
Sunli 45d9c8c8a1 Update build.rs 2022-08-12 12:48:01 +08:00
Sunli 886594ba14
Merge pull request #996 from Dig-Doug/dataloader-tracing
Add tracing to dataloader methods when the tracing feature is enabled.
2022-08-09 22:11:06 +08:00
Sunli f92f019014
Merge pull request #1007 from frederikhors/patch-1
Fix misprint
2022-08-09 22:08:32 +08:00
Sunli 1d33a6b806 Release 4.0.7
async-graphql@4.0.7
async-graphql-actix-web@4.0.7
async-graphql-axum@4.0.7
async-graphql-derive@4.0.7
async-graphql-parser@4.0.7
async-graphql-poem@4.0.7
async-graphql-rocket@4.0.7
async-graphql-tide@4.0.7
async-graphql-value@4.0.7
async-graphql-warp@4.0.7

Generated by cargo-workspaces
2022-08-09 17:20:04 +08:00
Sunli e7f32eb41a Update CHANGELOG.md 2022-08-09 14:53:59 +08:00
Sunli e70db4c441 Use `prettyplease` to format the code 2022-08-09 14:49:49 +08:00
Sunli c7c7547192 Update parse_query.rs 2022-08-09 11:26:37 +08:00
Sunli 2d96d4805b Update executable.rs 2022-08-09 11:19:36 +08:00
5225225 d073f9eb5f Add fuzzer running on parse_query 2022-08-09 11:08:13 +08:00
Sunli 88453e85f4 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-09 11:06:26 +08:00
Sunli 1f67e3adcd Limits the recursion depth of the parser. 2022-08-09 11:06:20 +08:00
Greg Pstrucha 02172ab71b
Add small section about redacting data from input objects (#1013) 2022-08-09 09:05:31 +08:00
Sunli f0dc85495b Merge branch 'master' of github.com:async-graphql/async-graphql 2022-08-05 14:50:50 +08:00
Sunli 889ba7794c Fixes #1004 2022-08-05 14:50:29 +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
frederikhors 2252c33ce5
Fix misprint 2022-08-04 00:08:20 +02:00
Doug Roeper 9649c43bd7
Add tracing to dataloader methods when the tracing feature is enabled. 2022-07-28 09:33:23 -04:00
Viral Kachhadiya b33f8658cc
Update README.md (#990) 2022-07-23 00:12:44 +08:00
Sunli 3478a8e860 Release 4.0.6
async-graphql@4.0.6
async-graphql-actix-web@4.0.6
async-graphql-axum@4.0.6
async-graphql-derive@4.0.6
async-graphql-parser@4.0.6
async-graphql-poem@4.0.6
async-graphql-rocket@4.0.6
async-graphql-tide@4.0.6
async-graphql-value@4.0.6
async-graphql-warp@4.0.6

Generated by cargo-workspaces
2022-07-21 10:25:03 +08:00
Sunli 521769b800 Limit recursive depth to 256 by default 2022-07-21 10:14:40 +08:00
Sunli ccc6a7ec82 Release 4.0.5
async-graphql@4.0.5
async-graphql-actix-web@4.0.5
async-graphql-axum@4.0.5
async-graphql-derive@4.0.5
async-graphql-parser@4.0.5
async-graphql-poem@4.0.5
async-graphql-rocket@4.0.5
async-graphql-tide@4.0.5
async-graphql-value@4.0.5
async-graphql-warp@4.0.5

Generated by cargo-workspaces
2022-07-18 16:43:19 +08:00
Sunli 8be451b5bd Fix impossible to specify both `name` and `input_name`. #987 2022-07-18 16:34:57 +08:00
Sunli 2a6abe7cae Implement `Default` for StringNumber #980 2022-07-13 15:21:41 +08:00
Dan Bruder 3a69871b38 Bump Rocket from `0.5.0-rc.1` to `0.5.0-rc.2` (#968) 2022-07-10 08:43:18 +08:00
Fabien Penso 7434a27eb1
Fix typo (#973) 2022-07-10 08:37:52 +08:00
Edward Rudd 036c165644
Fix serializing of JSON default values (#969)
* Fix serializing of JSON default values

* fix format of other code due to new nightly
2022-07-05 06:55:01 +08:00
Edward Rudd 7aba2011c2
Fix nightly rustfmt (#970)
* fix format of other code due to new nightly

* Adjust github fmt checks to use a fixed nightly version
2022-07-05 06:54:07 +08:00
Sunli e839ffafcc Implement `Guard` for `Fn` 2022-06-30 10:50:45 +08:00
Sunli 175d8693ff Release 4.0.4
async-graphql@4.0.4
async-graphql-actix-web@4.0.4
async-graphql-axum@4.0.4
async-graphql-derive@4.0.4
async-graphql-parser@4.0.4
async-graphql-poem@4.0.4
async-graphql-rocket@4.0.4
async-graphql-tide@4.0.4
async-graphql-value@4.0.4
async-graphql-warp@4.0.4

Generated by cargo-workspaces
2022-06-25 14:12:14 +08:00
Sunli 394eb908d0 Update CHANGELOG.md 2022-06-25 14:11:01 +08:00
Sunli 687f26bb79 Fixes #943 2022-06-25 10:56:17 +08:00
Sunli f8db3d180c Clippy 2022-06-25 10:23:48 +08:00
Ivan Kozik 2d79376c8d
Add a prefer_single_line_descriptions option on SDLExportOptions (#955)
* Add a prefer_single_line_descriptions option on SDLExportOptions

The default export uses three lines for each description. Single-line
descriptions improve the readability of the exported SDL when there are
many short descriptions.

* export_sdl: escape " in single-line descriptions

I confirmed that graphql-code-generator properly handles SDL with this escaping.
2022-06-25 10:21:00 +08:00
Sunli 44c7a3cd94 Bump Actix-web from `4.0.1` to `4.1.0` 2022-06-24 16:12:30 +08:00
Sunli 614a578a3f Fixes #957 2022-06-21 13:58:00 +08:00
Sunli 24a5678b0d Update MSRV 2022-06-20 13:59:57 +08:00
Sunli f2d7f439a9 Release 4.0.3
async-graphql@4.0.3
async-graphql-actix-web@4.0.3
async-graphql-axum@4.0.3
async-graphql-derive@4.0.3
async-graphql-parser@4.0.3
async-graphql-poem@4.0.3
async-graphql-rocket@4.0.3
async-graphql-tide@4.0.3
async-graphql-value@4.0.3
async-graphql-warp@4.0.3

Generated by cargo-workspaces
2022-06-20 13:57:45 +08:00
Sunli afc87f2dc8 Update CHANGELOG 2022-06-20 13:54:33 +08:00
iffy-validio 1e555370e0
Make email-validator optional (#950) 2022-06-17 00:23:47 +08:00
Edward Rudd 8ccd27e62d
add nodes exposure on ConectionType so nesting through edges isn't always needed. (#952) 2022-06-17 00:12:07 +08:00
Kian-Meng Ang a210f64426
Fix typos (#951) 2022-06-15 22:18:39 +08:00
goodbin 34c8a51f69
feat: custom error type in axum request extractor (#945)
* feat: custom error type in axum request extractor

Ability to specify a custom type of error in axum request extractor.

* fmt: fix format

* fix: Fix check format

Co-authored-by: GoodBin <olelenkov@gmail.com>
2022-06-11 09:55:16 +08:00