Commit Graph

1726 Commits

Author SHA1 Message Date
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
Sunli
b1bdfb35ee
Merge pull request #594 from nicolaiunrein/master
Remove unnecessary `unwrap` in multipart handler
2021-08-03 22:43:56 +08:00
Nicolai Unrein
23a0c84aa9 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
5eafa69626 Add Axum integration. 2021-08-03 08:56:24 +08:00
Sunli
c4cfa24e41 Clippy clean 2021-07-31 23:54:16 +08:00
Erik Tesar
c1cc30d421
decide which decoder to use based on content-type 2021-07-31 14:52:56 +02:00
Erik Tesar
661a416c00
always use cbor methode for deserialization 2021-07-28 17:37:47 +02:00
Erik Tesar
93e4bc5a2b
try to use cbor decoding 2021-07-27 21:37:30 +02:00
Erik
49bca9cde8
Merge pull request #1 from Miaxos/master
misc: boxed error
2021-07-27 20:39:24 +02:00
Miaxos
11c67e6cc3 misc: boxed error 2021-07-26 17:32:49 +00:00
cloudybyte
9fe4188196
try to add cbor support 2021-07-26 17:29:52 +02:00
Sunli
411ddfbe7b
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
e07548fe51 Add with_setting changes to changelog 2021-07-23 10:20:52 +01:00
Tim Maddison
ef70b913e4 Reformat 2021-07-23 10:09:02 +01:00
Tim Maddison
f9451c09b9 Change with_setting to accept any JSON value 2021-07-23 09:44:04 +01:00
Sunli
06a5eb2983
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
f8e4032c8b misc: update readme to add apollo studio 2021-07-22 14:25:40 +00:00
Sunli
886c58bb90
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
622ade1084 misc: update feature comparaison, disabling introspection 2021-07-22 12:46:11 +00:00
Sunli
89037eeabd 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
4a0dbd38bb Update CHANGELOG.md 2021-07-20 15:18:48 +08:00
Sunli
28d22dbe32 Add support for the list operator to the input value validator. #579 2021-07-20 15:16:34 +08:00
Sunli
1468cc91bb Implemented OutputType for Bytes. #569 2021-07-18 21:42:39 +08:00
Sunli
f1caf271e7
Merge pull request #578 from flisky/master
Allow field visible to support paths
2021-07-18 20:58:55 +08:00
Yin Jifeng
580a593fa0 Allow field visible to support paths 2021-07-18 20:16:39 +08:00