Commit Graph

1800 Commits

Author SHA1 Message Date
Erik Tesar
335e749429
fix: mark error types with Send and Sync 2021-09-02 13:35:34 +02:00
Erik Tesar
800eb4b10a
fix: ParseRequestError::InvalidFilesMap now is dyn std::error::Error 2021-09-02 12:21:34 +02:00
Sunli
9fd20ee455
Merge pull request #618 from DoumanAsh/axum_doc_link
Correct axum integration metadata
2021-09-02 11:28:51 +08:00
Douman
2c8461012b Correct axum integration meta 2021-09-02 12:03:38 +09:00
Sunli
f99aea4471 Update CHANGELOG.md 2021-09-01 09:18:19 +08:00
Sunli
7a71a89909 Release 2.9.13
async-graphql@2.9.13
async-graphql-actix-web@2.9.13
async-graphql-axum@2.9.13
async-graphql-derive@2.9.13
async-graphql-parser@2.9.13
async-graphql-poem@2.9.13
async-graphql-tide@2.9.13
async-graphql-value@2.9.13
async-graphql-warp@2.9.13

Generated by cargo-workspaces
2021-09-01 09:09:52 +08:00
Sunli
e6bd3fa4e4 Update release.yml 2021-09-01 09:08:26 +08:00
Sunli
80c633dc3b Update code-coverage.yml 2021-09-01 08:44:56 +08:00
Sunli
3ae939bb29 Update Cargo.toml 2021-09-01 08:38:49 +08:00
Sunli
de778287d2 Translate context.md to Chinese. 2021-09-01 08:35:43 +08:00
Sunli
4edaf26897 Update Poem integration to v0.4.5 2021-09-01 08:15:27 +08:00
Sunli
b82eaf27ce
Merge pull request #607 from shanesveller/axum-0.2
Upgrade axum integration to Axum 0.2.0
2021-09-01 07:51:42 +08:00
Sunli
5c29fadb3f
Merge pull request #615 from Miaxos/misc-update-context-doc
misc: add some documentation about context
2021-09-01 07:50:09 +08:00
Miaxos
3fa4d55d07 misc: add some documentation about context 2021-08-31 13:54:35 +00:00
Shane Sveller
422657b141
Update examples submodule for axum 0.2 changes
Pending PR at https://github.com/async-graphql/examples/pull/41
2021-08-28 10:26:23 -05:00
Shane Sveller
10ed47701f
Update axum integration to 0.2.3 2021-08-28 10:26:12 -05:00
Shane Sveller
2079c16e10
Update syntax for Axum 0.2.0 2021-08-28 10:26:12 -05:00
Shane Sveller
d4eaba6ee9
Update to Axum 0.2.0 2021-08-28 10:26:12 -05:00
Sunli
7cd52d1836 Merge branch 'master' of github.com:async-graphql/async-graphql 2021-08-25 21:54:53 +08:00
Sunli
a597914ad5 Update code-coverage.yml 2021-08-25 21:54:41 +08:00
Sunli
1e33abaa0a Update examples 2021-08-25 15:25:53 +08:00
Sunli
e86343ba55 Update release.yml 2021-08-24 16:21:11 +08:00
Sunli
1c3eda4ac1 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
b023ae2391 Update minimum supported Rust version to 1.54 2021-08-24 15:49:49 +08:00
Sunli
744b70341f Update CHANGELOG.md 2021-08-24 15:35:29 +08:00
Sunli
d0e985329c Update examples 2021-08-24 15:24:18 +08:00
Sunli
94d2791601 Merge branch 'poem-integration' 2021-08-24 15:23:21 +08:00
Sunli
853cf65546 Add Poem integration. 2021-08-24 15:23:12 +08:00
Sunli
19bcc87154
Merge pull request #605 from oeed/master
Ignored items flagged @skip in SelectionField and Lookahead
2021-08-24 11:30:51 +08:00
Sunli
7962d1fd07 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
0591817902 Update CHANGELOG.md 2021-08-22 16:56:15 +08:00
Oliver Cooper
7dcea3c721 Ignore items flagged @skip in SelectionField and Lookahead 2021-08-20 10:49:20 +12:00
Sunli
f2e7c1a80c Update CHANGELOG.md 2021-08-19 11:21:23 +08:00
Sunli
dc8a1df659
Merge pull request #604 from Miaxos/fix-serializer-issue
FIX: Serializing issue
2021-08-19 09:24:09 +08:00
Miaxos
c61abea1f1 fix: add human readable for serializer 2021-08-18 14:51:40 +00:00
Miaxos
4e86d9f17c fix: add test case for serializing issue 2021-08-18 14:22:17 +00:00
Sunli
4d977e9e1e
Merge pull request #601 from dbstratta/master
Update CHANGELOG.md
2021-08-14 10:39:06 +08:00
Diego Stratta
bb6be6e7fb Update CHANGELOG.md 2021-08-13 23:13:09 -03:00
Sunli
e79f00dcfb
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
f6be0786a0 Implement From<MaybeUndefined<T>> for Option<Option<T>> 2021-08-13 19:24:04 -03:00
Sunli
c2d1e07397
Merge pull request #597 from soukyo/master
Update Interface book build()->finish()
2021-08-12 16:49:40 +08:00
Sunli
955632ed20
Merge pull request #596 from jtescher/update-otel
Update opentelemetry to v0.16.x
2021-08-12 16:48:47 +08:00
Wade, Han
000aa407d8
Update define_interface.md 2021-08-09 23:44:27 +08:00
Wade, Han
9b0343dd5a
Update define_interface.md 2021-08-09 23:43:26 +08:00
Julian Tescher
85fd626f30
Update opentelemetry to v0.16.x 2021-08-07 13:10:40 -07:00
Sunli
9a76ea9896 Bump axum to newest version. 2021-08-05 19:27:16 +08:00
Sunli
896ffad840 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
70d66f7df6 Update CHANGELOG.md 2021-08-05 19:14:43 +08:00
Sunli
631f61613e Update book #595 2021-08-05 19:13:23 +08:00
Sunli
ccc56868dd Update examples 2021-08-04 16:03:03 +08:00