Commit Graph

1719 Commits

Author SHA1 Message Date
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
Sunli
03ad6e45e5 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
Sunli
2733a6b2db Update CHANGELOG.md 2021-09-17 10:26:10 +08:00
Sunli
ee0e917813 Implement ScalarType for HashMap/BTreeMap to use ToString/FromStr. #585 2021-09-17 09:17:47 +08:00
Sunli
296a59225e Implement GraphQL enum to Value conversion. #617 2021-09-17 09:02:09 +08:00
Sunli
e342610d29 Add feature gate websocket for async-graphql-tide. 2021-09-17 08:40:28 +08:00
Sunli
024a143f11 Add support for graphql-ws pings. #635 2021-09-16 21:10:39 +08:00
Sunli
49db61cec1 Merge pull request #630 from cptrodgers/add-doc-for-validator-with-extension
Add document for Input Validator with Extensions
2021-09-12 13:33:10 +08:00
Rodgers
3bc4aa19bb Add document for Input Validator with Extensions 2021-09-11 23:31:43 +07:00