Commit Graph

2312 Commits

Author SHA1 Message Date
Oscar Beaumont
df8f4f2791 feat: added min_password_strength validator 2021-12-30 13:53:22 +08:00
Sunli
b8431541c9 Release 3.0.19
async-graphql@3.0.19
async-graphql-actix-web@3.0.19
async-graphql-axum@3.0.19
async-graphql-derive@3.0.19
async-graphql-parser@3.0.19
async-graphql-poem@3.0.19
async-graphql-rocket@3.0.19
async-graphql-tide@3.0.19
async-graphql-value@3.0.19
async-graphql-warp@3.0.19

Generated by cargo-workspaces
2021-12-30 10:43:35 +08:00
Sunli
61d1486cd8 Clippy 2021-12-30 10:16:49 +08:00
Sunli
39bb6110e2 Merge pull request #768 from BratSinot/hashbrown
Add hashbrown HashMap/HashSet implementations for Input/Output type.
2021-12-30 10:05:28 +08:00
Sunli
934f6b9497 Bump actix-web from 4.0.0-beta.14 to 4.0.0-beta.18 2021-12-30 10:04:58 +08:00
Sunli
79c56894e8 Merge pull request #770 from PacoDu/fix-actix-http-payload-stream-deprecated
fix: upgrade actix-http to beta.17 and remove deprecated PayloadStream
2021-12-30 10:01:01 +08:00
Paco Dupont
aebea700c0 fix: upgrade actix-http to beta.17 and remove deprecated PayloadStream 2021-12-28 16:54:17 +01:00
BratSinot
c5d50e789f rustfmt 2021-12-28 13:06:57 +02:00
BratSinot
f5593a27e1 Update CHANGELOG. 2021-12-28 13:05:32 +02:00
BratSinot
97c56f1d76 Fix typo. 2021-12-28 12:30:11 +02:00
BratSinot
1ab7dd27e5 Remove some copy-paste. 2021-12-28 12:25:30 +02:00
BratSinot
4d37f4625d Add hashbrown HashMap/HashSet implementations for Input/Output type. 2021-12-28 12:11:40 +02:00
Sunli
7dbadf26c5 Release 3.0.18
async-graphql@3.0.18
async-graphql-actix-web@3.0.18
async-graphql-axum@3.0.18
async-graphql-derive@3.0.18
async-graphql-parser@3.0.18
async-graphql-poem@3.0.18
async-graphql-rocket@3.0.18
async-graphql-tide@3.0.18
async-graphql-value@3.0.18
async-graphql-warp@3.0.18

Generated by cargo-workspaces
2021-12-26 11:47:50 +08:00
Sunli
9f51772ad9 Fix field guards not working on ComplexObject. #767 2021-12-26 10:42:36 +08:00
Sunli
ed9cb80e94 Merge pull request #765 from Miaxos/fix-federation-empty-entity
fix: issue when empty with federation spec on _Entity node
2021-12-23 19:36:26 +08:00
Anthony Griffon
9a62a7c5ac fix: issue when empty with federation spec on _Entity node
Signed-off-by: Anthony Griffon <anthony@griffon.one>
2021-12-22 18:16:56 +01:00
Sunli
c818c77231 Merge pull request #761 from DoumanAsh/improve_builtin_regex_error
Improve regex validator error message to be descriptive
2021-12-21 18:46:09 +08:00
Douman
8d592b48ae Adjust fomrat for regex validator text 2021-12-21 14:36:13 +09:00
Douman
2d8b22ce65 Include regex within validator 2021-12-21 14:34:57 +09:00
Douman
988dcb7d21 Improve regex validator error message to be descriptive 2021-12-21 13:48:02 +09:00
Sunli
0dedc8dca2 Merge pull request #758 from oscartbeaumont/email-validator-pr
replace custom email validation with fast_chemail
2021-12-20 15:17:33 +08:00
Oscar Beaumont
6e0f803be5 replace custom email validation with fast_chemail 2021-12-19 20:50:10 +08:00
Sunli
da80518c89 Release 3.0.17
async-graphql@3.0.17
async-graphql-actix-web@3.0.17
async-graphql-axum@3.0.17
async-graphql-derive@3.0.17
async-graphql-parser@3.0.17
async-graphql-poem@3.0.17
async-graphql-rocket@3.0.17
async-graphql-tide@3.0.17
async-graphql-value@3.0.17
async-graphql-warp@3.0.17

Generated by cargo-workspaces
2021-12-17 10:01:24 +08:00
Sunli
da512e6624 Update examples 2021-12-17 09:50:23 +08:00
Sunli
5e6428ed18 Update CHANGELOG 2021-12-17 09:47:21 +08:00
Sunli
0943b583bd Merge pull request #755 from bradms/poem-error-fix
Fix compilation with change from poem 1.2.x
2021-12-17 09:46:02 +08:00
Brad Svercl
c54bfca599 Fix compilation with change from poem 1.2.x 2021-12-16 18:11:09 -06:00
Sunli
0ae21b9914 Release 3.0.16
async-graphql@3.0.16
async-graphql-actix-web@3.0.16
async-graphql-axum@3.0.16
async-graphql-poem@3.0.16
async-graphql-tide@3.0.16
async-graphql-warp@3.0.16

Generated by cargo-workspaces
2021-12-16 13:23:27 +08:00
Sunli
3e39673e49 Bump poem to 1.2.1 2021-12-16 12:56:11 +08:00
Sunli
33774efc08 Release 3.0.15
async-graphql@3.0.15
async-graphql-actix-web@3.0.15
async-graphql-axum@3.0.15
async-graphql-derive@3.0.15
async-graphql-parser@3.0.15
async-graphql-poem@3.0.15
async-graphql-rocket@3.0.15
async-graphql-tide@3.0.15
async-graphql-value@3.0.15
async-graphql-warp@3.0.15

Generated by cargo-workspaces
2021-12-12 10:12:20 +08:00
Sunli
f2fd221989 Update CHANGELOG.md 2021-12-12 10:12:05 +08:00
Sunli
23fd49a70b Bump actix-web from 4.0.0-beta.11 to 4.0.0-beta.14 2021-12-12 10:10:28 +08:00
Sunli
9cced48733 Update book 2021-12-09 20:20:51 +08:00
Sunli
d7c92a596a Release 3.0.14
async-graphql@3.0.14
async-graphql-actix-web@3.0.14
async-graphql-axum@3.0.14
async-graphql-derive@3.0.14
async-graphql-parser@3.0.14
async-graphql-poem@3.0.14
async-graphql-rocket@3.0.14
async-graphql-tide@3.0.14
async-graphql-value@3.0.14
async-graphql-warp@3.0.14

Generated by cargo-workspaces
2021-12-09 10:18:36 +08:00
Sunli
14edb25d99 Update book 2021-12-09 10:07:11 +08:00
Sunli
da2ae44dec Update CHANGELOG.md 2021-12-08 13:46:40 +08:00
Sunli
edf50e5df8 Update examples 2021-12-08 13:45:42 +08:00
Sunli
2948718c8d Merge pull request #742 from daly4/update-to-axum-v0.4
updated axum integration to axum v0.4
2021-12-08 13:41:35 +08:00
Sunli
d9bfe8ed82 Release 3.0.13
async-graphql@3.0.13
async-graphql-actix-web@3.0.13
async-graphql-axum@3.0.13
async-graphql-derive@3.0.13
async-graphql-parser@3.0.13
async-graphql-poem@3.0.13
async-graphql-rocket@3.0.13
async-graphql-tide@3.0.13
async-graphql-value@3.0.13
async-graphql-warp@3.0.13

Generated by cargo-workspaces
2021-12-07 11:32:02 +08:00
Sunli
f718df1a42 Rework to implement InputType and OutputType for HashMap and BTreeMap. 2021-12-07 11:28:43 +08:00
Sunli
eb27b0856e No longer assumes that a subscription stream that failed to resolve has ended. #744 2021-12-07 11:00:53 +08:00
daly4
fe9fd32698 update to axum 0.4 2021-12-05 21:57:15 -07:00
Sunli
c2083625f3 Merge branch 'master' of github.com:async-graphql/async-graphql 2021-12-06 09:32:19 +08:00
Sunli
702a225bf4 Update README.md 2021-12-06 09:28:00 +08:00
Sunli
5ad354f77f Update CHANGELOG.md 2021-12-05 10:58:37 +08:00
Sunli
4995bd7316 Release 3.0.12
async-graphql@3.0.12
async-graphql-actix-web@3.0.12
async-graphql-axum@3.0.12
async-graphql-derive@3.0.12
async-graphql-parser@3.0.12
async-graphql-poem@3.0.12
async-graphql-rocket@3.0.12
async-graphql-tide@3.0.12
async-graphql-value@3.0.12
async-graphql-warp@3.0.12

Generated by cargo-workspaces
2021-12-05 10:08:42 +08:00
Sunli
c6d75b0550 Update CHANGELOG.md 2021-12-05 09:45:12 +08:00
Sunli
c41f87c645 rustfmt 2021-12-05 09:43:44 +08:00
Sunli
ffedb9556b Merge pull request #741 from urkle/fix-interfaces
Fix implicit interfaces not being exposed via the __schema introspection
2021-12-05 09:41:56 +08:00
Edward Rudd
5c8ff9d3a6 correct adding implicit interfaces to the schema introspection
If an interface is added manually (as it is not directly referenced by any type) it was not showing up in the introspection.

Now it will be exposed if it is visible and references already accessible types
2021-12-04 19:33:15 -05:00