Commit Graph

1328 Commits

Author SHA1 Message Date
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
Sunli
30d6a01adf Add subscription support for tide with tide-websockets. 2021-02-06 09:21:35 +08:00
Sunli
acb4d85996
Merge pull request #402 from zzy/master
Update Tide to v0.16
2021-01-30 15:40:36 +08:00
Sunli
b5bc6c1e8a Update examples 2021-01-30 15:40:01 +08:00
zzy
ac53e72b4d Update Tide to v0.16 2021-01-30 10:34:41 +08:00
Sunli
b1fb349299 Release 2.5.1
async-graphql@2.5.1
async-graphql-actix-web@2.5.1
async-graphql-tide@2.5.1
async-graphql-warp@2.5.1

Generated by cargo-workspaces
2021-01-20 11:19:46 +08:00
Sunli
b9fb1dab24 Fix tests. 2021-01-20 10:37:31 +08:00
Sunli
adb0c4ef3c Update examples 2021-01-20 10:15:37 +08:00
Sunli
11fa2e7ecb Bump Warp from 0.2.5 to 0.3.0 2021-01-20 10:05:09 +08:00
Sunli
28577d80a9
Merge pull request #395 from leebenson/leebenson/default_with
Book fix for `default_with`
2021-01-19 20:08:23 +08:00
Lee Benson
2d59fbed4a
Fix for default_with
Signed-off-by: Lee Benson <lee@leebenson.com>
2021-01-19 09:53:29 +00:00
Sunli
bce55dec08 Release 2.5.0
async-graphql@2.5.0
async-graphql-actix-web@2.5.0
async-graphql-derive@2.5.0
async-graphql-tide@2.5.0
async-graphql-warp@2.5.0

Generated by cargo-workspaces
2021-01-17 13:41:18 +08:00
Sunli
b163837357 Update examples 2021-01-17 10:04:33 +08:00
Sunli
43a8ad6859 Supports async websocket initializer. #393 2021-01-16 16:37:20 +08:00
Sunli
58b5c78a89 Update book. 2021-01-16 08:08:36 +08:00
Lee Benson
c9c62c7cad
generic objects (#390) 2021-01-15 22:07:29 +08:00
Sunli
5db4f844ea Update examples 2021-01-15 10:48:02 +08:00
Sunli
98ab15355d Release 2.4.11
async-graphql@2.4.11
async-graphql-actix-web@2.4.11
async-graphql-derive@2.4.11
async-graphql-tide@2.4.11
async-graphql-warp@2.4.11

Generated by cargo-workspaces
2021-01-15 10:31:36 +08:00
Sunli
879bcd6061 Add NewType derive macro. #388 2021-01-15 10:29:03 +08:00
Sunli
7cfeea40f3 Release 2.4.10
async-graphql@2.4.10
async-graphql-actix-web@2.4.10
async-graphql-derive@2.4.10
async-graphql-tide@2.4.10
async-graphql-warp@2.4.10
graphql-benchmark@2.4.10

Generated by cargo-workspaces
2021-01-14 19:23:37 +08:00
Sunli
a0ded06da8 Fix a bug that cause generic InputObject and SimpleObject is incorrect name. #387 2021-01-14 19:20:28 +08:00
Sunli
197fd88409 Update examples 2021-01-14 13:30:43 +08:00
Sunli
770ebf3eb5 Release 2.4.9
async-graphql@2.4.9
async-graphql-actix-web@2.4.9
async-graphql-derive@2.4.9
async-graphql-tide@2.4.9
async-graphql-warp@2.4.9
graphql-benchmark@2.4.9

Generated by cargo-workspaces
2021-01-14 13:17:16 +08:00
Sunli
7bda6333da Add support for generic SimpleObject. #387 2021-01-14 13:16:30 +08:00
Sunli
95e372e0d3 Add Send + Sync constraints for InputType, OutputType and SubscriptionType. 2021-01-14 12:41:59 +08:00