Commit Graph

1596 Commits

Author SHA1 Message Date
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
Sunli
9046b288ad Sort the types in the exported SDL by name. #577 2021-07-17 10:13:42 +08:00
Sunli
485be140f2 Create FUNDING.yml 2021-07-17 07:41:28 +08:00
Sunli
d116dc2950 Make Schema::execute return HTTP headers when an error occurs. #572 2021-07-16 07:47:43 +08:00
Sunli
5ff488fe68
Merge pull request #575 from oeed/master
Implement `TryFrom<&[SelectionField<'a>]>` for `Lookahead<'a>`
2021-07-15 15:11:11 +08:00
Oliver Cooper
cc34213317 Update CHANGELOG.md 2021-07-15 16:05:31 +12:00
Oliver Cooper
a1c9c6c8ba Replaced panicking From with TryFrom 2021-07-15 16:03:33 +12:00
Oliver Cooper
248136d0b6 Added From<&[SelectionField<'a>]> for Lookahead<'a> 2021-07-15 15:51:44 +12:00
Sunli
1218664ed8
Merge pull request #574 from oeed/master
Changed Lookahead to support multiple fields
2021-07-15 10:00:38 +08:00
Oliver Cooper
4e685f6f91 Update CHANGELOG.md 2021-07-15 13:58:05 +12:00
Sunli
fa78d4eecf Update CHANGELOG.md 2021-07-15 09:47:59 +08:00
Oliver Cooper
a868a9ab07 Changed Lookahead to support multiple fields 2021-07-15 13:16:55 +12:00
Sunli
c1f651254e Attach custom HTTP headers to the response when an error occurs. #572 2021-07-15 08:20:08 +08:00
Sunli
80da563b24 Update guard test 2021-07-15 08:09:29 +08:00
Sunli
73b6ebae42 Update README.md 2021-07-14 12:24:50 +08:00
Sunli
a552a5c536 Update CHANGELOG.md 2021-07-14 11:52:24 +08:00
Sunli
ec8f97ba9e Add binary types to ConstValue and Value. #569 2021-07-14 11:50:47 +08:00
Sunli
9eac2948bc Release 2.9.8
async-graphql@2.9.8
async-graphql-actix-web@2.9.8
async-graphql-derive@2.9.8
async-graphql-parser@2.9.8
async-graphql-tide@2.9.8
async-graphql-value@2.9.8
async-graphql-warp@2.9.8

Generated by cargo-workspaces
2021-07-12 11:16:18 +08:00
Sunli
6e23b24906 Update CHANGELOG.md 2021-07-12 11:15:46 +08:00
Sunli
abf4d5ffb6 Fix SDL print is not stable. #547 2021-07-12 11:14:26 +08:00
Sunli
5537d1db47
Merge pull request #564 from cptrodgers/feature/more-infor-when-output-validator
Feature: Add Error with Extension in Validator
2021-07-10 09:56:45 +08:00
Rodgers
572b363798 Fix clippy error of map_err 2021-07-09 18:59:54 +07:00
Rodgers
4dc65c4ba7 Add Changelog 2021-07-09 18:57:30 +07:00
Rodgers
55fcdf4c5d Keep map_err compatible 2021-07-09 08:20:30 +07:00
Rodgers
0417f4181a Update AND, OR, and MapErr logic. Update logic for object input 2021-07-08 23:43:12 +07:00
Rodgers
abb59b9e3f Add test for is_valid_with_extensions 2021-07-08 22:06:13 +07:00
Rodgers
ab277494d7 Add is_valid_with_extensions 2021-07-08 21:37:38 +07:00
Rodgers
c0b5c22c64 Add report_error_with_extensions 2021-07-08 20:02:49 +07:00
Sunli
cb56008a81 Release 2.9.7
async-graphql@2.9.7
async-graphql-actix-web@2.9.7
async-graphql-derive@2.9.7
async-graphql-parser@2.9.7
async-graphql-tide@2.9.7
async-graphql-value@2.9.7
async-graphql-warp@2.9.7

Generated by cargo-workspaces
2021-07-04 14:21:37 +08:00
Sunli
d09ba7ec95 Update CHANGELOG.md 2021-07-04 14:14:41 +08:00
Sunli
1d2b331579
Merge pull request #562 from nicoulaj/issue-550
Add support for generic `ComplexObject`.
2021-07-04 14:09:14 +08:00