Skip to content

fix(deps): update rust crate async-graphql-actix-web to v7.0.13

This MR contains the following updates:

Package Type Update Change
async-graphql-actix-web dependencies patch 7.0.5 -> 7.0.13

Release Notes

async-graphql/async-graphql (async-graphql-actix-web)

v7.0.13

Compare Source

  • add support introspection inputValueDeprecation #​1621

v7.0.12

  • update MSRV to 1.81.0
  • Add specified complexity for fields in SimpleObject.
  • feat: expose SDL export utilities in ExtensionContext #​1606
  • feat(dynamic-schema): specify type directives in schema #​1607
  • Make http2 optional for actix #​1612
  • chore: use std OnceLock instead LazyLock #​1613
  • Add UUID validator #​1588
  • Update secrecy and support new types #​1627
  • fix #​1626
  • Allow non-native concrete types in generic structs deriving SimpleObject + InputObject #​1629
  • chore: update opentelemetry to 0.27 #​1614
  • connection: Allow 'first' and 'last' parameters to exist at the same time #​1602
  • feat(dynamic-schema): specify type directives in schema #​1607
  • Make boxed_any and borrowed_any for FieldValue work with trait objects again #​1636
  • Add new altair option #​1642
  • Fix Clippy for latest stable #​1639
  • Add boxed-trait feature #​1641
  • Support directive in complex object #​1644

v7.0.11

v7.0.10

  • add SchemeBuilder.limit_directives method to set the maximum number of directives on a single field.
  • remove needless ?Sized #​1593
  • fix: generate each variant description correctly. #​1589
  • Make From<T> for [Error] set source #​1561
  • feat(graphiql): add support for WS connection params #​1597

v7.0.9

  • add on_ping callback to WebSocket

v7.0.8

  • chore: Make Extensions nullable #​1563
  • expose rejection in async_graphql_axum #​1571
  • Updated crate time to 3.36, as it fixes a compilation error in rust 1.80 #​1572
  • Impl Debug for dynamic::FieldValue & Improve error messages for its methods #​1582
  • Support scraping #[doc = ...] attributes when generating descriptions #​1581
  • add Websocket::keepalive_timeout method to sets a timeout for receiving an acknowledgement of the keep-alive ping.

v7.0.7

  • Support raw values from serde_json #​1554
  • The custom directive ARGUMENT_DEFINITION is not being output at the appropriate location in SDL #​1559
  • Support for JSON extended representations of BSON ObjectId and Uuid #​1542
  • feat: get directives from SelectionField #​1548
  • Support Directives on Subscriptions #​1500
  • fix subscription err typo #​1556

v7.0.6

  • add license files to each project #​1523
  • Improve alignment of directive behavior with GraphQL spec #​1524
  • dynamic schema: pass default vals to ResolverContext #​1527
  • Add altair source #​1530
  • feat: Add support for using Interface and OneofObject on the same struct #​1534

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Panter User for API access

Merge request reports

Loading