Commit Graph

802 Commits

Author SHA1 Message Date
Koxiaet
02f7a5fbbc Remove dependency on serde_derive, satisfy Clippy, improve docs 2020-08-31 19:18:02 +01:00
Sunli
e8383550ba Release 1.17.14
async-graphql@1.17.14

Generated by cargo-workspaces
2020-08-31 16:13:40 +08:00
Sunli
40d19f2f58 Add DateTime<Local> scalar.
Fixed compile problem with `v1.48-nightly`.
2020-08-31 16:12:12 +08:00
Sunli
1856b57f7b Release 1.17.13
async-graphql@1.17.13

Generated by cargo-workspaces
2020-08-31 15:41:19 +08:00
Sunli
0c4f8e5c16 Clippy clean 2020-08-31 15:40:44 +08:00
Sunli
78d3885a67 Cargo fmt --all 2020-08-31 15:35:53 +08:00
Sunli
140349de3e Merge pull request #250 from D1plo1d/tracing
Tracing Extension: Default Implementation + More Filtering + Better Readability
2020-08-31 15:35:17 +08:00
D1plo1d
7f7397650a Added async_graphql::graphql tracing namespace 2020-08-30 21:11:43 -04:00
D1plo1d
5a6c77ba9d Refactored tracing extension to allow better span and event filtering and improve signal to noise 2020-08-30 21:01:53 -04:00
D1plo1d
c675b929d3 Added Default to tracing extension 2020-08-30 16:32:14 -04:00
Sunli
4e3bb4aa40 Merge pull request #248 from hapcode/master
Add the DateTime<FixedOffset> scalar
2020-08-30 09:13:35 +08:00
Renat Sadykov
7567a47498 Add the DateTime<FixedOffset> scalar 2020-08-29 23:18:57 +03:00
Sunli
d5822309c7 Release 1.17.12
async-graphql@1.17.12

Generated by cargo-workspaces
2020-08-29 08:45:34 +08:00
Sunli
036d2f3c03 Update Cargo.toml 2020-08-29 08:44:38 +08:00
Sunli
6a38057a22 Implements Default for Schema. 2020-08-28 14:19:35 +08:00
Sunli
ca5f91aee4 Update docs 2020-08-28 14:04:59 +08:00
Sunli
4caae11ef5 Merge pull request #244 from leebenson/patch-1
Add subscription merging to docs
2020-08-27 21:17:09 +08:00
Lee Benson
221163b3dd Merge pull request #1 from leebenson/patch-2
Update SUMMARY.md
2020-08-27 11:04:11 +01:00
Lee Benson
ec43ab1884 Update SUMMARY.md 2020-08-27 11:02:28 +01:00
Lee Benson
83ffa59184 Update merging_objects.md
Add subscription merging
2020-08-27 11:01:39 +01:00
Sunli
265845ceca Release 1.17.11
async-graphql@1.17.11
async-graphql-derive@1.17.11

Generated by cargo-workspaces
2020-08-27 15:38:13 +08:00
Sunli
c35eecd90d Merge subscriptions #243 2020-08-27 15:35:48 +08:00
Sunli
904aef12bd Release 1.17.10
async-graphql@1.17.10
async-graphql-derive@1.17.10

Generated by cargo-workspaces
2020-08-17 21:50:42 +08:00
Sunli
a0148675c8 Add support for mut field args. 2020-08-17 21:48:53 +08:00
Sunli
3271b7ab5d Release 1.17.9
async-graphql@1.17.9
async-graphql-tide@1.17.9

Generated by cargo-workspaces
2020-08-16 10:54:17 +08:00
Sunli
f58d6a005b Change closure type from Fn to FnOnce. 2020-08-16 10:53:55 +08:00
Sunli
8431c3a3d8 Rename SubscriptionTransport to ConnectionTransport. #240 2020-08-15 08:47:45 +08:00
Sunli
87f1edddb6 Release 1.17.8
async-graphql@1.17.8

Generated by cargo-workspaces
2020-08-14 15:30:55 +08:00
Sunli
8c272127ea Add scalar type for NaiveDateTime. #237 2020-08-14 15:28:42 +08:00
Sunli
4e8bd65b34 Fix send data with 'complete' WebSocket message. #238 2020-08-14 15:21:10 +08:00
Sunli
28d2041824 Add GQLMergedObject to docs/zh_CN 2020-08-11 11:42:19 +08:00
Sunli
adea9ae2ff Merge pull request #236 from D1plo1d/merged-object-docs
Add GQLMergedObject to docs
2020-08-11 11:35:21 +08:00
D1plo1d
84b16f5e36 Add GQLMergedObject to docs 2020-08-10 23:21:15 -04:00
Sunli
caedc4d783 Update test for MergedObject. 2020-08-11 09:37:33 +08:00
Sunli
3897060bbe Release 1.17.7 2020-08-10 19:43:42 +08:00
Sunli
6bf9718225 Update docs 2020-08-10 14:57:45 +08:00
Sunli
9dfe6fa365 Release 1.17.6
async-graphql@1.17.6
async-graphql-derive@1.17.6

Generated by cargo-workspaces
2020-08-10 14:15:50 +08:00
Sunli
2a62c56104 Add derive macro GQLMergeObject. #231 2020-08-10 14:11:46 +08:00
Sunli
5df519047e Update book 2020-08-10 13:01:49 +08:00
Sunli
80820f1db9 Merge pull request #233 from AlaaZorkane/patch-1
fix(docs): missing comment hashtag
2020-08-10 10:56:26 +08:00
Alaa Zorkane
630768a751 fix(docs): missing comment hashtag 2020-08-10 03:54:22 +01:00
Sunli
0eeb23d99c Release 1.17.5
async-graphql@1.17.5
async-graphql-derive@1.17.5

Generated by cargo-workspaces
2020-08-10 10:53:42 +08:00
Sunli
b0403f4e99 Add Default impl for MergedObject. #231 2020-08-10 10:47:30 +08:00
Sunli
a46e93a0c4 Release 1.17.4
async-graphql@1.17.4
async-graphql-derive@1.17.4
async-graphql-tide@1.17.4

Generated by cargo-workspaces
2020-08-09 15:05:56 +08:00
Sunli
4b6bb38e83 Add MergedObject type. #231 2020-08-09 15:03:10 +08:00
Sunli
267ed9b89a Merge pull request #232 from MidasLamb/array_with_capacity
3% speedup in chat run by allocating vector up front
2020-08-08 22:52:12 +08:00
Midas Lambrichts
db904b623b 3% speedup in chat run by allocating vector up front 2020-08-08 13:36:14 +02:00
Sunli
43d860b47b Merge pull request #230 from sync/feature/update-tide
Update tide
2020-08-08 09:44:20 +08:00
Anthony Mittaz
a85e3c5d1d Update tide 2020-08-07 17:32:03 +10:00
Sunli
66d0d9f62d Release 1.17.3
async-graphql@1.17.3
async-graphql-actix-web@1.17.3
async-graphql-derive@1.17.3
async-graphql-parser@1.17.3
async-graphql-tide@1.17.3
async-graphql-warp@1.17.3
chat@1.17.3
graphql-benchmark@1.17.3
simple@1.17.3

Generated by cargo-workspaces
2020-08-06 14:54:22 +08:00