Commit Graph

1726 Commits

Author SHA1 Message Date
Sunli
44cdc669c6 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
f5e3329e86 Implement InputType and OutputType for [T; N] array. 2021-06-17 10:39:27 +08:00
Sunli
a480b52df0 Update minimum supported Rust version to 1.51 2021-06-17 09:08:19 +08:00
Sunli
11297aa349 Update examples 2021-06-17 08:52:55 +08:00
Sunli
b253ae6285
Merge pull request #545 from XiNiHa/master
Update rocket to 0.5.0-rc.1
2021-06-16 22:12:23 +08:00
Sunli
29a4b51a4e Update CHANGELOG.md 2021-06-16 17:21:45 +08:00
Sunli
185e003fba Remove the static constraint of the receive_body and receive_batch_body functions. #544 2021-06-16 17:20:41 +08:00
XiNiHa
8fd1608381 Update rocket to 0.5.0-rc.1 2021-06-16 16:39:09 +09:00
Sunli
849fb58cec Update CHANGELOG.md 2021-06-16 15:09:44 +08:00
Sunli
19669c11f0 Add serial attribute for MergedObject macro. #539 2021-06-16 15:08:33 +08:00
Sunli
2c1e31b8a4 Update merged_object.rs 2021-06-16 11:28:15 +08:00
Sunli
eecf709a2c Add serial attribute for SimpleObject and Object macros. #539 2021-06-15 08:53:26 +08:00
Sunli
4869b1aae2
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
29593c6d45 feat: support bson v2.0.0-beta 2021-06-11 11:00:19 +08:00
Sunli
132f740399 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
ea10d1656d Update CHANGELOG.md 2021-06-10 10:18:30 +08:00
Sunli
8888897c51 Add the operation_name to Extension::execute method. 2021-06-10 10:17:33 +08:00
Sunli
4c98ad2c92 Allow field guards to support paths. #536 2021-06-08 19:42:53 +08:00
Sunli
6dcb15c945 Update test 2021-06-08 19:04:06 +08:00
Sunli
d22943cd03 Update CHANGELOG.md 2021-06-08 10:26:17 +08:00
Sunli
131309ef3f Update CHANGELOG.md 2021-06-08 10:26:00 +08:00
Sunli
d3d41c8c27 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
553bf37abe Rework error propagation. #531 2021-06-08 10:05:30 +08:00
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