Commit Graph

1562 Commits

Author SHA1 Message Date
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
Sunli
bee9fd4176 Release 2.9.5
async-graphql@2.9.5
async-graphql-actix-web@2.9.5
async-graphql-derive@2.9.5
async-graphql-parser@2.9.5
async-graphql-tide@2.9.5
async-graphql-value@2.9.5
async-graphql-warp@2.9.5

Generated by cargo-workspaces
2021-06-29 09:46:52 +08:00
Sunli
44de5bbd19 Update CHANGELOG.md 2021-06-29 09:32:10 +08:00
Sunli
8b4f3bcff5 Allows to get the actual field name and alias in ResolveInfo. #551 2021-06-29 09:30:26 +08:00
Sunli
cfd456331b Release 2.9.4
async-graphql@2.9.4
async-graphql-actix-web@2.9.4
async-graphql-derive@2.9.4
async-graphql-parser@2.9.4
async-graphql-tide@2.9.4
async-graphql-value@2.9.4
async-graphql-warp@2.9.4

Generated by cargo-workspaces
2021-06-21 09:53:07 +08:00
Sunli
c367f15b05 Fix the bug that MergedObject may cause panic. #539 2021-06-21 09:48:19 +08:00
Sunli
2dce1ad35f Clippy clean 2021-06-18 10:43:34 +08:00
Sunli
b0669cbc3f Update type.rs 2021-06-17 21:02:56 +08:00
Sunli
ee4493fef6 Update CHANGELOG.md 2021-06-17 10:55:30 +08:00
Sunli
a7478fc8e8 Release 2.9.3
async-graphql@2.9.3
async-graphql-actix-web@2.9.3
async-graphql-derive@2.9.3
async-graphql-parser@2.9.3
async-graphql-tide@2.9.3
async-graphql-value@2.9.3
async-graphql-warp@2.9.3

Generated by cargo-workspaces
2021-06-17 10:54:43 +08:00
Sunli
543ce408b0 Implement InputType and OutputType for [T; N] array. 2021-06-17 10:39:27 +08:00
Sunli
42a4ff13ed Update minimum supported Rust version to 1.51 2021-06-17 09:08:19 +08:00
Sunli
ec5c266d06 Update examples 2021-06-17 08:52:55 +08:00
Sunli
234aaced05 Merge pull request #545 from XiNiHa/master
Update rocket to 0.5.0-rc.1
2021-06-16 22:12:23 +08:00
Sunli
466bb5e582 Update CHANGELOG.md 2021-06-16 17:21:45 +08:00
Sunli
c7c7e3ad05 Remove the static constraint of the receive_body and receive_batch_body functions. #544 2021-06-16 17:20:41 +08:00
XiNiHa
6c15107ad4 Update rocket to 0.5.0-rc.1 2021-06-16 16:39:09 +09:00
Sunli
4256392091 Update CHANGELOG.md 2021-06-16 15:09:44 +08:00
Sunli
5691f6ca71 Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
Sunli
0ed444654d Update merged_object.rs 2021-06-16 11:28:15 +08:00
Sunli
b7b9abf40d Add serial attribute for SimpleObject and Object macros. #539 2021-06-15 08:53:26 +08:00
Sunli
6d28bffcce Merge pull request #516 from flisky/bson-2
feat: support bson v2.0.0-beta
2021-06-11 12:10:32 +08:00
Yin Jifeng
05edf40b39 feat: support bson v2.0.0-beta 2021-06-11 11:00:19 +08:00