Commit Graph

1624 Commits

Author SHA1 Message Date
Sunli
3187fe2fd3 Update code-coverage.yml 2021-08-25 21:54:41 +08:00
Sunli
bde1a9ec1e Update release.yml 2021-08-24 16:21:11 +08:00
Sunli
005c354ebd Release 2.9.12
async-graphql@2.9.12
async-graphql-actix-web@2.9.12
async-graphql-axum@2.9.12
async-graphql-derive@2.9.12
async-graphql-parser@2.9.12
async-graphql-poem@2.9.12
async-graphql-tide@2.9.12
async-graphql-value@2.9.12
async-graphql-warp@2.9.12

Generated by cargo-workspaces
2021-08-24 16:10:09 +08:00
Sunli
524bdc1c07 Update minimum supported Rust version to 1.54 2021-08-24 15:49:49 +08:00
Sunli
fc448ce17c Update CHANGELOG.md 2021-08-24 15:35:29 +08:00
Sunli
e8f3cbf1c7 Update examples 2021-08-24 15:24:18 +08:00
Sunli
1ba108680e Merge branch 'poem-integration' 2021-08-24 15:23:21 +08:00
Sunli
8d489089ec Add Poem integration. 2021-08-24 15:23:12 +08:00
Sunli
62209813db Merge pull request #605 from oeed/master
Ignored items flagged @skip in SelectionField and Lookahead
2021-08-24 11:30:51 +08:00
Sunli
07372a1040 Release 2.9.11
async-graphql@2.9.11
async-graphql-actix-web@2.9.11
async-graphql-axum@2.9.11
async-graphql-derive@2.9.11
async-graphql-parser@2.9.11
async-graphql-tide@2.9.11
async-graphql-value@2.9.11
async-graphql-warp@2.9.11

Generated by cargo-workspaces
2021-08-22 16:59:23 +08:00
Sunli
97f9773c4d Update CHANGELOG.md 2021-08-22 16:56:15 +08:00
Oliver Cooper
89015c17b8 Ignore items flagged @skip in SelectionField and Lookahead 2021-08-20 10:49:20 +12:00
Sunli
a42fa0a062 Update CHANGELOG.md 2021-08-19 11:21:23 +08:00
Sunli
c87b3bb314 Merge pull request #604 from Miaxos/fix-serializer-issue
FIX: Serializing issue
2021-08-19 09:24:09 +08:00
Miaxos
51dffad380 fix: add human readable for serializer 2021-08-18 14:51:40 +00:00
Miaxos
b55c432886 fix: add test case for serializing issue 2021-08-18 14:22:17 +00:00
Sunli
f31b8b0a04 Merge pull request #601 from dbstratta/master
Update CHANGELOG.md
2021-08-14 10:39:06 +08:00
Diego Stratta
37a05f4bb5 Update CHANGELOG.md 2021-08-13 23:13:09 -03:00
Sunli
6fcd1bdd0a Merge pull request #600 from dbstratta/master
Implement `From<MaybeUndefined<T>> for Option<Option<T>>`
2021-08-14 09:09:06 +08:00
Diego Stratta
b728f0e7c0 Implement From<MaybeUndefined<T>> for Option<Option<T>> 2021-08-13 19:24:04 -03:00
Sunli
21f6dfbf10 Merge pull request #597 from soukyo/master
Update Interface book build()->finish()
2021-08-12 16:49:40 +08:00
Sunli
a6bc0266d4 Merge pull request #596 from jtescher/update-otel
Update opentelemetry to v0.16.x
2021-08-12 16:48:47 +08:00
Wade, Han
2ffe722ed1 Update define_interface.md 2021-08-09 23:44:27 +08:00
Wade, Han
9785869278 Update define_interface.md 2021-08-09 23:43:26 +08:00
Julian Tescher
fe1ab1e677 Update opentelemetry to v0.16.x 2021-08-07 13:10:40 -07:00
Sunli
6c43e56607 Bump axum to newest version. 2021-08-05 19:27:16 +08:00
Sunli
4f91e5f713 Release 2.9.10
async-graphql@2.9.10
async-graphql-actix-web@2.9.10
async-graphql-axum@2.9.10
async-graphql-derive@2.9.10
async-graphql-parser@2.9.10
async-graphql-tide@2.9.10
async-graphql-value@2.9.10
async-graphql-warp@2.9.10

Generated by cargo-workspaces
2021-08-05 19:15:40 +08:00
Sunli
7f3d3c80aa Update CHANGELOG.md 2021-08-05 19:14:43 +08:00
Sunli
131b3b73e2 Update book #595 2021-08-05 19:13:23 +08:00
Sunli
4cf3925985 Update examples 2021-08-04 16:03:03 +08:00
Sunli
ef1b5b3929 Merge pull request #594 from nicolaiunrein/master
Remove unnecessary `unwrap` in multipart handler
2021-08-03 22:43:56 +08:00
Nicolai Unrein
d6c6d614f2 Remove unnecessary unwrap in multipart handler
The call to `unwrap` is not save at this point and will panic on connection errors/disconnects.
Instead a `ParseRequestError::InvalidMultipart(multer::Error)` will now get returned instead.
2021-08-03 11:59:23 +02:00
Sunli
1d7742779e Add Axum integration. 2021-08-03 08:56:24 +08:00
Sunli
c80687af80 Clippy clean 2021-07-31 23:54:16 +08:00
Sunli
e0241f8101 Merge pull request #584 from tim-maddison-rnf/master
Change with_setting to accept any JSON value
2021-07-23 18:28:08 +08:00
Tim Maddison
060d6c3e8c Add with_setting changes to changelog 2021-07-23 10:20:52 +01:00
Tim Maddison
f318e02610 Reformat 2021-07-23 10:09:02 +01:00
Tim Maddison
fa218b435e Change with_setting to accept any JSON value 2021-07-23 09:44:04 +01:00
Sunli
b138c757b6 Merge pull request #582 from Miaxos/misc-update-readme-to-add-apollo-studio-extension
misc: update readme to add apollo studio
2021-07-22 22:56:14 +08:00
Miaxos
1dfb207332 misc: update readme to add apollo studio 2021-07-22 14:25:40 +00:00
Sunli
15f07fb13a Merge pull request #581 from Miaxos/misc-update-doc-disable-introspection
misc: update feature comparaison, disabling introspection
2021-07-22 21:12:41 +08:00
Miaxos
91d68c3088 misc: update feature comparaison, disabling introspection 2021-07-22 12:46:11 +00:00
Sunli
7a1eded916 Release 2.9.9
async-graphql@2.9.9
async-graphql-actix-web@2.9.9
async-graphql-derive@2.9.9
async-graphql-parser@2.9.9
async-graphql-tide@2.9.9
async-graphql-value@2.9.9
async-graphql-warp@2.9.9

Generated by cargo-workspaces
2021-07-20 15:19:39 +08:00
Sunli
b715d2b5cb Update CHANGELOG.md 2021-07-20 15:18:48 +08:00
Sunli
230eb847d8 Add support for the list operator to the input value validator. #579 2021-07-20 15:16:34 +08:00
Sunli
ecf8890e7e Implemented OutputType for Bytes. #569 2021-07-18 21:42:39 +08:00
Sunli
863380ee1f Merge pull request #578 from flisky/master
Allow field visible to support paths
2021-07-18 20:58:55 +08:00
Yin Jifeng
7e21cfa944 Allow field visible to support paths 2021-07-18 20:16:39 +08:00
Sunli
4e1c34fa62 Sort the types in the exported SDL by name. #577 2021-07-17 10:13:42 +08:00
Sunli
7ecfe76814 Create FUNDING.yml 2021-07-17 07:41:28 +08:00