Commit Graph

752 Commits

Author SHA1 Message Date
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
Sunli
9510160432 Add OutputJson type #203 2020-07-08 14:44:57 +08:00
Rob Gilson
aab0bb157c
Add Serialize and Deserialize to ID
This should allow types containing IDs to be serialized (eg. for saving to a database).
2020-07-08 01:58:46 -04:00
Sunli
6b3dbf6ac8 Release 1.16.6
async-graphql@1.16.6
async-graphql-actix-web@1.16.6
async-graphql-derive@1.16.6
async-graphql-parser@1.16.6
async-graphql-tide@1.16.6
async-graphql-warp@1.16.6

Generated by cargo-workspaces
2020-07-08 08:26:41 +08:00
Sunli
2b17a5efbb Fix typo 2020-07-07 17:03:01 +08:00
Sunli
c0542382bc
Merge pull request #204 from Koxiaet/master
Document default values
2020-07-07 16:55:08 +08:00
Koxiaet
5a5257afef Document default values 2020-07-07 09:41:29 +01:00
Sunli
64b0ce2ddf
Merge pull request #202 from phated/master
Use FieldResult for data(), add data_unchecked() for panic
2020-07-07 10:38:06 +08:00
Blaine Bublitz
6ed3909a9a Use FieldResult for data(), add data_unchecked() for panic 2020-07-06 17:39:53 -07:00
Sunli
d208ed2860
Merge pull request #199 from Danue1/master
Add a specification to implement the interface to the interface.
2020-07-05 11:15:01 +08:00
Danuel
67251faed7 Add a specification to implement the interface to the interface. 2020-07-05 01:35:25 +09:00
Sunli
0e4cf86884 Release 1.16.5
async-graphql@1.16.5
async-graphql-derive@1.16.5

Generated by cargo-workspaces
2020-07-03 09:45:12 +08:00
Sunli
942657a7ec Turn off some warnings in code generated. 2020-07-03 09:41:26 +08:00
Sunli
7ebdb9d092 Release 1.16.4
async-graphql@1.16.4
async-graphql-actix-web@1.16.4
async-graphql-derive@1.16.4
async-graphql-tide@1.16.4
async-graphql-warp@1.16.4

Generated by cargo-workspaces
2020-07-02 10:29:52 +08:00
Sunli
98e431fed0 Correct handling of raw identifiers #195 2020-07-02 10:25:20 +08:00