fix(deps): update rust crate async-graphql to v7.0.15
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
async-graphql | dependencies | patch |
7.0.5 -> 7.0.15
|
Release Notes
async-graphql/async-graphql (async-graphql)
v7.0.15
- feat: Add
custom-error-conversion
feature #1631 - Update graphql annotation directive property to support paths #1663
v7.0.14
- Update error messages for character length validation #1657
- Upgrade to axum v0.8 #1653
- Fix position calculator for unicode symbols #1648
v7.0.13
- 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
- fix #1598
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 toWebSocket
v7.0.8
- chore: Make Extensions nullable #1563
- expose
rejection
inasync_graphql_axum
#1571 - Updated crate
time
to3.36
, as it fixes a compilation error in rust1.80
#1572 - Impl
Debug
fordynamic::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
Configuration
-
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
Activity
Please register or sign in to reply