Commit Graph

1352 Commits

Author SHA1 Message Date
Taiki Endo
4a78b0460d Update subscription.md 2021-03-09 22:34:29 +09:00
Sunli
508981acfd Release 2.5.12
async-graphql@2.5.12
async-graphql-actix-web@2.5.12
async-graphql-derive@2.5.12
async-graphql-tide@2.5.12
async-graphql-warp@2.5.12

Generated by cargo-workspaces
2021-03-09 18:27:52 +08:00
Sunli
3128036630 Update CHANGELOG.md 2021-03-09 18:25:39 +08:00
Sunli
a51abb7284 Add SchemaBuilder::override_name method. #437 2021-03-09 18:07:18 +08:00
Sunli
1e9771a17f Add extends attribute for derive macros Subscription and MergedSubscription. 2021-03-09 15:12:14 +08:00
Sunli
6b21f63817 Export subscription type to Federation SDL. 2021-03-09 14:54:54 +08:00
Sunli
3f913651b1 Remove unnecessary Box from WebSocket messages. 2021-03-09 12:07:12 +08:00
Sunli
382e7585ab Release 2.5.11
async-graphql@2.5.11
async-graphql-actix-web@2.5.11
async-graphql-tide@2.5.11
async-graphql-warp@2.5.11

Generated by cargo-workspaces
2021-03-07 16:38:40 +08:00
Sunli
97d5097b10 Execute _entity requests in parallel. #431 2021-03-07 16:37:34 +08:00
Sunli
e7798dbeac
Merge pull request #434 from taiki-e/sdl-format
Fix format of InputObject in SDL
2021-03-07 15:58:48 +08:00
Sunli
a94c84ca6d
Merge pull request #433 from taiki-e/docs-apollo_tracing
Update apollo_tracing.md
2021-03-07 15:57:46 +08:00
Taiki Endo
cb03ec23b8 Fix format of InputObject in SDL 2021-03-07 15:35:47 +09:00
Taiki Endo
f1b82a7b56 Update apollo_tracing.md 2021-03-06 22:22:28 +09:00
Sunli
0867eb877c Release 2.5.10
async-graphql@2.5.10
async-graphql-actix-web@2.5.10
async-graphql-derive@2.5.10
async-graphql-tide@2.5.10
async-graphql-warp@2.5.10

Generated by cargo-workspaces
2021-03-06 08:39:28 +08:00
Sunli
32ab16f076 Add descriptions for the exported Federation SDL. 2021-03-06 08:38:19 +08:00
Sunli
1e6ae23cd8 Add test for Federation entity lookup with DataLoader. 2021-03-06 08:21:44 +08:00
Sunli
23e736422f Update books. 2021-03-04 12:13:08 +08:00
Sunli
938bf83768
Merge pull request #429 from zicklag/master
Improve Resolver Method Return Type Error
2021-03-03 10:51:43 +08:00
Zicklag
22e3a6eb40 Improve Resolver Method Return Type Error 2021-03-02 12:45:07 -06:00
Sunli
6b3d445c60 Release 2.5.9
async-graphql@2.5.9
async-graphql-actix-web@2.5.9
async-graphql-derive@2.5.9
async-graphql-parser@2.5.9
async-graphql-tide@2.5.9
async-graphql-value@2.5.9
async-graphql-warp@2.5.9

Generated by cargo-workspaces
2021-02-28 09:42:39 +08:00
Sunli
c48d5ff0a0 Update changelog 2021-02-28 09:42:13 +08:00
Sunli
69341df41e Moved Variables from async_graphql::context::Variables to
`async_graphql::Variables`.
2021-02-28 09:37:42 +08:00
Sunli
103b1cf83e Release 2.5.8
async-graphql@2.5.8
async-graphql-actix-web@2.5.8
async-graphql-derive@2.5.8
async-graphql-tide@2.5.8
async-graphql-warp@2.5.8

Generated by cargo-workspaces
2021-02-27 12:00:40 +08:00
Sunli
baa837f2ca Allow the deprecation attribute to have no reason. 2021-02-27 11:59:58 +08:00
Sunli
1dd3c7589f Clippy clean 2021-02-26 20:05:09 +08:00
Sunli
60d4eb5394 Improve the performance of introspection queries. 2021-02-24 12:06:11 +08:00
Sunli
82fd94fbe0 Release 2.5.7
async-graphql@2.5.7
async-graphql-actix-web@2.5.7
async-graphql-tide@2.5.7
async-graphql-warp@2.5.7

Generated by cargo-workspaces
2021-02-23 23:07:51 +08:00
Sunli
221e4ff279 Fix the problem that the borrowing lifetime returned by the Context::data function is too small. 2021-02-23 23:05:08 +08:00
Sunli
bfe5c155aa Release 2.5.6
async-graphql@2.5.6
async-graphql-actix-web@2.5.6
async-graphql-tide@2.5.6
async-graphql-warp@2.5.6

Generated by cargo-workspaces
2021-02-23 12:53:46 +08:00
Sunli
d580487c9f Update CHANGELOG.md 2021-02-23 12:53:25 +08:00
Sunli
cd8da606f2 When introspection is disabled, introspection related types are no longer registered. 2021-02-23 12:49:41 +08:00
Sunli
8ba56f3bf6 Release 2.5.5
async-graphql@2.5.5
async-graphql-actix-web@2.5.5
async-graphql-derive@2.5.5
async-graphql-parser@2.5.5
async-graphql-tide@2.5.5
async-graphql-warp@2.5.5

Generated by cargo-workspaces
2021-02-22 09:54:49 +08:00
Sunli
5645dc70f2 Update CHANGELOG.md 2021-02-22 09:54:26 +08:00
Sunli
cf7c4b1ac2 Update book. 2021-02-22 09:52:41 +08:00
Sunli
14a88cfa19 Add support for Federation nested keys. 2021-02-21 23:06:26 +08:00
Sunli
53122d5e07
Merge pull request #411 from puuuuh/master
Fix typo in multipart stream size limit calculations
2021-02-18 10:28:20 +08:00
Sunli
e7419178e4 Release 2.5.4
async-graphql@2.5.4
async-graphql-actix-web@2.5.4
async-graphql-derive@2.5.4
async-graphql-parser@2.5.4
async-graphql-tide@2.5.4
async-graphql-warp@2.5.4

Generated by cargo-workspaces
2021-02-15 09:29:44 +08:00
Sunli
2525200d08 Fixed the error that the directive locations FIELD_DEFINITION and ENUM_VALUE cannot be parsed. 2021-02-15 09:25:54 +08:00
puh
eabdf6a74a Fix typo in multipart stream size limit calculations 2021-02-13 21:50:17 +03:00
Sunli
d3e056f95c Release 2.5.3
async-graphql@2.5.3
async-graphql-actix-web@2.5.3
async-graphql-derive@2.5.3
async-graphql-parser@2.5.3
async-graphql-tide@2.5.3
async-graphql-warp@2.5.3

Generated by cargo-workspaces
2021-02-13 10:42:14 +08:00
Sunli
39b436cdd8 Enable CI for nightly 2021-02-13 09:59:18 +08:00
Sunli
f13a1b25ce Clippy clean 2021-02-13 09:55:53 +08:00
Sunli
bd3784e402 Rustfmt 2021-02-13 09:28:05 +08:00
Sunli
11437be271 Fixed getting "custom attribute panicked" message when using [#Object] helper. #409 2021-02-13 09:09:29 +08:00
Sunli
2a245cce26 Update book. 2021-02-06 16:38:45 +08:00
Sunli
1541e3322f
Update CHANGELOG.md 2021-02-06 13:19:22 +08:00
Sunli
d0cd08440c Release 2.5.2
async-graphql@2.5.2
async-graphql-actix-web@2.5.2
async-graphql-tide@2.5.2
async-graphql-warp@2.5.2

Generated by cargo-workspaces
2021-02-06 12:48:05 +08:00
Sunli
91b9970994 Disable CI for nightly 2021-02-06 12:22:32 +08:00
Sunli
550ecd9660 Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. #406 2021-02-06 11:02:41 +08:00
Sunli
8f4f32bae2 Fixed the bug that can accept subscription requests during the initialization of WebSocket. 2021-02-06 09:24:00 +08:00