Commit Graph

135 Commits

Author SHA1 Message Date
Sunli
477c3ba78a Update CHANGELOG.md 2021-11-18 20:17:05 +08:00
Sunli
26275aaa4b Remove skipped fields from the document before executing the query. 2021-11-18 19:37:10 +08:00
Sunli
94816b84dc Allowed use validators on wrapper types, for example: Option<T>, MaybeUnefined<T>.
Remove `OutputJson` because `Json` can replace it.
2021-11-18 15:43:12 +08:00
Sunli
7275c7ded8 Make GraphQLWebSocket::new use generic stream.
Add `GraphQLWebSocket::new_with_pair` method.
2021-11-18 09:25:32 +08:00
Sunli
723bb10912 Add url, regex and ip validators. 2021-11-17 11:12:52 +08:00
Sunli
1c3e109742 Update CHANGELOG.md 2021-11-16 18:18:37 +08:00
Sunli
9d94d093c2 Update CHANGELOG.md 2021-11-16 16:22:38 +08:00
Sunli
7b8981a751 Update CHANGELOG.md 2021-11-16 15:06:39 +08:00
Sunli
bb24498b6e Add ErrorExtensionValues::unset method. 2021-11-16 15:04:29 +08:00
Sunli
0a4ec272b6 Change the signature of the connection::query function to allow the callback to use any type that implements Into<Error>. #671 2021-11-13 21:41:58 +08:00
Sunli
112e3e2b34 Update CHANGELOG.md 2021-11-13 09:29:25 +08:00
Sunli
d2b1652eab Update CHANGELOG.md 2021-11-11 08:57:23 +08:00
Sunli
0f1e5a19fd If a GraphQL name conflict is detected when creating schema, it will cause panic. #499 2021-11-08 10:25:31 +08:00
Sunli
53b5701b93 Fix the problem that EmptyMutation may cause when used in MergedObject. #694 2021-11-08 08:45:14 +08:00
Sunli
a26cc65d59 Rework Failure 3 #671 2021-11-07 19:11:43 +08:00
Sunli
f870c07092
Merge pull request #692 from SadiinsoSnowfall/master
Added map, contains and transpose function to MaybeUndefined
2021-11-05 09:29:17 +08:00
Sunli
9f714a560a Update CHANGELOG.md 2021-11-05 09:27:20 +08:00
SadiinsoSnowfall
c757066ce3 Updated changelog 2021-11-04 13:47:54 +01:00
Sunli
df67649481 Update CHANGELOG.md 2021-11-04 14:35:48 +08:00
Sunli
e898998311 Add Failure type. #671 2021-11-04 14:33:04 +08:00
Sunli
ad517eaddb Add MaybeUndefined::as_opt_ref and MaybeUndefined::as_opt_deref methods. #688 2021-11-04 09:44:16 +08:00
Sunli
aa816b2c7b Update CHANGELOG.md 2021-11-04 09:15:25 +08:00
Sunli
314a297d1f
Update CHANGELOG.md 2021-11-03 16:21:12 +08:00
Sunli
88c9329130
Update CHANGELOG.md 2021-11-03 16:20:41 +08:00
Sunli
95142e7217 Update CHANGELOG.md 2021-11-03 15:33:58 +08:00
Sunli
e3aeb93872 Update CHANGELOG.md 2021-11-02 20:35:43 +08:00
Sunli
7a4b0c0aa3 update ci 2021-11-02 20:34:41 +08:00
Sunli
7e8f3fdb85 Update CHANGELOG.md 2021-10-27 20:08:12 +08:00
Sunli
91f50c92a3 Update CHANGELOG.md 2021-10-26 20:45:34 +08:00
Sunli
271946eb0c Respect query object field order. #612 2021-10-26 19:02:15 +08:00
Sunli
4e429ffd1d Update CHANGELOG.md 2021-10-23 19:34:26 +08:00
Sunli
5a82ae9c48 Update CHANGELOG.md 2021-10-22 10:44:41 +08:00
Sunli
2588143919 Update CHANGELOG.md 2021-10-22 10:38:29 +08:00
Sunli
cc813d0c9e Update CHANGELOG.md 2021-10-12 17:56:48 +08: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
abf173c102 Update CHANGELOG 2021-09-29 15:57:15 +08:00
Sunli
1f2b3f2a98 Update CHANGELOG.md 2021-09-24 21:55:47 +08:00
Sunli
097c570c0b Change log level. #518 2021-09-24 10:54:52 +08:00
Sunli
ff2dc6a1f1 Update CHANGELOG.md 2021-09-17 10:26:10 +08:00
Sunli
b590cea008 Implement ScalarType for HashMap/BTreeMap to use ToString/FromStr. #585 2021-09-17 09:17:47 +08:00
Sunli
d3e14ae613 Add feature gate websocket for async-graphql-tide. 2021-09-17 08:40:28 +08:00
Sunli
243e1d323a Add support for graphql-ws pings. #635 2021-09-16 21:10:39 +08:00
Sunli
2594da1b7b Update CHANGELOG.md 2021-09-10 11:58:07 +08:00
Sunli
27a437e413 Release 2.9.14
async-graphql@2.9.14
async-graphql-actix-web@2.9.14
async-graphql-axum@2.9.14
async-graphql-derive@2.9.14
async-graphql-parser@2.9.14
async-graphql-poem@2.9.14
async-graphql-tide@2.9.14
async-graphql-value@2.9.14
async-graphql-warp@2.9.14

Generated by cargo-workspaces
2021-09-03 15:17:19 +08:00
Sunli
9dae0ad8c8 Update CHANGELOG 2021-09-02 20:06:39 +08:00
Sunli
f99aea4471 Update CHANGELOG.md 2021-09-01 09:18:19 +08:00
Sunli
744b70341f Update CHANGELOG.md 2021-08-24 15:35:29 +08:00
Sunli
0591817902 Update CHANGELOG.md 2021-08-22 16:56:15 +08:00
Sunli
f2e7c1a80c Update CHANGELOG.md 2021-08-19 11:21:23 +08:00
Diego Stratta
bb6be6e7fb Update CHANGELOG.md 2021-08-13 23:13:09 -03:00