Commit Graph

217 Commits

Author SHA1 Message Date
Sunli b60baf42f7 Update CHANGELOG.md 2022-10-07 17:07:36 +08:00
Sunli cffbfb9aa3 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 fe966c9bdb Change `SchemaBuilder::enable_suggestions` to `disable_suggestions` 2022-10-07 16:47:55 +08:00
Sunli bbe59e5372 Add `SchemaBuilder::enable_suggestions` method to enable or disable field suggestions. #1101 2022-10-04 22:40:59 +08:00
Sunli 57d592b250 Skip tracing for introspection queries #841 2022-10-01 16:17:27 +08:00
Sunli 4a7d20bdab Update CHANGELOG.md 2022-09-26 08:43:14 +08:00
Sunli 053c1178c2 Add support for parse request from query string #1085 2022-09-25 12:10:52 +08:00
Sunli c0c03449ab 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 f83d0a34d0 Add `SDLExportOptions::include_specified_by` method to enable `specifiedBy` directive #1065 2022-09-09 18:48:24 +08:00
Sunli b54f598501 Update CHANGELOG.md 2022-09-06 14:48:03 +08:00
Sunli 9ff4307cc5 Update MSRV to `1.59.0` 2022-08-29 13:54:36 +08:00
Sunli c0d11292bd Update CHANGELOG.md 2022-08-23 23:03:02 +08:00
sunli829 42c1d9f66f Update CHANGELOG 2022-08-18 21:46:58 +08:00
Sunli 38c09458f6 Update CHANGELOG.md 2022-08-15 12:13:29 +08:00
Sunli a5ad2cd03c Update build.rs 2022-08-12 12:48:01 +08:00
Sunli abd504412d Update CHANGELOG.md 2022-08-09 14:53:59 +08:00
Sunli de1aaf64e7 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 69b09f2636 Fix impossible to specify both `name` and `input_name`. #987 2022-07-18 16:34:57 +08:00
Sunli ef45f9b74f Update CHANGELOG.md 2022-06-25 14:11:01 +08:00
Sunli b973d3a21d Update CHANGELOG 2022-06-20 13:54:33 +08:00
Sunli ebb5b0052c Update CHANGELOG.md 2022-06-10 19:00:12 +08:00
Sunli 45c48fc840 Update docs 2022-05-30 09:34:53 +08:00
Sunli d0bb37f419 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 e09494ae03 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 965ac6ae90 Fixed `OneofObject` restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
Sunli da725575bd Cache parsed `ExecuteDocument` in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli de4f908812 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli af9a7266ee Update CHANGELOG.md 2022-05-02 17:16:07 +08:00
Sunli eb9388f1c1 Update CHANGELOG.md 2022-04-28 14:59:27 +08:00
Sunli b11cfc8f8d Update CHANGELOG.md 2022-04-28 12:18:15 +08:00
Sunli 0d03a95f8f Clippy clean 2022-04-28 12:14:23 +08:00
Sunli 9101d47c1b Update CHANGELOG.md 2022-04-19 10:36:07 +08:00
Sunli 6cf0496a35 Add `#[non_exhaustive]` attribute to Request/Response types 2022-04-19 10:21:56 +08:00
Sunli cffcdc9f2e Update CHANGELOG.md 2022-04-08 23:14:38 +08:00
Sunli b574af0d09 Update CHANGELOG.md 2022-03-30 20:56:25 +08:00
Sunli e4d04faaa0 Generate `@deprecated` to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli 2bf314f614 Update CHANGELOG.md 2022-03-14 10:09:45 +08:00
Sunli 8909752107 Add support `group` attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
BratSinot f0f1804214 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Sunli 5dad855f8e Export `@oneOf` directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
Sunli a4b840a984 Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Sunli cbba51b229 Update CHANGELOG.md 2022-03-04 10:22:20 +08:00
Sunli c2c7763202 Bump actix-web from `4.0.0-rc.2` to `4.0.0-rc.3` 2022-02-17 19:36:13 +08:00
Sunli df3312363e Add `OneOfObject` macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Sunli dcf58450e8 Implement `ScalarType` for `time::Date`. #822 2022-02-15 15:36:18 +08:00
Sunli b5e29bd590 Bump `Actix-web` from `4.0.0-beta.19` to `4.0.0-rc.2` 2022-02-06 16:22:54 +08:00
Sunli bf05607e84 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 7dfebf99fd Fix possible stack overflow in validator. 2022-01-28 09:46:14 +08:00
Sunli 334b6efe99 Add `skip_input` attribute to `InputObject` macro, `skip_output` attribute to `SimpleObject` macro. #797 2022-01-26 17:54:24 +08:00
Sunli 96cfe5cc5c Update CHANGELOG.md 2022-01-25 09:28:04 +08:00