Commit Graph

1727 Commits

Author SHA1 Message Date
Sergey Sova
4dd0b21c78 upgrade actix to a v4.0 beta.10 2021-10-22 17:01:14 +03:00
Sunli
120bd43143 Update examples 2021-10-22 19:29:38 +08:00
Sunli
531712ef2e Update release.yml 2021-10-22 12:19:24 +08:00
Sunli
8da1440695 Update CHANGELOG.md 2021-10-22 10:44:41 +08:00
Sunli
7769adb012 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
0c2617a72a Update CHANGELOG.md 2021-10-22 10:38:29 +08:00
Sunli
c7e0330f0f 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
2bfbc56a46 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
bda4c17d70 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
b621cfe420 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
5f3dbda310 Add Bson<->JSON and Document<->JSONObject impls 2021-10-19 10:24:41 +02:00
Sunli
3393babdd8 Implement Default for ID #659 2021-10-16 22:24:46 +08:00
Sunli
a27913cbd0 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
4bf947244d Changed docs comment 2021-10-14 00:49:47 +09:00
smihica
5fd0561a3a Supported CharsMinLength and CharsMaxLength to count chars 2021-10-14 00:43:14 +09:00
smihica
cf74a6c5d2 Revert "Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len."
This reverts commit 431c15195e.
2021-10-14 00:33:20 +09:00
smihica
431c15195e Supported multibyte string in StringMinLength and StringMaxLength to count chars, not byte len. 2021-10-13 15:16:32 +09:00
root
ef22c48d28 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
5cba73a03e Update CHANGELOG.md 2021-10-12 17:56:48 +08:00
Sunli
dfec0718b3 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
5b5daa65ea Merge pull request #655 from Miaxos/visible
feat: add visible macro argument for union type
2021-10-12 09:52:01 +08:00
Miaxos
391d3d10e4 feat: add visible macro argument for union type 2021-10-11 21:54:50 +00:00
David Carpus
17d08bf375 Some grammer/spelling corrections. And one code sample fix 2021-10-08 12:49:02 -04:00
Sunli
172049bb25 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
586d11cfa1 docs(default_value): fix macro syntax error 2021-10-06 18:24:46 +02:00
Sunli
d8365bb553 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
ad8cf145d7 docs(context): add missing finish statement 2021-10-05 20:26:12 +02:00
Sunli
c2335c202e 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
e2ca31e1e8 docs(merging_objects): add missing structs in example 2021-10-03 16:58:13 +02:00
Sunli
526452b494 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
bd660ffe51 Update release.yml 2021-09-29 15:57:40 +08:00
Sunli
94d0c7f6d4 Update CHANGELOG 2021-09-29 15:57:15 +08:00
Sunli
bebf4132b5 Merge pull request #643 from oeed/master
Get selection fields from Lookahead
2021-09-28 12:04:26 +08:00
Oliver Cooper
af3eab1b57 Document selection_fields 2021-09-28 16:50:27 +13:00
Oliver Cooper
794b56a2ad Merge branch 'async-graphql:master' into master 2021-09-27 11:56:42 +13:00
Oliver Cooper
f5f3f25ed7 Get selection fields from Lookahead 2021-09-27 11:56:27 +13:00
Sunli
dc56f26cd2 Update CHANGELOG.md 2021-09-24 21:55:47 +08:00
Sunli
9dc3be78ac Add concrete names support for Object macro. #633 2021-09-24 21:00:17 +08:00
Sunli
73b30d4982 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
3f096a8e31 Update README.md 2021-09-24 11:20:47 +08:00
Sunli
0f8eb5a4c2 Update examples 2021-09-24 11:08:24 +08:00
Sunli
c3febc7ab1 Update book. #537 2021-09-24 10:55:08 +08:00
Sunli
23bcf4cdfd Change log level. #518 2021-09-24 10:54:52 +08:00
Sunli
c4e8d76c2a Bump Poem to 0.6.6
Bump Axum to `0.2.5`
2021-09-24 10:35:18 +08:00
Sunli
4740579ec9 Change the execution order of chain and race guards. #614 2021-09-24 10:30:46 +08:00
Sunli
923ed490de Add DataLoader::enable_all_cache and DataLoader::enable_cache methods. #642 2021-09-24 09:46:19 +08:00
Sunli
961571de91 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
a18b1e7afc 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
e07bd5a52e misc: add documentations for naive_time url and uuid 2021-09-20 13:54:30 +00:00
Miaxos
a83263249b misc: add documentation about the actix-v4 branch 2021-09-20 12:30:27 +00:00