Commit Graph

671 Commits

Author SHA1 Message Date
Sunli
c05127bb3e Remove connection::DataSource 2020-06-15 12:06:15 +08:00
Sunli
1124124099 Release 1.15.10
async-graphql@1.15.10
async-graphql-derive@1.15.10

Generated by cargo-workspaces
2020-06-15 09:29:06 +08:00
Sunli
c0f62cbf03 Update integers.rs 2020-06-15 09:26:43 +08:00
Sunli
59bda8323f
Merge pull request #175 from MidasLamb/scalar-for-u32
Added u32 as ScalarType
2020-06-15 09:18:24 +08:00
Midas Lambrichts
fb4b5f470b Added u32 as ScalarType 2020-06-14 22:13:45 +02:00
Sunli
c2b4f9b8cc Release 1.15.8
async-graphql@1.15.8

Generated by cargo-workspaces
2020-06-13 22:15:51 +08:00
Sunli
09a6eb4944 Extension::Logger now provides more comprehensive error information. 2020-06-13 22:14:47 +08:00
Sunli
12e8cf4bce Release 1.15.7
async-graphql@1.15.7
async-graphql-derive@1.15.7

Generated by cargo-workspaces
2020-06-13 10:47:57 +08:00
Sunli
8ea34e8bcf Add Querybuilder::query_source function. #174 2020-06-13 09:09:44 +08:00
Sunli
32ced9b89b Release 1.15.6
async-graphql@1.15.6
async-graphql-derive@1.15.6

Generated by cargo-workspaces
2020-06-12 10:06:29 +08:00
Sunli
c82a729392 Fix typo 2020-06-12 09:55:20 +08:00
Sunli
230a6c9c30
Merge pull request #171 from mwilliammyers/fix/allow-unused-parens
Add allow(unused_braces, unused_parens) attribute
2020-06-12 09:40:20 +08:00
Sunli
b5684a8b5d
Merge pull request #170 from bryanburgers/missing-nullable-variable-allowed
Allow vars to be missing when def is nullable
2020-06-12 09:35:36 +08:00
William Myers
76a0f66751
Add allow(unused_braces, unused_parens) attribute
This fixes false positive warnings for the stable compiler.
2020-06-11 14:36:38 -06:00
Bryan Burgers
81c7683e4d Allow vars to be missing when def is nullable
Allow variables to be missing when the associated variable definition is
nullable (in which case we use `null` as the default).

This fixes queries like

```graphql
query Test($var: Int) {
    test(var: $var)
}
```

```json
{}
```

which appear to be allowed according to the GraphQL spec.
2020-06-11 10:00:47 -05:00
Sunli
2e9557ff1c Release 1.15.5
async-graphql@1.15.5
async-graphql-derive@1.15.5

Generated by cargo-workspaces
2020-06-11 15:09:59 +08:00
Sunli
538b7e0646 Add GQLInterface and GQLUnion 2020-06-11 15:08:51 +08:00
Sunli
5cf034a7c1 Release 1.15.4
async-graphql@1.15.4
async-graphql-derive@1.15.4

Generated by cargo-workspaces
2020-06-11 11:27:57 +08:00
Sunli
9281fcbb5a Merge branch 'master' of github.com:async-graphql/async-graphql 2020-06-11 11:23:34 +08:00
Sunli
b605846822 Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164
use `proc_macro_derive` to solve the problem that Enum, InputObject, and SimpleObject do not support the #cfg attribute.
2020-06-11 11:23:23 +08:00
Sunli
de6cb331db Release 1.15.3
async-graphql@1.15.3

Generated by cargo-workspaces
2020-06-10 10:21:48 +08:00
Sunli
2877e13043 Merge branch 'master' of https://github.com/async-graphql/async-graphql 2020-06-10 10:21:15 +08:00
Sunli
37d6a97d22 Bump bson to 1.0.0 2020-06-10 10:21:08 +08:00
sunli
4af1e4d2ed Release 1.15.2
async-graphql@1.15.2

Generated by cargo-workspaces
2020-06-09 21:23:09 +08:00
Coenen Benjamin
8d5ad9d484
Update name of scalar DateTime to DateTimeUtc (#166)
* Update name of scalar DateTime to DateTimeUtc
2020-06-09 21:18:23 +08:00
Sunli
0c6f4a3017 Release 1.15.1
async-graphql@1.15.1

Generated by cargo-workspaces
2020-06-09 18:45:44 +08:00
Sunli
0b363dc167 Fix slice support #165 2020-06-09 18:45:22 +08:00
Sunli
5f1165dd3b Release 1.15.0
async-graphql@1.15.0
async-graphql-tide@1.15.0

Generated by cargo-workspaces
2020-06-08 11:19:43 +08:00
Sunli
6a4ba16317 Update async-graphql-tide for tide 0.10.0 2020-06-08 11:18:32 +08:00
Sunli
af2cfcc20d
Merge pull request #163 from mwilliammyers/docs/into_read
Add docs about into_read being blocking
2020-06-08 10:46:13 +08:00
William Myers
53e5467eb4
Add docs about into_read being blocking
Addresses #151
2020-06-07 20:44:01 -06:00
Sunli
e723aa0733 Release 1.14.21
async-graphql@1.14.21
async-graphql-derive@1.14.21

Generated by cargo-workspaces
2020-06-08 10:42:11 +08:00
Sunli
0682334fdb
Merge pull request #162 from mwilliammyers/refactor/check_reserved_name
Remove check_reserved_name
2020-06-08 10:39:55 +08:00
William Myers
afd28d8846
Remove check_reserved_name
This allows types to end in Connection or be named PageInfo.

Addresses #126
2020-06-07 20:30:40 -06:00
sunli
215922ee1f Release 1.14.20
async-graphql@1.14.20
async-graphql-derive@1.14.20
async-graphql-warp@1.14.20

Generated by cargo-workspaces
2020-06-07 16:33:17 +08:00
sunli
06298ba4f4 Fix upload seems broken in the new version. #160 2020-06-07 16:32:05 +08:00
Sunli
443a370a1d
Merge pull request #159 from iancormac84/bson-upgrade
Upgrade bson crate.
2020-06-07 09:15:37 +08:00
iancormac84
8a76ebc44a Upgrade bson crate. 2020-06-06 12:38:15 -04:00
Sunli
aa1b2b61cc Fix Subscription panics when unsubscribing from exhausted stream #157 2020-06-06 19:58:36 +08:00
Sunli
83dd79dcae Rustfmt 2020-06-06 15:48:21 +08:00
Sunli
2c569d25f3 Rustfmt 2020-06-06 12:41:17 +08:00
Sunli
9ccb86d5cc Update Cargo.toml 2020-06-06 12:17:20 +08:00
Sunli
b7a824700b Update subscription.rs 2020-06-06 12:06:09 +08:00
Sunli
7efeeb543b Release 1.14.19
async-graphql@1.14.19
async-graphql-derive@1.14.19

Generated by cargo-workspaces
2020-06-06 11:49:56 +08:00
Sunli
f59d9f080f Add tests for feature attribute 2020-06-06 11:49:29 +08:00
Sunli
c978668f6b Release 1.14.18
async-graphql@1.14.18

Generated by cargo-workspaces
2020-06-06 10:30:32 +08:00
Sunli
c3f3e20105 Update playground_source.rs 2020-06-06 10:30:14 +08:00
Sunli
53ca620f7e Release 1.14.17
async-graphql@1.14.17

Generated by cargo-workspaces
2020-06-06 10:10:28 +08:00
Sunli
3292b068c2 Clippy cleanup 2020-06-06 10:10:10 +08:00
Sunli
a845cfed03 Release 1.14.16
async-graphql@1.14.16
async-graphql-derive@1.14.16

Generated by cargo-workspaces
2020-06-06 09:58:43 +08:00