Commit Graph

752 Commits

Author SHA1 Message Date
Sunli
c4b292fe70 Release 1.16.3
async-graphql@1.16.3
async-graphql-derive@1.16.3

Generated by cargo-workspaces
2020-06-30 16:14:36 +08:00
Sunli
b61c002796 Fix Subscriptions issue: "multiple applicable items in scope" #194 2020-06-30 16:14:09 +08:00
Sunli
9f270d1d33 Release 1.16.2
async-graphql@1.16.2
async-graphql-derive@1.16.2
async-graphql-warp@1.16.2

Generated by cargo-workspaces
2020-06-30 08:12:25 +08:00
Sunli
4bf0173469
Merge pull request #193 from spacemeowx2/fix-warp
fix: warp subscription would deadloop when rx of websocket get an error.
2020-06-30 07:39:44 +08:00
Sunli
1421a02d28 Add #[allow(clippy::all, clippy::pedantic)] for all macros generated code. #192 2020-06-28 14:28:53 +08:00
Sunli
fac28071d2 Release 1.16.1
async-graphql@1.16.1
async-graphql-actix-web@1.16.1
async-graphql-derive@1.16.1
async-graphql-tide@1.16.1
async-graphql-warp@1.16.1

Generated by cargo-workspaces
2020-06-26 09:54:16 +08:00
Sunli
2ae421872d
Merge pull request #190 from phated/fix-derive-unwrap
Fix issue with unwrapping derive attributes
2020-06-26 09:50:06 +08:00
Blaine Bublitz
1c861ee80b Fix issue with unwrapping derive attributes 2020-06-25 13:54:13 -07:00
Sunli
ed3f0f1948 Use fully qualified paths in macro expansion #186 2020-06-24 14:04:48 +08:00
spacemeowx2
52599e2b00 fix: warp subscription would deadloop when rx of
websocket get an error.
2020-06-24 10:25:22 +08:00
Sunli
5a6d477626 Release 1.16.0
async-graphql@1.16.0
async-graphql-derive@1.16.0

Generated by cargo-workspaces
2020-06-23 14:43:57 +08:00
Sunli
c8409e1a00 Remove ref attribute for SimpleObject fields, and add owned attribute. 2020-06-23 14:42:57 +08:00
Sunli
6172887612 Fix typo 2020-06-22 15:59:53 +08:00
Sunli
d208342168 Release 1.15.15
async-graphql@1.15.15
async-graphql-derive@1.15.15

Generated by cargo-workspaces
2020-06-19 13:05:17 +08:00
Sunli
c6803c4b35 Update docs for federation #180 2020-06-19 13:03:17 +08:00
Sunli
cd5534c8a1 Update object.rs 2020-06-19 12:49:45 +08:00
Sunli
dede1edc93 Merge branch 'master' of github.com:async-graphql/async-graphql 2020-06-19 12:39:32 +08:00
Sunli
b24a94a3f5 Add support for extending an entity with computed fields (advanced) #180 2020-06-19 12:37:52 +08:00
Sunli
74fe708bf0
Merge pull request #181 from atsuhiro/fix-book#2
Fix sample code in the book
2020-06-19 10:18:05 +08:00
Atsuhiro Takahashi
9f8197e317 Fix sample code in the book. 2020-06-18 21:59:45 +09:00
Sunli
4cbd49474a Release 1.15.14
async-graphql@1.15.14

Generated by cargo-workspaces
2020-06-16 23:21:43 +08:00
Sunli
94e0971827 Update datetime.rs 2020-06-16 23:21:05 +08:00
Sunli
c6742e7f46 Release 1.15.13
async-graphql@1.15.13
async-graphql-tide@1.15.13

Generated by cargo-workspaces
2020-06-16 23:15:18 +08:00
Sunli
70de8890a3
Merge pull request #179 from zenlist/datetime_parse
Update date time parsing to support more formats
2020-06-16 10:11:20 +08:00
Jake Thompson
0a0fc03e8c
Update parsing to support more formats, this includes the JS standard format that is not compatible with the %+ time format 2020-06-16 01:46:20 +00:00
Sunli
ca4bd34207
Merge pull request #178 from phated/tide-0.11.0
Increase Tide to v0.11.0
2020-06-16 09:08:50 +08:00
Blaine Bublitz
aa42d270d8 Increase Tide to v0.11.0 2020-06-15 15:23:12 -07:00
Atsuhiro Takahashi
3fd22ae3a2
Fix sample code on Quickstart (#177)
Fix sample code on Quickstart #177
2020-06-15 21:07:38 +08:00
Sunli
064c136284 Release 1.15.12
async-graphql@1.15.12
async-graphql-derive@1.15.12

Generated by cargo-workspaces
2020-06-15 14:20:09 +08:00
Sunli
cda4498979 Remove all datasource-related code and update the documentation. 2020-06-15 14:17:19 +08:00
Sunli
c7eeec4ae8 Release 1.15.11
async-graphql@1.15.11

Generated by cargo-workspaces
2020-06-15 12:06:53 +08:00
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