Commit Graph

204 Commits

Author SHA1 Message Date
Sunli
e869700b5e Update CHANGELOG.md 2022-08-15 12:13:29 +08:00
Sunli
45d9c8c8a1 Update build.rs 2022-08-12 12:48:01 +08:00
Sunli
e7f32eb41a Update CHANGELOG.md 2022-08-09 14:53:59 +08:00
Sunli
3478a8e860 Release 4.0.6
async-graphql@4.0.6
async-graphql-actix-web@4.0.6
async-graphql-axum@4.0.6
async-graphql-derive@4.0.6
async-graphql-parser@4.0.6
async-graphql-poem@4.0.6
async-graphql-rocket@4.0.6
async-graphql-tide@4.0.6
async-graphql-value@4.0.6
async-graphql-warp@4.0.6

Generated by cargo-workspaces
2022-07-21 10:25:03 +08:00
Sunli
8be451b5bd Fix impossible to specify both name and input_name. #987 2022-07-18 16:34:57 +08:00
Sunli
394eb908d0 Update CHANGELOG.md 2022-06-25 14:11:01 +08:00
Sunli
afc87f2dc8 Update CHANGELOG 2022-06-20 13:54:33 +08:00
Sunli
628bfc8e55 Update CHANGELOG.md 2022-06-10 19:00:12 +08:00
Sunli
528dfc3c84 Update docs 2022-05-30 09:34:53 +08:00
Sunli
92234d7a75 Add Schema::build_with_ignore_name_conflicts method to specifies a list to ignore type conflict detection. 2022-05-24 20:08:35 +08:00
Sunli
2995c21bfa Release 4.0.0
async-graphql@4.0.0
async-graphql-actix-web@4.0.0
async-graphql-axum@4.0.0
async-graphql-derive@4.0.0
async-graphql-parser@4.0.0
async-graphql-poem@4.0.0
async-graphql-rocket@4.0.0
async-graphql-tide@4.0.0
async-graphql-value@4.0.0
async-graphql-warp@4.0.0

Generated by cargo-workspaces
2022-05-17 08:32:43 +08:00
sunli829
a0d3cf3423 Fixed OneofObject restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
Sunli
440fe98f18 Cache parsed ExecuteDocument in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli
8011b9a120 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli
c1412a08d9 Update CHANGELOG.md 2022-05-02 17:16:07 +08:00
Sunli
71454973b8 Update CHANGELOG.md 2022-04-28 14:59:27 +08:00
Sunli
ad05baf79a Update CHANGELOG.md 2022-04-28 12:18:15 +08:00
Sunli
7707a45eaa Clippy clean 2022-04-28 12:14:23 +08:00
Sunli
ef218c8279 Update CHANGELOG.md 2022-04-19 10:36:07 +08:00
Sunli
c815732826 Add #[non_exhaustive] attribute to Request/Response types 2022-04-19 10:21:56 +08:00
Sunli
1734f7411b Update CHANGELOG.md 2022-04-08 23:14:38 +08:00
Sunli
680449d6d3 Update CHANGELOG.md 2022-03-30 20:56:25 +08:00
Sunli
4f0a86cda3 Generate @deprecated to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli
7011745ea3 Update CHANGELOG.md 2022-03-14 10:09:45 +08:00
Sunli
e80e4c9af9 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
BratSinot
d7a74a1934 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Sunli
889fe723f2 Export @oneOf directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
Sunli
632529ee3e Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Sunli
f9fa4e9cc2 Update CHANGELOG.md 2022-03-04 10:22:20 +08:00
Sunli
f1f2371f00 Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3 2022-02-17 19:36:13 +08:00
Sunli
b84129c650 Add OneOfObject macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Sunli
3aa4b41940 Implement ScalarType for time::Date. #822 2022-02-15 15:36:18 +08:00
Sunli
c4f74c083d Bump Actix-web from 4.0.0-beta.19 to 4.0.0-rc.2 2022-02-06 16:22:54 +08:00
Sunli
ca15d27215 Implement InputType and OutputType for Box<[T]> and Arc<[T]>. [#805](https://github.com/async-graphql/async-graphql/issues/805) 2022-01-31 20:01:29 +08:00
Sunli
e8f14f328f Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
Sunli
3104e0bc8d Add skip_input attribute to InputObject macro, skip_output attribute to SimpleObject macro. #797 2022-01-26 17:54:24 +08:00
Sunli
c9ef19fbff Update CHANGELOG.md 2022-01-25 09:28:04 +08:00
Sunli
7d58bd814d Fix the problem that some integrations overwritten HTTP headers. #793 2022-01-24 14:14:07 +08:00
Sunli
7d68c49abb Remove 'static bound for impl From<T> for Error. 2022-01-24 10:56:47 +08:00
Sunli
9b43b136e8 Implement InputType for Box<str> and Arc<str>. #792 2022-01-21 10:25:50 +08:00
BratSinot
d841218fcf Update changelog. 2022-01-19 14:43:01 +02:00
Sunli
c09766b8cb Update CHANGELOG.md 2022-01-18 10:45:29 +08:00
Sunli
3217f7aecd Add support flatten attribute for SimpleObject, ComplexObject and Object macros. #533 2022-01-18 10:33:07 +08:00
Sunli
334307b2c2 Add Union and Interface support for trait objects. #780
Clippy clean
2022-01-11 09:35:09 +08:00
Sunli
a551e446f4 Update CHANGELOG.md 2022-01-05 12:46:14 +08:00
Sunli
db3706dafa Clippy 2021-12-30 10:16:49 +08:00
BratSinot
bc73850e6e Update CHANGELOG. 2021-12-28 13:05:32 +02:00
Sunli
eca8cdf86c Fix field guards not working on ComplexObject. #767 2021-12-26 10:42:36 +08:00
Anthony Griffon
f387eb1005
fix: issue when empty with federation spec on _Entity node
Signed-off-by: Anthony Griffon <anthony@griffon.one>
2021-12-22 18:16:56 +01:00
Sunli
91dccfd3cd Update CHANGELOG 2021-12-17 09:47:21 +08:00