Commit Graph

1703 Commits

Author SHA1 Message Date
Sunli
b15e421f1e Update CHANGELOG.md 2021-06-07 14:38:32 +08:00
Sunli
acaf245ed6 Release 2.9.0
async-graphql@2.9.0
async-graphql-actix-web@2.9.0
async-graphql-derive@2.9.0
async-graphql-parser@2.9.0
async-graphql-tide@2.9.0
async-graphql-warp@2.9.0

Generated by cargo-workspaces
2021-06-07 14:23:51 +08:00
Sunli
c48ab7f17a Update CHANGELOG & Docs 2021-06-07 14:22:45 +08:00
Sunli
e86e642d5a Update tests 2021-06-07 14:12:28 +08:00
Sunli
1086d279c3 Bump multer from v1.2.2 to v2.0.0 2021-06-07 14:07:53 +08:00
Sunli
577c7c5193 Clippy clean 2021-06-07 14:06:06 +08:00
Sunli
dfe8245894 Add support for returning multiple resolver errors. #531 2021-06-07 14:03:36 +08:00
Sunli
b9d142bba0
Merge pull request #535 from oeed/master
Aligned NaiveDateTime formatting with DateTime
2021-06-05 11:02:29 +08:00
Oliver Cooper
b6dcb02df8 Aligned NaiveDateTime formatting with DateTime
Fixes #526

Chrono uses `%Y-%m-%dT%H:%M:%S%.f%:z` for it's RCC3339 formatting implementation. See 3467172c31/src/format/mod.rs (L680)
2021-06-03 10:12:32 +12:00
Sunli
3ba803c79f Release 2.8.6
async-graphql@2.8.6
async-graphql-actix-web@2.8.6
async-graphql-tide@2.8.6
async-graphql-warp@2.8.6

Generated by cargo-workspaces
2021-06-01 17:14:21 +08:00
Sunli
170d05283d Update changelog 2021-06-01 17:13:21 +08:00
Sunli
9ee51dfc37 Update examples 2021-06-01 17:10:47 +08:00
Sunli
fbc2b98827
Merge pull request #530 from BratSinot/ws_stream_to_generic
WebSocket is now generic in graphql_subscription_upgrade functions.
2021-05-31 20:47:11 +08:00
BratSinot
89330f2589 Removed Copy trait from initializer in graphql_subscription_with_data. 2021-05-31 14:53:00 +03:00
BratSinot
5beb90127e cargo fmt 2021-05-31 13:59:10 +03:00
BratSinot
96e38c88fb WebSocket is now generic in graphql_subscription_upgrade functions. 2021-05-31 13:55:08 +03:00
Sunli
c32501e95a Update lib.rs 2021-05-29 22:36:01 +08:00
Sunli
7a28ce8015
Merge pull request #523 from lichuan6/master
fix: typo then => than
2021-05-25 18:51:56 +08:00
Lichuan Shang
0b7957dfea fix: typo then => than 2021-05-25 18:20:47 +08:00
Sunli
620fb274d5
Merge pull request #517 from simplificAR/rocket
Update Rocket to latest commit on master
2021-05-21 13:32:48 +08:00
Daniel Wiesenberg
e2848070e0
Update Rocket to latest commit on master 2021-05-20 11:59:51 +02:00
Daniel Wiesenberg
0bf9cf8e4a
Point Rocket to repo with arangors included 2021-05-19 15:44:48 +02:00
Sunli
74c42e5782
Merge pull request #515 from flisky/fix-instrument
fix: call instrument span later
2021-05-19 11:12:27 +08:00
Sunli
b656bdcc31
Merge pull request #514 from flisky/fix-doc
doc: validator attribute under graphql macro
2021-05-19 10:58:08 +08:00
Yin Jifeng
3d682a9b75 doc: validator attribute under graphql macro 2021-05-19 10:51:50 +08:00
Yin Jifeng
6d5393aa38 fix: call instrument span later 2021-05-19 10:49:06 +08:00
Sunli
78bb4da72f Update CHANGELOG.md 2021-05-18 10:03:26 +08:00
Sunli
86bd1dd307
Merge pull request #508 from oscartbeaumont/master
Allow the ability to set GraphQL Playground settings
2021-05-18 10:01:21 +08:00
Oscar Beaumont
32c81d1268 style:linted code 2021-05-18 03:27:50 +08:00
Sunli
10a645c8de Update book 2021-05-16 13:50:47 +08:00
Oscar Beaumont
21938bb363 Allow the ability to set GraphQL Playground settings 2021-05-14 15:16:23 +08:00
Sunli
a4d38edadf Update CHANGELOG.md 2021-05-11 19:17:16 +08:00
Sunli
181026551a Release 2.8.5
async-graphql@2.8.5
async-graphql-actix-web@2.8.5
async-graphql-derive@2.8.5
async-graphql-parser@2.8.5
async-graphql-tide@2.8.5
async-graphql-warp@2.8.5

Generated by cargo-workspaces
2021-05-11 19:16:36 +08:00
Sunli
1c4eed1a92 Update CHANGELOG.md 2021-05-11 15:30:04 +08:00
Sunli
8921d87f17
Merge pull request #504 from scott-rc/feat-secrecy
feat: Add secrecy crate feature
2021-05-11 15:26:29 +08:00
Scott Côté
e449373832 style: cargo fmt 2021-05-10 23:00:29 -04:00
Scott Côté
f221528ee5 feat: Add secrecy crate feature 2021-05-10 20:49:48 -04:00
Sunli
bdaea0f74d Update CHANGELOG.md 2021-05-08 14:11:56 +08:00
Sunli
81486980a5 Rustfmt 2021-05-08 14:10:59 +08:00
Sunli
6dd7245914
Merge pull request #501 from D1plo1d/feature/websocket-file-uploads
Added `Websocket::with_message_stream` for client message customization
2021-05-08 14:10:28 +08:00
Sunli
deeedf11a6 Clippy clean 2021-05-07 10:14:05 +08:00
D1plo1d
820751d126 feat: Websocket::with_message_stream added for developers to experiment with File Uploads over WebSockets 2021-05-06 20:08:28 -04:00
Sunli
e10ba3465a Update CHANGELOG.md 2021-05-06 16:45:43 +08:00
Sunli
bbf9b9bfb2 If InputObject contains an unnamed field, the correct error message will be given. #498 2021-05-06 16:44:36 +08:00
Sunli
37d77f653b
Merge pull request #496 from bram209/patch-1
Improve documentation of ComplexObject
2021-05-06 09:35:53 +08:00
Bram
d5730f1db1
Improve documentation of ComplexObject 2021-05-04 20:12:34 +02:00
Sunli
d537769c92 Update ci.yml 2021-04-23 16:09:23 +08:00
Sunli
0d464a5de9 Release 2.8.4
async-graphql@2.8.4
async-graphql-actix-web@2.8.4
async-graphql-derive@2.8.4
async-graphql-tide@2.8.4
async-graphql-warp@2.8.4

Generated by cargo-workspaces
2021-04-23 10:41:33 +08:00
Sunli
cdd13ea1be Fix the problem that the ComplexObject macro cannot work due to the secret attribute. 2021-04-23 10:25:00 +08:00
Sunli
00545b35e0
Merge pull request #485 from LiteLT/master
Add link to license files
2021-04-23 09:25:40 +08:00