Commit Graph

966 Commits

Author SHA1 Message Date
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
Sunli
efaccb47e0
Merge pull request #226 from QuentinPerez/docs
InputValueValidator: impl for MustBeZero
2020-08-04 13:39:29 +08:00
Sunli
5e92faf2a9 Release 1.17.2 2020-08-04 13:37:43 +08:00
Sunli
1634bcd7e0 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
5863ad2877
InputValueValidator: impl for MustBeZero 2020-08-03 14:43:15 +02:00
Sunli
41aa50eb0e 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
b67278eeec Add support for query execution over websocket. 2020-07-31 11:30:57 +08:00
Sunli
3d7594bac1 Removes code about streaming requests. 2020-07-31 10:10:03 +08:00
Sunli
9cba238a45 Release 1.16.15
async-graphql@1.16.15

Generated by cargo-workspaces
2020-07-30 09:46:46 +08:00
Sunli
6098c99914 Merge branch 'master' of github.com:async-graphql/async-graphql 2020-07-30 09:45:50 +08:00
Sunli
c22ff21b96 InputValueValidator::is_valid function now returns the Result type. #221 2020-07-30 09:43:51 +08:00
Sunli
72aaf288a5 Export serde_json::Number as async_graphql::Number. 2020-07-30 09:30:57 +08:00
Sunli
993b2499d7 Update input_value_validators.md 2020-07-30 09:29:07 +08:00
Sunli
8595cac0b4
Merge pull request #220 from olanod/patch-1
Update input_value_validators.md
2020-07-30 09:27:37 +08:00
Daniel Olano
c564c5d5f5
Update input_value_validators.md
Typo?
2020-07-29 19:37:52 +02:00
Sunli
248575f1d3 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
3395c00603 Replace Value::Int and Value::Float with Value::Number. 2020-07-29 09:42:52 +08:00
Sunli
f1a2c4428a 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
b8a887457d Use log crate instead of xlog because xlog still needs to be perfected. #217 2020-07-24 16:55:46 +08:00
Nicolai Unrein
eb04dcdf78 add tests for overflowing int and float 2020-07-22 14:24:09 +02:00
Sunli
23988675fe Fixed panic issue caused by integer and float parsing.. #215 2020-07-22 09:51:42 +08:00
Sunli
b60c57bc40 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
9e3f2debf3
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
27e5742407 update async_graphql_tide to support tide-0.12.0 2020-07-19 19:20:00 +09:00
Sunli
a7924bbc52 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
f9a62391b6 Update Cargo.toml 2020-07-17 11:10:00 +08:00
Sunli
96c9d1a8c8 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
Sunli
fcf9477fc2 Fix Federation schema throws error while using multiple Option inputs #211 2020-07-17 10:14:40 +08:00
Sunli
c7c4de94ed Replace log crate with xlog. 2020-07-15 18:05:24 +08:00
Sunli
3eb3e1441f Fix typo 2020-07-15 15:08:58 +08:00
Sunli
430bd7abf4 Release 1.16.9
async-graphql@1.16.9
async-graphql-tide@1.16.9

Generated by cargo-workspaces
2020-07-11 10:05:50 +08:00
Sunli
8992b681dc Fix input validator is ignored when using variable #207 2020-07-11 10:05:30 +08:00
Sunli
ec2916de95 Release 1.16.8
async-graphql@1.16.8

Generated by cargo-workspaces
2020-07-08 15:10:47 +08:00
Sunli
1da351a059
Merge pull request #206 from D1plo1d/patch-1
Add Serialize and Deserialize to ID
2020-07-08 15:10:01 +08:00
Sunli
268b45477c Release 1.16.7
async-graphql@1.16.7

Generated by cargo-workspaces
2020-07-08 15:07:04 +08:00
Sunli
741ec4d90a Update docs #205 2020-07-08 15:05:38 +08:00