Commit Graph

1584 Commits

Author SHA1 Message Date
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
Sunli
8f8fe3e46d Make Schema::execute return HTTP headers when an error occurs. #572 2021-07-16 07:47:43 +08:00
Sunli
7b9942ef10 Merge pull request #575 from oeed/master
Implement `TryFrom<&[SelectionField<'a>]>` for `Lookahead<'a>`
2021-07-15 15:11:11 +08:00
Oliver Cooper
5801d11196 Update CHANGELOG.md 2021-07-15 16:05:31 +12:00
Oliver Cooper
5b6f06ced1 Replaced panicking From with TryFrom 2021-07-15 16:03:33 +12:00
Oliver Cooper
39dc8399ec Added From<&[SelectionField<'a>]> for Lookahead<'a> 2021-07-15 15:51:44 +12:00
Sunli
7942721018 Merge pull request #574 from oeed/master
Changed Lookahead to support multiple fields
2021-07-15 10:00:38 +08:00
Oliver Cooper
e4918f8588 Update CHANGELOG.md 2021-07-15 13:58:05 +12:00
Sunli
46d1d48618 Update CHANGELOG.md 2021-07-15 09:47:59 +08:00
Oliver Cooper
008d262ca2 Changed Lookahead to support multiple fields 2021-07-15 13:16:55 +12:00
Sunli
7771d4e08f Attach custom HTTP headers to the response when an error occurs. #572 2021-07-15 08:20:08 +08:00
Sunli
528a908f95 Update guard test 2021-07-15 08:09:29 +08:00
Sunli
7cfc56c46d Update README.md 2021-07-14 12:24:50 +08:00
Sunli
8b36b2e5a9 Update CHANGELOG.md 2021-07-14 11:52:24 +08:00
Sunli
6a38387704 Add binary types to ConstValue and Value. #569 2021-07-14 11:50:47 +08:00
Sunli
e6598511e5 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
6cb002d3d3 Update CHANGELOG.md 2021-07-12 11:15:46 +08:00
Sunli
e6e2f56a85 Fix SDL print is not stable. #547 2021-07-12 11:14:26 +08:00
Sunli
485cb1e5c5 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
0c46512900 Fix clippy error of map_err 2021-07-09 18:59:54 +07:00
Rodgers
90c924588a Add Changelog 2021-07-09 18:57:30 +07:00
Rodgers
d83cce9d3b Keep map_err compatible 2021-07-09 08:20:30 +07:00
Rodgers
53c4945fc4 Update AND, OR, and MapErr logic. Update logic for object input 2021-07-08 23:43:12 +07:00
Rodgers
0ed7384cbf Add test for is_valid_with_extensions 2021-07-08 22:06:13 +07:00
Rodgers
aa1d4194b5 Add is_valid_with_extensions 2021-07-08 21:37:38 +07:00
Rodgers
c0d24be0c7 Add report_error_with_extensions 2021-07-08 20:02:49 +07:00
Sunli
5f9966e052 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
54d4b21396 Update CHANGELOG.md 2021-07-04 14:14:41 +08:00
Sunli
205c669d7c Merge pull request #562 from nicoulaj/issue-550
Add support for generic `ComplexObject`.
2021-07-04 14:09:14 +08:00
Sunli
2ffbfe7440 Add concrete type support for complex object. 2021-07-04 14:05:08 +08:00
Julien Nicoulaud
beaeb7cba0 #550: fix #[graphql(skip)] breaking compilation on ComplexObjects 2021-07-03 18:04:18 +02:00
Julien Nicoulaud
2aa04a6211 #550: fix ComplexObject macro adding extra generics parameters declaration 2021-07-03 18:02:28 +02:00
Sunli
d4d83012a9 Merge pull request #561 from okrplay/master
Remove outdated documentation regarding subscriptions in Tide
2021-07-04 00:00:17 +08:00
Julien Nicoulaud
8c9bf0f04c #550: add unit test for generic Object/Simple/ComplexObject 2021-07-03 18:00:16 +02:00
okrplay
33083e8083 Remove outdated documentation regarding subscriptions in Tide 2021-07-03 17:23:41 +02:00
Sunli
9d30bcf466 Release 2.9.6
async-graphql@2.9.6
async-graphql-actix-web@2.9.6
async-graphql-derive@2.9.6
async-graphql-parser@2.9.6
async-graphql-tide@2.9.6
async-graphql-value@2.9.6
async-graphql-warp@2.9.6

Generated by cargo-workspaces
2021-07-02 13:20:37 +08:00
Sunli
faad0a3f27 Update CHANGELOG.md 2021-07-02 10:56:51 +08:00
Sunli
30f3fb74fe Merge pull request #559 from bram209/feature/rust_decimal_scalar
Add Decimal scalar (from 'rust_decimal' crate)
2021-07-02 10:23:29 +08:00
Bram Hoendervangers
41df2e052f add feature to readme 2021-07-01 23:48:59 +02:00
Bram Hoendervangers
6fb324182b Add decimal scalar 2021-07-01 23:47:30 +02:00
Sunli
199f599cd5 Implement From<SelectionField> for Lookahead. #557 2021-07-01 10:36:25 +08:00