Commit Graph

1526 Commits

Author SHA1 Message Date
Sunli
a7478fc8e8 Release 2.9.3
async-graphql@2.9.3
async-graphql-actix-web@2.9.3
async-graphql-derive@2.9.3
async-graphql-parser@2.9.3
async-graphql-tide@2.9.3
async-graphql-value@2.9.3
async-graphql-warp@2.9.3

Generated by cargo-workspaces
2021-06-17 10:54:43 +08:00
Sunli
543ce408b0 Implement InputType and OutputType for [T; N] array. 2021-06-17 10:39:27 +08:00
Sunli
42a4ff13ed Update minimum supported Rust version to 1.51 2021-06-17 09:08:19 +08:00
Sunli
ec5c266d06 Update examples 2021-06-17 08:52:55 +08:00
Sunli
234aaced05 Merge pull request #545 from XiNiHa/master
Update rocket to 0.5.0-rc.1
2021-06-16 22:12:23 +08:00
Sunli
466bb5e582 Update CHANGELOG.md 2021-06-16 17:21:45 +08:00
Sunli
c7c7e3ad05 Remove the static constraint of the receive_body and receive_batch_body functions. #544 2021-06-16 17:20:41 +08:00
XiNiHa
6c15107ad4 Update rocket to 0.5.0-rc.1 2021-06-16 16:39:09 +09:00
Sunli
4256392091 Update CHANGELOG.md 2021-06-16 15:09:44 +08:00
Sunli
5691f6ca71 Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
Sunli
0ed444654d Update merged_object.rs 2021-06-16 11:28:15 +08:00
Sunli
b7b9abf40d Add serial attribute for SimpleObject and Object macros. #539 2021-06-15 08:53:26 +08:00
Sunli
6d28bffcce Merge pull request #516 from flisky/bson-2
feat: support bson v2.0.0-beta
2021-06-11 12:10:32 +08:00
Yin Jifeng
05edf40b39 feat: support bson v2.0.0-beta 2021-06-11 11:00:19 +08:00
Sunli
aa3bf842e0 Release 2.9.2
async-graphql@2.9.2
async-graphql-actix-web@2.9.2
async-graphql-derive@2.9.2
async-graphql-parser@2.9.2
async-graphql-tide@2.9.2
async-graphql-value@2.9.2
async-graphql-warp@2.9.2

Generated by cargo-workspaces
2021-06-10 10:22:53 +08:00
Sunli
5e0955b8e6 Update CHANGELOG.md 2021-06-10 10:18:30 +08:00
Sunli
f992e8ab94 Add the operation_name to Extension::execute method. 2021-06-10 10:17:33 +08:00
Sunli
9a7cfb72f5 Allow field guards to support paths. #536 2021-06-08 19:42:53 +08:00
Sunli
412f78211f Update test 2021-06-08 19:04:06 +08:00
Sunli
2e2ef28c44 Update CHANGELOG.md 2021-06-08 10:26:17 +08:00
Sunli
3163878937 Update CHANGELOG.md 2021-06-08 10:26:00 +08:00
Sunli
c8a2fa03f1 Release 2.9.1
async-graphql@2.9.1
async-graphql-actix-web@2.9.1
async-graphql-derive@2.9.1
async-graphql-parser@2.9.1
async-graphql-tide@2.9.1
async-graphql-value@2.9.1
async-graphql-warp@2.9.1

Generated by cargo-workspaces
2021-06-08 10:24:52 +08:00
Sunli
e7382bf549 Rework error propagation. #531 2021-06-08 10:05:30 +08:00
Sunli
a2d0e965f1 Update CHANGELOG.md 2021-06-07 14:38:32 +08:00
Sunli
606333e334 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
f53fe4111f Update CHANGELOG & Docs 2021-06-07 14:22:45 +08:00
Sunli
59ee28b634 Update tests 2021-06-07 14:12:28 +08:00
Sunli
588a7e40e8 Bump multer from v1.2.2 to v2.0.0 2021-06-07 14:07:53 +08:00
Sunli
e886e823b9 Clippy clean 2021-06-07 14:06:06 +08:00
Sunli
f8021c0fb5 Add support for returning multiple resolver errors. #531 2021-06-07 14:03:36 +08:00
Sunli
88a16f9426 Merge pull request #535 from oeed/master
Aligned NaiveDateTime formatting with DateTime
2021-06-05 11:02:29 +08:00
Oliver Cooper
aac62f1751 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
4c825afd64 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
535c0e82e4 Update changelog 2021-06-01 17:13:21 +08:00
Sunli
206a445b08 Update examples 2021-06-01 17:10:47 +08:00
Sunli
a06d418b8e 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
484a04b5db Removed Copy trait from initializer in graphql_subscription_with_data. 2021-05-31 14:53:00 +03:00
BratSinot
ede6c95e73 cargo fmt 2021-05-31 13:59:10 +03:00
BratSinot
2540e87158 WebSocket is now generic in graphql_subscription_upgrade functions. 2021-05-31 13:55:08 +03:00
Sunli
d82eb01cfd Update lib.rs 2021-05-29 22:36:01 +08:00
Sunli
e5d9706788 Merge pull request #523 from lichuan6/master
fix: typo then => than
2021-05-25 18:51:56 +08:00
Lichuan Shang
406de7c798 fix: typo then => than 2021-05-25 18:20:47 +08:00
Sunli
214c7c2f96 Merge pull request #517 from simplificAR/rocket
Update Rocket to latest commit on master
2021-05-21 13:32:48 +08:00
Daniel Wiesenberg
287d29a980 Update Rocket to latest commit on master 2021-05-20 11:59:51 +02:00
Daniel Wiesenberg
ff2e7e272d Point Rocket to repo with arangors included 2021-05-19 15:44:48 +02:00
Sunli
9439e4c942 Merge pull request #515 from flisky/fix-instrument
fix: call instrument span later
2021-05-19 11:12:27 +08:00
Sunli
08d674d3c2 Merge pull request #514 from flisky/fix-doc
doc: validator attribute under graphql macro
2021-05-19 10:58:08 +08:00
Yin Jifeng
f220a5d56e doc: validator attribute under graphql macro 2021-05-19 10:51:50 +08:00
Yin Jifeng
884c4a7aa4 fix: call instrument span later 2021-05-19 10:49:06 +08:00
Sunli
258a5e19a7 Update CHANGELOG.md 2021-05-18 10:03:26 +08:00