Commit Graph

2122 Commits

Author SHA1 Message Date
Sunli
a913e1c3e1 Update examples 2022-03-22 11:30:53 +08:00
Sunli
f7bd489ffd Update examples 2022-03-22 11:16:17 +08:00
Sunli
4f0a86cda3 Generate @deprecated to SDL. #874
Expose `Connection::edges` #871
2022-03-22 11:09:31 +08:00
Sunli
1e572fd7ed
Merge branch 'master' into feat-update-chrono-tz 2022-03-18 11:03:27 +08:00
Sunli
7238256d7c
Merge pull request #853 from Zwo1in/master
Correct import path for cursor connection in docs
2022-03-18 11:02:30 +08:00
Sunli
b82186413b Release 3.0.35
async-graphql@3.0.35
async-graphql-actix-web@3.0.35
async-graphql-axum@3.0.35
async-graphql-derive@3.0.35
async-graphql-parser@3.0.35
async-graphql-poem@3.0.35
async-graphql-rocket@3.0.35
async-graphql-tide@3.0.35
async-graphql-value@3.0.35
async-graphql-warp@3.0.35

Generated by cargo-workspaces
2022-03-14 11:31:28 +08:00
Sunli
7011745ea3 Update CHANGELOG.md 2022-03-14 10:09:45 +08:00
Sunli
c3b926dec6 Add ErrorExtensionValues::get method. #855 2022-03-14 09:48:27 +08:00
Sunli
15e0d14355 Fixed recursive generic input objects failing to compile. #859 2022-03-14 09:46:06 +08:00
Sunli
e80e4c9af9 Add support group attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838 2022-03-14 09:28:34 +08:00
Sunli
d0883ce75a
Merge pull request #863 from BratSinot/more_generic_hashmap 2022-03-11 20:15:25 +08:00
BratSinot
d7a74a1934 Make HashMap more generic. 2022-03-11 10:47:32 +02:00
Dylan DPC
9cca308794
Update Cargo.toml 2022-03-10 13:24:07 +01:00
Sunli
ea14246524 Merge branch 'master' of github.com:async-graphql/async-graphql 2022-03-05 09:10:22 +08:00
Sunli
fe3e9efe30 Release 3.0.34
async-graphql@3.0.34
async-graphql-actix-web@3.0.34
async-graphql-axum@3.0.34
async-graphql-derive@3.0.34
async-graphql-parser@3.0.34
async-graphql-poem@3.0.34
async-graphql-rocket@3.0.34
async-graphql-tide@3.0.34
async-graphql-value@3.0.34
async-graphql-warp@3.0.34

Generated by cargo-workspaces
2022-03-05 09:09:47 +08:00
Sunli
0dfc3f1d0f
Merge pull request #858 from gho1b/master
Update Integration Actix Web
2022-03-05 09:07:48 +08:00
Sunli
889fe723f2 Export @oneOf directive to SDL when Oneof type is defined. #766 2022-03-05 09:06:59 +08:00
gho1b
7a96b695a7
Merge branch 'master' into master 2022-03-05 01:58:09 +07:00
gho1b
aaf4a05fd6 Update Integration Actix Web 2022-03-05 01:50:39 +07:00
Sunli
bb3c19ab8c Release 3.0.33
async-graphql@3.0.33
async-graphql-actix-web@3.0.33
async-graphql-axum@3.0.33
async-graphql-derive@3.0.33
async-graphql-parser@3.0.33
async-graphql-poem@3.0.33
async-graphql-rocket@3.0.33
async-graphql-tide@3.0.33
async-graphql-value@3.0.33
async-graphql-warp@3.0.33

Generated by cargo-workspaces
2022-03-04 21:39:16 +08:00
Sunli
f83231ed07 Update feature-comparison.md 2022-03-04 21:37:15 +08:00
Sunli
632529ee3e Add support for oneof field on object. #766 2022-03-04 21:24:17 +08:00
Sunli
7557c966a0
Merge pull request #856 from skos-ninja/fix-actix
Update actix to 0.13
2022-03-04 21:15:20 +08:00
Jake Oliver
05a042da4e
Update actix to 0.13 2022-03-04 10:29:58 +00:00
Sunli
3576fe041b Release 3.0.32
async-graphql@3.0.32
async-graphql-actix-web@3.0.32
async-graphql-axum@3.0.32
async-graphql-derive@3.0.32
async-graphql-parser@3.0.32
async-graphql-poem@3.0.32
async-graphql-rocket@3.0.32
async-graphql-tide@3.0.32
async-graphql-value@3.0.32
async-graphql-warp@3.0.32

Generated by cargo-workspaces
2022-03-04 10:25:43 +08:00
Sunli
f9fa4e9cc2 Update CHANGELOG.md 2022-03-04 10:22:20 +08:00
Sunli
9f70875545
Merge pull request #850 from conradludgate/actix-web4
bump actix-web
2022-03-04 10:20:39 +08:00
Maciej Zwoliński
78ef5f2518 Correct import path for cursor connection in docs 2022-03-02 11:33:55 +01:00
Sunli
f1712585bb Update examples 2022-02-28 15:34:43 +08:00
Sunli
969bedab8d
Merge pull request #844 from kolloch/patch-1
custom_scalars: i64 not encoded as string
2022-02-27 09:48:07 +08:00
Sunli
173cf42ee9
Merge pull request #846 from azzamsa/patch-1
docs: update method name
2022-02-27 09:46:26 +08:00
Conrad Ludgate
453444ecbc bump actix-web 2022-02-26 07:13:07 +00:00
azzamsa
5e497afba3
docs: update method name 2022-02-24 06:09:32 +07:00
Peter Kolloch
5608a09869
custom_scalars: i64 not encoded as string
Remove the note that incorrectly claims that i64 are encoded as strings.

Also see https://github.com/async-graphql/async-graphql/issues/196
2022-02-23 16:54:39 +01:00
Sunli
a278cc1412
Merge pull request #834 from urkle/feat-update-secrecy
update secrecy dependency
2022-02-21 19:32:04 +08:00
Sunli
b94394b2d5
Merge pull request #833 from urkle/feate-update-opentelemetry
update opentelemetry
2022-02-21 19:31:46 +08:00
Sunli
fbdcf0a673
Merge pull request #832 from urkle/feat-update-sha2
update sha2 dependency
2022-02-21 19:31:08 +08:00
Sunli
b6edc1cce8
Merge pull request #830 from urkle/feat-remove-time-dependency
do not request oldtime feature from chrono package
2022-02-21 19:30:16 +08:00
Edward Rudd
244f75c87a update opentelemetry 2022-02-19 19:05:13 -05:00
Edward Rudd
e34630e7d6 update secrecy dependency 2022-02-18 14:38:30 -05:00
Edward Rudd
0a1862859e update sha2 dependency 2022-02-18 14:32:49 -05:00
Edward Rudd
1eed928bc7 update chrono-tz to 0.6.1 2022-02-18 14:26:32 -05:00
Edward Rudd
645d55804a do not request oldtime feature from chrono package
- this removes the dependency on the old (unsupported) version of time
2022-02-18 14:16:41 -05:00
Sunli
f73e2738f2
Merge pull request #825 from workflow/patch-2
Nit: Fix typos in define_complex_object.md
2022-02-18 10:13:40 +08:00
Florian Peter
cef42759d4
Nit: Fix typos in define_complex_object.mx 2022-02-17 18:55:41 +00:00
Sunli
2dfdbcd3f6 Release 3.0.31
async-graphql@3.0.31
async-graphql-actix-web@3.0.31
async-graphql-axum@3.0.31
async-graphql-derive@3.0.31
async-graphql-parser@3.0.31
async-graphql-poem@3.0.31
async-graphql-rocket@3.0.31
async-graphql-tide@3.0.31
async-graphql-value@3.0.31
async-graphql-warp@3.0.31

Generated by cargo-workspaces
2022-02-17 19:39:22 +08:00
Sunli
f1f2371f00 Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3 2022-02-17 19:36:13 +08:00
Sunli
b84129c650 Add OneOfObject macro to support for oneof input object. #766 2022-02-17 19:35:55 +08:00
Sunli
888a4a4526 Release 3.0.30
async-graphql@3.0.30
async-graphql-actix-web@3.0.30
async-graphql-axum@3.0.30
async-graphql-derive@3.0.30
async-graphql-parser@3.0.30
async-graphql-poem@3.0.30
async-graphql-rocket@3.0.30
async-graphql-tide@3.0.30
async-graphql-value@3.0.30
async-graphql-warp@3.0.30

Generated by cargo-workspaces
2022-02-16 14:01:11 +08:00
Sunli
3aa4b41940 Implement ScalarType for time::Date. #822 2022-02-15 15:36:18 +08:00