Commit Graph

2155 Commits

Author SHA1 Message Date
sunli829
d4e96a3f0d Release 4.0.0-alpha.2
async-graphql@4.0.0-alpha.2
async-graphql-actix-web@4.0.0-alpha.2
async-graphql-axum@4.0.0-alpha.2
async-graphql-derive@4.0.0-alpha.2
async-graphql-parser@4.0.0-alpha.2
async-graphql-poem@4.0.0-alpha.2
async-graphql-rocket@4.0.0-alpha.2
async-graphql-tide@4.0.0-alpha.2
async-graphql-value@4.0.0-alpha.2
async-graphql-warp@4.0.0-alpha.2

Generated by cargo-workspaces
2022-05-14 16:54:59 +08:00
sunli829
a0d3cf3423 Fixed OneofObject restriction on inner types being unique. #923 2022-05-14 16:43:28 +08:00
Sunli
440fe98f18 Cache parsed ExecuteDocument in APQ. #919 2022-05-13 18:17:03 +08:00
Sunli
e87a8d2826
Merge pull request #917 from bvanneerven/master 2022-05-07 22:12:05 +08:00
Bram van Neerven
92ed523bc3
added docs for OneofObject 2022-05-07 13:37:11 +02:00
Sunli
336451f3bc Add tests for #916 2022-05-07 16:51:33 +08:00
Sunli
f2bac81a2f Remove code and tests related oneof fields. #915 2022-05-07 16:16:01 +08:00
Sunli
4e81285756 Fixes #911 2022-05-06 09:28:57 +08:00
Sunli
8011b9a120 Add some options for exporting SDL. #877 2022-05-05 20:09:35 +08:00
Sunli
27828e522c Release 4.0.0-alpha.1
async-graphql@4.0.0-alpha.1
async-graphql-actix-web@4.0.0-alpha.1
async-graphql-axum@4.0.0-alpha.1
async-graphql-derive@4.0.0-alpha.1
async-graphql-parser@4.0.0-alpha.1
async-graphql-poem@4.0.0-alpha.1
async-graphql-rocket@4.0.0-alpha.1
async-graphql-tide@4.0.0-alpha.1
async-graphql-value@4.0.0-alpha.1
async-graphql-warp@4.0.0-alpha.1

Generated by cargo-workspaces
2022-05-05 12:49:58 +08:00
Sunli
c00e22cc12 Integrate with the uuid08 #907 2022-05-03 15:57:17 +08:00
Sunli
f5517f54c2
Merge pull request #909 from cynecx/cleanup 2022-05-03 10:20:22 +08:00
Paul Nguyen
ea5cbfdfab Remove obsolete disable_introspection field in Request 2022-05-02 18:12:06 +02:00
Sunli
c1412a08d9 Update CHANGELOG.md 2022-05-02 17:16:07 +08:00
Sunli
fe38777f4a Update connection type 2 2022-05-02 16:38:29 +08:00
Sunli
2adff08c22
Merge pull request #907 from jakeisnt/bump-uuid
Bump version of `uuid` to 1.0
2022-05-02 16:26:41 +08:00
Sunli
21916e1281 Update connection type 2022-05-02 16:20:45 +08:00
Jacob Chvatal
1f5e893067
bump uuid version 2022-05-01 12:30:34 -04:00
Sunli
028d674c29 Release 4.0.0-alpha.0
async-graphql@4.0.0-alpha.0
async-graphql-actix-web@4.0.0-alpha.0
async-graphql-axum@4.0.0-alpha.0
async-graphql-derive@4.0.0-alpha.0
async-graphql-parser@4.0.0-alpha.0
async-graphql-poem@4.0.0-alpha.0
async-graphql-rocket@4.0.0-alpha.0
async-graphql-tide@4.0.0-alpha.0
async-graphql-value@4.0.0-alpha.0
async-graphql-warp@4.0.0-alpha.0

Generated by cargo-workspaces
2022-05-01 11:23:26 +08:00
Sunli
89009dccc3 Update examples 2022-05-01 10:43:15 +08:00
Sunli
46deacacaf Update examples 2022-05-01 10:02:54 +08:00
Sunli
328df6adef Update ci.yml 2022-05-01 10:00:56 +08:00
Sunli
5b7d4b55cc Update CI 2022-05-01 09:59:13 +08:00
Sunli
106c410dbe Update parser 2022-05-01 09:53:36 +08:00
Sunli
71454973b8 Update CHANGELOG.md 2022-04-28 14:59:27 +08:00
Sunli
c2987f0fcd
Merge pull request #896 from boardmaster357/master
Implemented OutputType for tokio RwLock
2022-04-28 14:58:19 +08:00
Robert Nelson
d0b9c949e5 Implemented OutputType for tokio Mutex 2022-04-27 21:59:45 -07:00
Sunli
e6640ab9ac Update codegen.rs 2022-04-28 12:28:44 +08:00
Sunli
ad05baf79a Update CHANGELOG.md 2022-04-28 12:18:15 +08:00
Sunli
7707a45eaa Clippy clean 2022-04-28 12:14:23 +08:00
Sunli
f2e25c9f4a
Merge pull request #903 from EstebanBorai/fix/update-log-crate
fix: update `log` to version `0.4.16`
2022-04-28 12:02:32 +08:00
Sunli
aa93485c2e
Merge pull request #901 from djc/test-codegen
parser: move code generation into a test
2022-04-28 12:02:13 +08:00
Sunli
ba493844a5
Merge branch 'async-graphql-v4' into test-codegen 2022-04-28 12:02:06 +08:00
Sunli
b0bb4a3afa
Merge pull request #897 from SorenHolstHansen/cursor-types
Added impl of CursorType for floats
2022-04-28 12:01:06 +08:00
Sunli
f329fb00b4
Merge branch 'async-graphql-v4' into cursor-types 2022-04-28 12:00:58 +08:00
Esteban Borai
236cf029d3 fix: update log to version 0.4.16
Updates `log` crate to version `0.4.16` to fix issue with
`ValueBag` traits.
2022-04-27 19:36:23 -04:00
Dirkjan Ochtman
bb5cd9ca4a parser: move code generation into a test 2022-04-25 11:35:37 +02:00
Sunli
116d8cd325 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-20 14:21:29 +08:00
Sunli
2a0cc52178 Clippy clean 2022-04-20 14:21:23 +08:00
Sunli
ce3a6747d4
Merge pull request #899 from DoumanAsh/expose_sub_type
Expose SubscriptionType
2022-04-20 14:10:21 +08:00
Douman
10a6f462f9 Expose SubscriptionType 2022-04-20 14:29:08 +09:00
sorenholsthansen
1cfee33ad3 Added impl of CursorType for floats 2022-04-20 00:41:30 +02:00
Robert Nelson
d70daee130 Implemented OutputType for tokio RwLock 2022-04-19 10:57:57 -07:00
Sunli
93763997af Rework connection types 2022-04-19 19:18:06 +08:00
Sunli
c22158b997 Update tests 2022-04-19 11:06:54 +08:00
Sunli
ef218c8279 Update CHANGELOG.md 2022-04-19 10:36:07 +08:00
Sunli
2cec61aea2 Merge branch 'async-graphql-v4' of github.com:async-graphql/async-graphql into async-graphql-v4 2022-04-19 10:31:11 +08:00
Sunli
0e5177e03b
Merge pull request #831 from urkle/feat-update-chrono-tz
update chrono-tz to 0.6.1
2022-04-19 10:29:38 +08:00
Sunli
2ec944f7c9
Merge pull request #862 from Dylan-DPC/patch-1
Update regex
2022-04-19 10:29:07 +08:00
Sunli
4218b8a607
Merge pull request #875 from serates/master
Add feature(bson-uuid) which will enable Uuid's from the bson crate
2022-04-19 10:28:26 +08:00