Commit Graph

217 Commits

Author SHA1 Message Date
Sunli 791ea09ed5 Update CHANGELOG.md 2022-10-07 17:07:36 +08:00
Sunli 400df04f91 Release 4.0.15
async-graphql@4.0.15
async-graphql-actix-web@4.0.15
async-graphql-axum@4.0.15
async-graphql-derive@4.0.15
async-graphql-parser@4.0.15
async-graphql-poem@4.0.15
async-graphql-rocket@4.0.15
async-graphql-tide@4.0.15
async-graphql-value@4.0.15
async-graphql-warp@4.0.15

Generated by cargo-workspaces
2022-10-07 16:51:31 +08:00
Sunli bdf7314204 Change `SchemaBuilder::enable_suggestions` to `disable_suggestions` 2022-10-07 16:47:55 +08:00
Sunli e50808888a Add `SchemaBuilder::enable_suggestions` method to enable or disable field suggestions. #1101 2022-10-04 22:40:59 +08:00
Sunli 13a66a5013 Skip tracing for introspection queries #841 2022-10-01 16:17:27 +08:00
Sunli 974f8ff21d Update CHANGELOG.md 2022-09-26 08:43:14 +08:00
Sunli 871d53a8db Add support for parse request from query string #1085 2022-09-25 12:10:52 +08:00
Sunli 388a00dc59 Release 4.0.13
async-graphql@4.0.13
async-graphql-actix-web@4.0.13
async-graphql-axum@4.0.13
async-graphql-derive@4.0.13
async-graphql-parser@4.0.13
async-graphql-poem@4.0.13
async-graphql-rocket@4.0.13
async-graphql-tide@4.0.13
async-graphql-value@4.0.13
async-graphql-warp@4.0.13

Generated by cargo-workspaces
2022-09-09 18:49:44 +08:00
Sunli d65a782d55 Add `SDLExportOptions::include_specified_by` method to enable `specifiedBy` directive #1065 2022-09-09 18:48:24 +08:00
Sunli fe9980e89c Update CHANGELOG.md 2022-09-06 14:48:03 +08:00
Sunli 1e972064ac Update MSRV to `1.59.0` 2022-08-29 13:54:36 +08:00
Sunli 7d57db0aa4 Update CHANGELOG.md 2022-08-23 23:03:02 +08:00
sunli829 13b4fa7d58 Update CHANGELOG 2022-08-18 21:46:58 +08:00
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