Commit Graph

2338 Commits

Author SHA1 Message Date
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
Sunli
000a3a3bd5 Merge pull request #737 from tilpner/tracing-name-error
fix(tracing): add name to error event
2021-12-04 15:16:41 +08:00
Sunli
3e815b2873 Merge pull request #727 from Eijebong/lets-avoid-dupes
Update darling to 0.13 and bump version
2021-12-04 15:15:49 +08:00
Sunli
922c2324e2 Add some helper methods for BatchRequest.
- BatchRequest::iter
- BatchRequest::iter_mut
- BatchRequest::variables
- BatchRequest::data
- BatchRequest::disable_introspection
2021-12-04 15:14:42 +08:00
Sunli
19ac121228 Update examples 2021-12-04 14:59:33 +08:00
Sunli
2a8ddd80fd Update CHANGELOG.md 2021-12-04 14:41:52 +08:00
Sunli
9280cf80a8 Fix deadlock in dataloader. #555 2021-12-04 14:33:47 +08:00
Sunli
2afacf6bcc Merge branch 'master' into lets-avoid-dupes 2021-12-03 09:08:58 +08:00
tilpner
1659367579 fix(tracing): add name to error event
According to the opentelemetry specification for traces [0], each span
must have a non-empty name.

[0]: https://github.com/open-telemetry/oteps/blob/main/text/trace/0059-otlp-trace-data-format.md

>  // This field is semantically required to be set to non-empty string.
>  //
>  // This field is required.
>  string name = 6;
2021-12-02 15:59:49 +01:00
Sunli
56cf5c1d0c Release 3.0.11
async-graphql@3.0.11

Generated by cargo-workspaces
2021-12-02 20:25:43 +08:00
Sunli
49864ca398 Update CHANGELOG.md 2021-12-02 20:25:27 +08:00
Sunli
167426175f Update book #736 2021-12-02 20:22:11 +08:00
Sunli
09be5e0021 Fix panic on f32-64::INFINITE/f32-64::NEG_INFINITE/f32-64::NAN output. #735 2021-12-02 20:19:17 +08:00
Sunli
0bc0283012 Release 3.0.10
async-graphql@3.0.10
async-graphql-derive@3.0.10

Generated by cargo-workspaces
2021-11-30 13:46:42 +08:00
Sunli
86f10c5397 Fix the custom validator cannot work on Option<Vec<T>>. 2021-11-30 13:46:23 +08:00
Sunli
5fcf552a93 Release 3.0.9
async-graphql@3.0.9
async-graphql-derive@3.0.9

Generated by cargo-workspaces
2021-11-30 12:04:26 +08:00
Sunli
c0a257dc7d Fix the validator cannot work on Option<Vec<T>>. 2021-11-30 12:03:55 +08:00
Sunli
28a17a9a03 Release 3.0.8
async-graphql@3.0.8
async-graphql-derive@3.0.8

Generated by cargo-workspaces
2021-11-30 09:48:33 +08:00
Sunli
0ffbd08820 Update CHANGELOG.md 2021-11-30 09:47:42 +08:00
Sunli
2962902564 Update README 2021-11-30 09:46:18 +08:00
lfn3
7aea053240 Add support for SmolStr via a feature.
SmolStr is an immutable "packed" string that uses the space normally occupied
by a String's header if the String is short enough.
2021-11-30 09:44:33 +08:00
Sunli
4a265ed29d #[grapql(validator(list))] no longer applies to max_items and min_items. 2021-11-30 09:40:02 +08:00
Sunli
05907cad31 Merge pull request #729 from Emilgardis/Emilgardis/issue728
add missing impls for `serde_json::Value`
2021-11-29 23:40:52 +08:00
Emil Gardström
25b10deded add missing impls serde_json::Value
Fixes #728
2021-11-29 15:14:27 +01:00
Bastien Orivel
6e6b006580 Update darling to 0.13 and bump version 2021-11-29 11:11:32 +01:00