Commit Graph

1726 Commits

Author SHA1 Message Date
Sunli
527aa8298a Update examples 2021-10-22 19:29:38 +08:00
Sunli
8bbd4cba27 Update release.yml 2021-10-22 12:19:24 +08:00
Sunli
5a82ae9c48 Update CHANGELOG.md 2021-10-22 10:44:41 +08:00
Sunli
84b2da29e9 Release 2.10.4
async-graphql@2.10.4
async-graphql-actix-web@2.10.4
async-graphql-axum@2.10.4
async-graphql-derive@2.10.4
async-graphql-parser@2.10.4
async-graphql-poem@2.10.4
async-graphql-rocket@2.10.4
async-graphql-tide@2.10.4
async-graphql-value@2.10.4
async-graphql-warp@2.10.4

Generated by cargo-workspaces
2021-10-22 10:39:19 +08:00
Sunli
2588143919 Update CHANGELOG.md 2021-10-22 10:38:29 +08:00
Sunli
11eda39cdc
Merge pull request #665 from OvermindDL1/fix-2021-Subscription-procmacro
Fix the `Subscription` procmacro to work on Rust 2021 by adding the missing required `dyn` keywords in the generated output
2021-10-22 10:22:57 +08:00
OvermindDL1
f57d72b348
Move the dyn placement in the Subscription macro to the type injection instead of in-place to allow for non-trait implementations (type aliases). 2021-10-21 10:54:07 -06:00
OvermindDL1
9cf85e5a85
Fix the Subscription procmacro to work on Rust 2021 by adding the missing required dyn keywords in the generated output 2021-10-21 10:35:03 -06:00
Sunli
fdbf33f1bd
Merge pull request #661 from IcanDivideBy0/bson_json
Add Bson<->JSON and Document<->JSONObject impls
2021-10-19 18:42:22 +08:00
Samuel Hurel
0f997b651d Add Bson<->JSON and Document<->JSONObject impls 2021-10-19 10:24:41 +02:00
Sunli
44812eeb1f Implement Default for ID #659 2021-10-16 22:24:46 +08:00
Sunli
d3ea9ced18
Merge pull request #656 from smihica/fix/text-length-validation-of-multibyte-string
Supported CharsMinLength and CharsMaxLength to limit multibyte characters properly
2021-10-14 23:06:58 +08:00
smihica
b4066d5f50 Changed docs comment 2021-10-14 00:49:47 +09:00
smihica
7d9de1c0f8 Supported CharsMinLength and CharsMaxLength to count chars 2021-10-14 00:43:14 +09:00
smihica
4c3e5905a7 Revert "Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len."
This reverts commit b4116cdcaa.
2021-10-14 00:33:20 +09:00
smihica
b4116cdcaa Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len. 2021-10-13 15:16:32 +09:00
root
f9a79baede Release 2.10.3
async-graphql@2.10.3
async-graphql-actix-web@2.10.3
async-graphql-axum@2.10.3
async-graphql-derive@2.10.3
async-graphql-parser@2.10.3
async-graphql-poem@2.10.3
async-graphql-rocket@2.10.3
async-graphql-tide@2.10.3
async-graphql-value@2.10.3
async-graphql-warp@2.10.3

Generated by cargo-workspaces
2021-10-12 18:22:48 +08:00
Sunli
cc813d0c9e Update CHANGELOG.md 2021-10-12 17:56:48 +08:00
Sunli
d195e0d185
Merge pull request #654 from DavidCarpus/master
Some grammer/spelling corrections. And one code sample fix
2021-10-12 16:49:35 +08:00
Sunli
0658f72807
Merge pull request #655 from Miaxos/visible
feat: add visible macro argument for union type
2021-10-12 09:52:01 +08:00
Miaxos
a3b7777516 feat: add visible macro argument for union type 2021-10-11 21:54:50 +00:00
David Carpus
1de3803bb5 Some grammer/spelling corrections. And one code sample fix 2021-10-08 12:49:02 -04:00
Sunli
c9c2fc630e
Merge pull request #651 from ecklf/docs-fix-default-value
docs(default_value): fix macro syntax error
2021-10-07 09:23:54 +08:00
ecklf
aba3c4031d
docs(default_value): fix macro syntax error 2021-10-06 18:24:46 +02:00
Sunli
6da4cda153
Merge pull request #649 from ecklf/docs-add-finish-statements
docs(context): add missing finish statement
2021-10-06 08:23:14 +08:00
ecklf
3ed1a2a2cf
docs(context): add missing finish statement 2021-10-05 20:26:12 +02:00
Sunli
987494fcc3
Merge pull request #646 from ecklf/patch-docs-merging-object
docs(merging_objects): add missing structs in example
2021-10-03 23:27:17 +08:00
ecklf
05eb27d976
docs(merging_objects): add missing structs in example 2021-10-03 16:58:13 +02:00
Sunli
cd9517f2ad Release 2.10.2
async-graphql@2.10.2
async-graphql-actix-web@2.10.2
async-graphql-axum@2.10.2
async-graphql-derive@2.10.2
async-graphql-parser@2.10.2
async-graphql-poem@2.10.2
async-graphql-rocket@2.10.2
async-graphql-tide@2.10.2
async-graphql-value@2.10.2
async-graphql-warp@2.10.2

Generated by cargo-workspaces
2021-09-29 16:01:42 +08:00
Sunli
3468fa09d9 Update release.yml 2021-09-29 15:57:40 +08:00
Sunli
abf173c102 Update CHANGELOG 2021-09-29 15:57:15 +08:00
Sunli
e863431e6d
Merge pull request #643 from oeed/master
Get selection fields from Lookahead
2021-09-28 12:04:26 +08:00
Oliver Cooper
bb74b2f46d Document selection_fields 2021-09-28 16:50:27 +13:00
Oliver Cooper
2725bb7b03
Merge branch 'async-graphql:master' into master 2021-09-27 11:56:42 +13:00
Oliver Cooper
258fda403b Get selection fields from Lookahead 2021-09-27 11:56:27 +13:00
Sunli
1f2b3f2a98 Update CHANGELOG.md 2021-09-24 21:55:47 +08:00
Sunli
9e69b40987 Add concrete names support for Object macro. #633 2021-09-24 21:00:17 +08:00
Sunli
c505f10442 Release 2.10.1
async-graphql@2.10.1
async-graphql-actix-web@2.10.1
async-graphql-axum@2.10.1
async-graphql-derive@2.10.1
async-graphql-parser@2.10.1
async-graphql-poem@2.10.1
async-graphql-tide@2.10.1
async-graphql-value@2.10.1
async-graphql-warp@2.10.1

Generated by cargo-workspaces
2021-09-24 11:22:24 +08:00
Sunli
2a5ca7aa25 Update README.md 2021-09-24 11:20:47 +08:00
Sunli
2ed40091b1 Update examples 2021-09-24 11:08:24 +08:00
Sunli
42ced55fb5 Update book. #537 2021-09-24 10:55:08 +08:00
Sunli
097c570c0b Change log level. #518 2021-09-24 10:54:52 +08:00
Sunli
8a60a4fa18 Bump Poem to 0.6.6
Bump Axum to `0.2.5`
2021-09-24 10:35:18 +08:00
Sunli
71b16ed534 Change the execution order of chain and race guards. #614 2021-09-24 10:30:46 +08:00
Sunli
7a464c15eb Add DataLoader::enable_all_cache and DataLoader::enable_cache methods. #642 2021-09-24 09:46:19 +08:00
Sunli
5d03592d98
Merge pull request #640 from Miaxos/misc-add-documentation-for-uuid
misc: add documentations for naive_time url and uuid
2021-09-21 22:04:10 +08:00
Sunli
6d31b61d5b
Merge pull request #639 from Miaxos/misc-add-documentation-about-actix-v4
misc: add documentation about the actix-v4 branch
2021-09-21 22:03:36 +08:00
Miaxos
bcb9981e56 misc: add documentations for naive_time url and uuid 2021-09-20 13:54:30 +00:00
Miaxos
9b466ad8e5 misc: add documentation about the actix-v4 branch 2021-09-20 12:30:27 +00:00
Sunli
28420abcf4 Release 2.10.0
async-graphql@2.10.0
async-graphql-actix-web@2.10.0
async-graphql-axum@2.10.0
async-graphql-derive@2.10.0
async-graphql-parser@2.10.0
async-graphql-poem@2.10.0
async-graphql-tide@2.10.0
async-graphql-value@2.10.0
async-graphql-warp@2.10.0

Generated by cargo-workspaces
2021-09-17 10:26:28 +08:00