Commit Graph

801 Commits

Author SHA1 Message Date
Sunli
48250f229d Release 1.17.14
async-graphql@1.17.14

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

Generated by cargo-workspaces
2020-08-31 15:41:19 +08:00
Sunli
56550bac23 Clippy clean 2020-08-31 15:40:44 +08:00
Sunli
ea379141a6 Cargo fmt --all 2020-08-31 15:35:53 +08:00
Sunli
0470ef5851
Merge pull request #250 from D1plo1d/tracing
Tracing Extension: Default Implementation + More Filtering + Better Readability
2020-08-31 15:35:17 +08:00
D1plo1d
895b075c77 Added async_graphql::graphql tracing namespace 2020-08-30 21:11:43 -04:00
D1plo1d
895dbfae7c Refactored tracing extension to allow better span and event filtering and improve signal to noise 2020-08-30 21:01:53 -04:00
D1plo1d
05b2473b52 Added Default to tracing extension 2020-08-30 16:32:14 -04:00
Sunli
dbaa5ec34f
Merge pull request #248 from hapcode/master
Add the DateTime<FixedOffset> scalar
2020-08-30 09:13:35 +08:00
Renat Sadykov
83261cef2a
Add the DateTime<FixedOffset> scalar 2020-08-29 23:18:57 +03:00
Sunli
53489c60bb Release 1.17.12
async-graphql@1.17.12

Generated by cargo-workspaces
2020-08-29 08:45:34 +08:00
Sunli
33f3806279 Update Cargo.toml 2020-08-29 08:44:38 +08:00
Sunli
80b2ff00c5 Implements Default for Schema. 2020-08-28 14:19:35 +08:00
Sunli
3a0ccd43a0 Update docs 2020-08-28 14:04:59 +08:00
Sunli
dada8e1aee
Merge pull request #244 from leebenson/patch-1
Add subscription merging to docs
2020-08-27 21:17:09 +08:00
Lee Benson
449e6fc4e8
Merge pull request #1 from leebenson/patch-2
Update SUMMARY.md
2020-08-27 11:04:11 +01:00
Lee Benson
3ab7ddb145
Update SUMMARY.md 2020-08-27 11:02:28 +01:00
Lee Benson
876e221cb7
Update merging_objects.md
Add subscription merging
2020-08-27 11:01:39 +01:00
Sunli
1ad2a32f44 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
7fef4e3dca Merge subscriptions #243 2020-08-27 15:35:48 +08:00
Sunli
1eff8d4ac4 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
01e3e85684 Add support for mut field args. 2020-08-17 21:48:53 +08:00
Sunli
c39f9e20ff 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
6563087ae3 Change closure type from Fn to FnOnce. 2020-08-16 10:53:55 +08:00
Sunli
2e5c256de9 Rename SubscriptionTransport to ConnectionTransport. #240 2020-08-15 08:47:45 +08:00
Sunli
37adf41024 Release 1.17.8
async-graphql@1.17.8

Generated by cargo-workspaces
2020-08-14 15:30:55 +08:00
Sunli
e596a27e05 Add scalar type for NaiveDateTime. #237 2020-08-14 15:28:42 +08:00
Sunli
fe336dd4d0 Fix send data with 'complete' WebSocket message. #238 2020-08-14 15:21:10 +08:00
Sunli
702869a1f2 Add GQLMergedObject to docs/zh_CN 2020-08-11 11:42:19 +08:00
Sunli
cf8427193f
Merge pull request #236 from D1plo1d/merged-object-docs
Add GQLMergedObject to docs
2020-08-11 11:35:21 +08:00
D1plo1d
cb18c60989 Add GQLMergedObject to docs 2020-08-10 23:21:15 -04:00
Sunli
db8eef875c Update test for MergedObject. 2020-08-11 09:37:33 +08:00
Sunli
db13529258 Release 1.17.7 2020-08-10 19:43:42 +08:00
Sunli
e8eac139b5 Update docs 2020-08-10 14:57:45 +08:00
Sunli
c4247fd495 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
d280a13b70 Add derive macro GQLMergeObject. #231 2020-08-10 14:11:46 +08:00
Sunli
b0bce9ec32 Update book 2020-08-10 13:01:49 +08:00
Sunli
0598157930
Merge pull request #233 from AlaaZorkane/patch-1
fix(docs): missing comment hashtag
2020-08-10 10:56:26 +08:00
Alaa Zorkane
3d179038f3
fix(docs): missing comment hashtag 2020-08-10 03:54:22 +01:00
Sunli
bd706fb174 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
d7248e149f Add Default impl for MergedObject. #231 2020-08-10 10:47:30 +08:00
Sunli
6744db6103 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
dd7c64fc7a Add MergedObject type. #231 2020-08-09 15:03:10 +08:00
Sunli
dabc1de9e7
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
ac9996e458 3% speedup in chat run by allocating vector up front 2020-08-08 13:36:14 +02:00
Sunli
751cedfb0b
Merge pull request #230 from sync/feature/update-tide
Update tide
2020-08-08 09:44:20 +08:00
Anthony Mittaz
e3bc4750f6 Update tide 2020-08-07 17:32:03 +10:00
Sunli
5cdb2a99b8 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
Sunli
a193a8e51a Add directive @ifdef 2020-08-06 14:52:54 +08:00