Update Rust crate async-graphql to 4.0.16 - autoclosed #7

Closed
kjuulh wants to merge 1 commits from renovate/async-graphql-4.x into main
Owner

This PR contains the following updates:

Package Type Update Change
async-graphql dependencies patch 4.0.0 -> 4.0.16

Release Notes

async-graphql/async-graphql

v4.0.16

  • Add credentials to GraphiQL 2 #​1105
  • Add TypeName support for InputObject #​1110
  • Fix error message #​1058
  • Add TypeName support for Enum, Union, OneofInputObject, Subscription, MergedObject, MergedSubscription, Scalar, Interface, Directive
  • Fixes #​1052
  • Implement CustomValidator<T> for F: Fn(&T) -> Result<(), E: Into<String>>
  • Add validator attribute to InputObject macro #​1072

v4.0.15

  • Dynamic Document Title for GraphiQL v2 and GraphQL Playground #​1099
  • Skip tracing for introspection queries. #​841
  • Add SchemaBuilder::disable_suggestions method to disable field suggestions. #​1101

v4.0.14

  • Implement a simple approach to using the link directive. #​1060
  • docs: Update federation docs with examples of each directive. #​1080
  • Add support for parse request from query string. #​1085

v4.0.13

  • Compare to expected schema #​1048
  • docs: readme flair #​1054
  • Remove bson-uuid feature #​1032
  • Add no_cache for cache_control attribute #​1051
  • Resurrect code generation through tests #​1062
  • Support for primitive type in CursorType #​1049
  • Add SDLExportOptions::include_specified_by method to enable specifiedBy directive #​1065

v4.0.12

  • Update MSRV to 1.59.0
  • Support @specifiedBy directive in SDL export #​1041
  • Add GraphiQL v2 #​1044
  • Export SDL: consistently avoid trailing spaces #​1043

v4.0.11

v4.0.10

  • Fixes extension request.data(X) being lost in the resolver #​1018
  • Add Apollo federation @shareable directive support #​1025
  • Add Apollo Federation @inaccessible directive support #​1026

v4.0.9

  • on_connection_init takes FnOnce instead of Fn #​1022

v4.0.8

  • Add tracing to dataloader methods when the tracing feature is enabled. #​996

v4.0.7

  • Limit parser recursion depth to 64.

v4.0.6

  • Limit execution recursion depth to 32 by default.

v4.0.5

  • Fix serializing of JSON default values #​969
  • Bump rocket-0.5.0-rc.1 to rocket-0.5.0-rc.2 for async-graphql-rocket #​968
  • Implement Default for StringNumber #​980
  • Implement Guard for Fn
  • Fix impossible to specify both name and input_name #​987

v4.0.4

  • Bump Actix-web from 4.0.1 to 4.1.0
  • Add a prefer_single_line_descriptions option on SDLExportOptions #​955
  • Fixes #​957
  • Fixes #​943

v4.0.3

  • Custom error type in axum request extractor #​945
  • Add nodes exposure on ConectionType so nesting through edges isn't always needed. #​952
  • Make email-validator optional #​950

v4.0.2

v4.0.1

  • Add support for using Union and OneofObject on the same struct #​1116

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-graphql](https://github.com/async-graphql/async-graphql) | dependencies | patch | `4.0.0` -> `4.0.16` | --- ### Release Notes <details> <summary>async-graphql/async-graphql</summary> ### [`v4.0.16`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4016-2022-10-20) - Add credentials to GraphiQL 2 [#&#8203;1105](https://github.com/async-graphql/async-graphql/pull/1105) - Add TypeName support for InputObject [#&#8203;1110](https://github.com/async-graphql/async-graphql/pull/1110) - Fix error message [#&#8203;1058](https://github.com/async-graphql/async-graphql/pull/1058) - Add TypeName support for Enum, Union, OneofInputObject, Subscription, MergedObject, MergedSubscription, Scalar, Interface, Directive - Fixes [#&#8203;1052](https://github.com/async-graphql/async-graphql/issues/1052) - Implement `CustomValidator<T>` for `F: Fn(&T) -> Result<(), E: Into<String>>` - Add `validator` attribute to `InputObject` macro [#&#8203;1072](https://github.com/async-graphql/async-graphql/issues/1072) ### [`v4.0.15`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4015-2022-10-07) - Dynamic Document Title for GraphiQL v2 and GraphQL Playground [#&#8203;1099](https://github.com/async-graphql/async-graphql/pull/1099) - Skip tracing for introspection queries. [#&#8203;841](https://github.com/async-graphql/async-graphql/issues/841) - Add `SchemaBuilder::disable_suggestions` method to disable field suggestions. [#&#8203;1101](https://github.com/async-graphql/async-graphql/issues/1101) ### [`v4.0.14`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4014-2022-09-25) - Implement a simple approach to using the link directive. [#&#8203;1060](https://github.com/async-graphql/async-graphql/pull/1060) - docs: Update federation docs with examples of each directive. [#&#8203;1080](https://github.com/async-graphql/async-graphql/pull/1080) - Add support for parse request from query string. [#&#8203;1085](https://github.com/async-graphql/async-graphql/issues/1085) ### [`v4.0.13`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4013-2022-09-09) - Compare to expected schema [#&#8203;1048](https://github.com/async-graphql/async-graphql/pull/1048) - docs: readme flair [#&#8203;1054](https://github.com/async-graphql/async-graphql/pull/1054) - Remove `bson-uuid` feature [#&#8203;1032](https://github.com/async-graphql/async-graphql/issues/1032) - Add `no_cache` for `cache_control` attribute [#&#8203;1051](https://github.com/async-graphql/async-graphql/issues/1051) - Resurrect code generation through tests [#&#8203;1062](https://github.com/async-graphql/async-graphql/pull/1062) - Support for primitive type in CursorType [#&#8203;1049](https://github.com/async-graphql/async-graphql/pull/1049) - Add `SDLExportOptions::include_specified_by` method to enable `specifiedBy` directive [#&#8203;1065](https://github.com/async-graphql/async-graphql/issues/1065) ### [`v4.0.12`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4012-2022-08-24) - Update MSRV to `1.59.0` - Support `@specifiedBy` directive in SDL export [#&#8203;1041](https://github.com/async-graphql/async-graphql/pull/1041) - Add GraphiQL v2 [#&#8203;1044](https://github.com/async-graphql/async-graphql/pull/1044) - Export SDL: consistently avoid trailing spaces [#&#8203;1043](https://github.com/async-graphql/async-graphql/pull/1043) ### [`v4.0.11`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4011-2022-08-23) - Define `override` directive on fields [#&#8203;1029](https://github.com/async-graphql/async-graphql/pull/1029) - Add `@tag` support [#&#8203;1038](https://github.com/async-graphql/async-graphql/pull/1038) - Export SDL: avoid trailing space for scalar definitions [#&#8203;1036](https://github.com/async-graphql/async-graphql/pull/1036) - Fixes [#&#8203;1039](https://github.com/async-graphql/async-graphql/issues/1039) ### [`v4.0.10`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4010-2022-08-18) - Fixes extension `request.data(X)` being lost in the resolver [#&#8203;1018](https://github.com/async-graphql/async-graphql/pull/1018) - Add Apollo federation `@shareable` directive support [#&#8203;1025](https://github.com/async-graphql/async-graphql/pull/1025) - Add Apollo Federation `@inaccessible` directive support [#&#8203;1026](https://github.com/async-graphql/async-graphql/pull/1026) ### [`v4.0.9`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;409-2022-08-15) - `on_connection_init` takes `FnOnce` instead of `Fn` [#&#8203;1022](https://github.com/async-graphql/async-graphql/issues/1022#issuecomment-1214575590) ### [`v4.0.8`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;408-2022-08-12) - Add tracing to dataloader methods when the tracing feature is enabled. [#&#8203;996](https://github.com/async-graphql/async-graphql/pull/996) ### [`v4.0.7`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;407-2022-08-09) - Limit parser recursion depth to `64`. ### [`v4.0.6`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;406-2022-07-21) - Limit execution recursion depth to `32` by default. ### [`v4.0.5`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;405-2022-07-18) - Fix serializing of JSON default values [#&#8203;969](https://github.com/async-graphql/async-graphql/issues/969) - Bump `rocket-0.5.0-rc.1` to `rocket-0.5.0-rc.2` for `async-graphql-rocket` [#&#8203;968](https://github.com/async-graphql/async-graphql/pull/968) - Implement `Default` for `StringNumber` [#&#8203;980](https://github.com/async-graphql/async-graphql/issues/980) - Implement `Guard` for `Fn` - Fix impossible to specify both `name` and `input_name` [#&#8203;987](https://github.com/async-graphql/async-graphql/issues/987) ### [`v4.0.4`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;404-2022-6-25) - Bump Actix-web from `4.0.1` to `4.1.0` - Add a `prefer_single_line_descriptions` option on `SDLExportOptions` [#&#8203;955](https://github.com/async-graphql/async-graphql/pull/955) - Fixes [#&#8203;957](https://github.com/async-graphql/async-graphql/issues/957) - Fixes [#&#8203;943](https://github.com/async-graphql/async-graphql/issues/943) ### [`v4.0.3`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;403-2022-6-20) - Custom error type in axum request extractor [#&#8203;945](https://github.com/async-graphql/async-graphql/pull/945) - Add nodes exposure on `ConectionType` so nesting through edges isn't always needed. [#&#8203;952](https://github.com/async-graphql/async-graphql/pull/952) - Make email-validator optional [#&#8203;950](https://github.com/async-graphql/async-graphql/pull/950) ### [`v4.0.2`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;402-2022-6-10) - Expose `Edge::node` to allow better testing. [#&#8203;933](https://github.com/async-graphql/async-graphql/pull/933) - Integrate with the [`bigdecimal` crate](https://crates.io/crates/bigdecimal). [#&#8203;926](https://github.com/async-graphql/async-graphql/pull/926) - Improve the examples in the book. [#&#8203;940](https://github.com/async-graphql/async-graphql/pull/940) - Fixed [#&#8203;941](https://github.com/async-graphql/async-graphql/issues/941) - Fixed [#&#8203;848](https://github.com/async-graphql/async-graphql/issues/848) - Bump `darling` from `0.13.0` to `0.14.0` [#&#8203;939](https://github.com/async-graphql/async-graphql/pull/939) - Fixed [#&#8203;9461](https://github.com/async-graphql/async-graphql/issues/946) ### [`v4.0.1`](https://github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#&#8203;4017-2022-10-24) - Add support for using `Union` and `OneofObject` on the same struct [#&#8203;1116](https://github.com/async-graphql/async-graphql/issues/1116) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-26 09:18:19 +02:00
kjuulh changed title from Update Rust crate async-graphql to 4.0.16 to Update Rust crate async-graphql to 4.0.16 - autoclosed 2022-10-27 08:30:56 +02:00
kjuulh closed this pull request 2022-10-27 08:30:56 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/scel#7
No description provided.