Commit Graph

875 Commits

Author SHA1 Message Date
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
Sunli
47174966fb Add directive @ifdef 2020-08-06 14:52:54 +08:00
Sunli
961a6e54ba Merge pull request #226 from QuentinPerez/docs
InputValueValidator: impl for MustBeZero
2020-08-04 13:39:29 +08:00
Sunli
6862d255ab Release 1.17.2 2020-08-04 13:37:43 +08:00
Sunli
1fa2543c87 Release 1.17.1
async-graphql@1.17.1
async-graphql-actix-web@1.17.1
async-graphql-derive@1.17.1
async-graphql-parser@1.17.1
async-graphql-tide@1.17.1
async-graphql-warp@1.17.1
chat@1.17.1
graphql-benchmark@1.17.1
simple@1.17.1

Generated by cargo-workspaces
2020-08-04 13:34:36 +08:00
Quentin Perez
e2aa14c1ad InputValueValidator: impl for MustBeZero 2020-08-03 14:43:15 +02:00
Sunli
56cbba8c5b Release 1.17.0
async-graphql@1.17.0
async-graphql-actix-web@1.17.0
async-graphql-derive@1.17.0
async-graphql-tide@1.17.0
async-graphql-warp@1.17.0

Generated by cargo-workspaces
2020-08-02 11:48:25 +08:00
Sunli
aa3293b65c Add support for query execution over websocket. 2020-07-31 11:30:57 +08:00
Sunli
2cf350a5c8 Removes code about streaming requests. 2020-07-31 10:10:03 +08:00
Sunli
d06073fc77 Release 1.16.15
async-graphql@1.16.15

Generated by cargo-workspaces
2020-07-30 09:46:46 +08:00
Sunli
0d8283de39 Merge branch 'master' of github.com:async-graphql/async-graphql 2020-07-30 09:45:50 +08:00
Sunli
503339f504 InputValueValidator::is_valid function now returns the Result type. #221 2020-07-30 09:43:51 +08:00
Sunli
b7ad1ded91 Export serde_json::Number as async_graphql::Number. 2020-07-30 09:30:57 +08:00
Sunli
c0ad65aafc Update input_value_validators.md 2020-07-30 09:29:07 +08:00
Sunli
6afee1730c Merge pull request #220 from olanod/patch-1
Update input_value_validators.md
2020-07-30 09:27:37 +08:00
Daniel Olano
30c8eb0ea6 Update input_value_validators.md
Typo?
2020-07-29 19:37:52 +02:00
Sunli
cbba2b9347 Release 1.16.14
async-graphql@1.16.14
async-graphql-parser@1.16.14

Generated by cargo-workspaces
2020-07-29 09:44:46 +08:00
Sunli
2dc61013be Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
Sunli
01233a9c28 Release 1.16.13
async-graphql@1.16.13
async-graphql-parser@1.16.13

Generated by cargo-workspaces
2020-07-24 16:56:17 +08:00
Sunli
a2aa731fe4 Use log crate instead of xlog because xlog still needs to be perfected. #217 2020-07-24 16:55:46 +08:00
Nicolai Unrein
74286b912e add tests for overflowing int and float 2020-07-22 14:24:09 +02:00
Sunli
3f4ed0ed8e Fixed panic issue caused by integer and float parsing.. #215 2020-07-22 09:51:42 +08:00
Sunli
b8ae062f90 Release 1.16.12
async-graphql@1.16.12
async-graphql-tide@1.16.12

Generated by cargo-workspaces
2020-07-20 10:42:17 +08:00
Sunli
35ff7e2b5b Merge pull request #213 from TsumiNa/update_async_graphql_tide
Update async_graphql_tide to support tide-0.12.0
2020-07-20 00:06:52 +08:00
TsumiNa
3c645b9977 update async_graphql_tide to support tide-0.12.0 2020-07-19 19:20:00 +09:00
Sunli
5cffc19a45 Release 1.16.11
async-graphql@1.16.11
async-graphql-parser@1.16.11

Generated by cargo-workspaces
2020-07-17 11:10:33 +08:00
Sunli
ea7dc516a5 Update Cargo.toml 2020-07-17 11:10:00 +08:00
Sunli
2e1c4cefbb Release 1.16.10
async-graphql@1.16.10
async-graphql-actix-web@1.16.10
async-graphql-derive@1.16.10
async-graphql-parser@1.16.10
async-graphql-tide@1.16.10
async-graphql-warp@1.16.10

Generated by cargo-workspaces
2020-07-17 10:15:25 +08:00