fix(deps): update rust crate async-graphql to v3 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.11
->3.0
Release Notes
async-graphql/async-graphql
v3.0.38
MaybeUndefined::update_to
method. #881v3.0.37
v3.0.36
@deprecated
to SDL. #874Connection::edges
. #871v3.0.35
HashMap
more generics forInputOutput
andOutputType
.group
attribute to Object/SimpleObject/ComplexObject/Subscription macros. #838ErrorExtensionValues::get
method. #855v3.0.34
@oneOf
directive to SDL when Oneof type is defined. #766v3.0.33
v3.0.31
OneOfObject
macro to support for oneof input object.4.0.0-rc.2
to4.0.0-rc.3
.v3.0.30
ScalarType
fortime::Date
. #822v3.0.29
ComplexObject
andInputObject
.Actix-web
from4.0.0-beta.19
to4.0.0-rc.2
.v3.0.28
InputType
andOutputType
forBox<[T]>
andArc<[T]>
. #805v3.0.27
v3.0.26
skip_input
attribute toInputObject
macro,skip_output
attribute toSimpleObject
macro.v3.0.25
v3.0.24
'static
bound forimpl From<T> for Error
.v3.0.23
0.11.2
to0.12.0
.InputType
forBox<str>
andArc<str>
. #792time
crate's datetime types. #791DataContext
trait. #786[3.0.22] 2022-1-11
flatten
attribute forSimpleObject
,ComplexObject
andObject
macros. #533[3.0.21] 2022-1-11
Union
andInterface
support for trait objects. #780[3.0.20] 2022-1-5
lru
to0.7.1
. #773indexmap
version to1.6.2
. #7764.0.0-beta.18
to4.0.0-beta.19
.SimpleObject
can't define the lifetimes. #774[3.0.19] 2021-12-28
InputType
/OutputType
support forhashbrown
crate.4.0.0-beta.14
to4.0.0-beta.18
. #768[3.0.18] 2021-12-26
_Entity
should not be sent if empty as it's in conflict with GraphQL Union type validation #765.ComplexObject
. #767[3.0.17] 2021-12-16
1.2.2
.[3.0.16] 2021-12-16
1.2.1
.[3.0.15] 2021-12-12
4.0.0-beta.11
to4.0.0-beta.14
.[3.0.14] 2021-12-06
0.3
to0.4
.[3.0.13] 2021-12-06
InputType
andOutputType
forHashMap
andBTreeMap
.[3.0.12] 2021-12-05
BatchRequest
.[3.0.11] 2021-12-02
[3.0.10] 2021-11-30
Option<Vec<T>>
.[3.0.9] 2021-11-30
Option<Vec<T>>
.[3.0.8] 2021-11-30
#[graphql(validator(list))]
no longer applies tomax_items
andmin_items
.InputValue
/OutputValue
forserde_json::Value
.SmolStr
via a feature. #730[3.0.7] 2021-11-23
[3.0.6] 2021-11-19
[3.0.5] 2021-11-19
isRepeatable
field to__Directive
- [GraphQL - October 2021][3.0.4] 2021-11-18
OutputJson
becauseJson
can replace it.Option<T>
,MaybeUnefined<T>
.[3.0.3] 2021-11-18
GraphQLWebSocket::new
use generic stream.GraphQLWebSocket::new_with_pair
method.[3.0.2] 2021-11-16
url
,regex
andip
validators.[3.0.1] 2021-11-17
ctx
parameter ofCustomValidator::check
. #710[3.0.0-alpha.2] 2021-11-16
connection::query
function to allow the callback to use any type that implementsInto<Error>
.ResolverError
and useError::new_with_source
instead.ErrorExtensionValues::unset
method.SimpleObject
macro and theInputObject
macro at the same time.async-graphql-tide
.[2.11.3] 2021-11-13
[2.11.2] 2021-11-11
EmptyMutation
may cause when used inMergedObject
. #694[2.11.1] 2021-11-07
chrono::Duration
custom scalar. #689From<Option<Option<T>>>
forMaybeUndefined<T>
.MaybeUndefined::as_opt_ref
,MaybeUndefined::as_opt_deref
,MaybeUndefined::map
,MaybeUndefined::map_value
,MaybeUndefined::contains
,MaybeUndefined::contains_value
, andMaybeUndefined::transpose
methods.MaybeUndefined::is_undefined
,MaybeUndefined::is_null
,MaybeUndefined::is_value
,MaybeUndefined::value
andMaybeUndefined::as_opt_ref
const.ResolverError
type. #6710.2.5
to0.3
.Context
.[2.11.0] 2021-11-03
2021
edition.specified_by_url
forTz
,DateTime<Tz>
,Url
,Uuid
andUpload
scalars.[2.10.8] 2021-10-26
1.0.13
.[2.10.6] 2021-10-26
[2.10.5] 2021-10-22
0.6.6
to1.0.7
.[2.10.4] 2021-10-22
Default
for ID #659.ScalarType
forbson::Bson
andbson::Document
. #661CharsMinLength
andCharsMaxLength
validators. #656Subscription
macro to work on Rust 2021. #665[2.10.3] 2021-10-12
visible
macro argument for union type. #655[2.10.2] 2021-09-29
Object
macro. #633Lookahead::selection_fields
method. #643[2.10.1] 2021-09-24
DataLoader::enable_all_cache
andDataLoader::enable_cache
methods. #642chain
andrace
guards. #614error
toinfo
. #518[2.10.0] 2021-09-17
graphql-ws
pings. #635websocket
for async-graphql-tide. #636Value
conversion. #617ScalarType
forHashMap
/BTreeMap
to useToString
/FromStr
. #585[2.9.15] 2021-09-10
2.0.0-beta.1
to2.0.0
. #628[2.9.14] 2021-09-03
[2.9.13] 2021-09-01
Axum
integration.async-graphql-axum
[2.9.12] 2021-08-24
Poem
.@skip
inSelectionField
andLookahead
. #605[2.9.11] 2021-08-22
From<MaybeUndefined<T>> for Option<Option<T>>
. #599[2.9.10] 2021-08-05
GraphQLPlaygroundConfig::with_setting
to acceptimpl Into<Value>
#583[2.9.9] 2021-07-20
ConstValue
andValue
. #569OutputType
for Bytes.TryFrom<&[SelectionField<'a>]>
forLookahead<'a>
. #575list
attribute to the input value validator. #579[2.9.8] 2021-07-12
Add Extensions in Error of
InputValueValidator
. #564Fix SDL print is not stable. #547
[2.9.7] 2021-07-04
ComplexObject
. #562[2.9.6] 2021-07-02
Implement
From<SelectionField>
forLookahead
. #557Add Decimal scalar (from
rust_decimal
crate) #559[2.9.5] 2021-06-29
ResolveInfo
. #551[2.9.4] 2021-06-21
MergedObject
may cause panic. #539[2.9.3] 2021-06-17
Bump upstream crate
bson
fromv1.2.0
tov2.0.0-beta.1
. #516Add
serial
attribute forObject
,SimpleObject
andMergedObject
macros. #539Remove the
static
constraint of thereceive_body
andreceive_batch_body
functions. #544Implement
InputType
andOutputType
for[T; N]
array.[2.9.2] 2021-06-10
Allow field guards to support paths. #536
Add the
operation_name
toExtension::execute
method. #538[2.9.1] 2021-06-08
[2.9.0] 2021-06-07
Add support for returning multiple resolver errors. #531
Bump upstream crate
multer
fromv1.2.2
tov2.0.0
.Aligned NaiveDateTime formatting with DateTime. #535
[2.8.6] 2021-06-01
Allow the ability to set GraphQL Playground settings. #508
WebSocket is now generic in graphql_subscription_upgrade functions. #530
Removed
Copy
trait from initializer ingraphql_subscription_with_data
. #530[2.8.5] 2021-05-11
If
InputObject
contains an unnamed field, the correct error message will be given. #498Added
Websocket::with_message_stream
for client message customization. #501Added the
Secret
type using secrecy crate.[2.8.4] 2021-04-23
ComplexObject
macro cannot work due to thesecret
attribute.[2.8.3] 2021-04-12
[2.8.2] 2021-04-09
Result
type,E
can be all types that implementasync_graphql::Into<Error>
.[2.8.1] 2021-04-08
Fixed
Added
secret
attribute for arguments, they will not appear in the log.[2.8.0] 2021-04-05
Changed
Extension
, now fully supports asynchronous, better to use than before, and can achieve more features, it contains a lot of changes. (if you don't have a custom extension, it will not cause the existing code to fail to compile)Added
async_graphql_warp::graphql_protocol
,async_graphql_warp::graphql_subscription_upgrade
andasync_graphql_warp::graphql_subscription_upgrade_with_data
to control WebSocket subscription more finely.[2.7.4] 2021-04-02
BuildHasher
generic parameter todataloader::HashMapCache
to allow custom hashing algorithms. #455[2.7.3] 2021-04-02
Added
ScalarType
forserde_json::Value
.SelectionField::alias
andSelectionField::arguments
methods.Fixed
[2.7.2] 2021-04-01
Removed
SchemaBuilder::override_name
method. #437Added
name
andvisible
attributes forNewtype
macro for define a new scalar. #437NewType
macro now also implementsFrom<InnerType>
andInto<InnerType>
.[2.7.1] 2021-03-31
Request::disable_introspection
method. #456[2.7.0] 2021-03-27
Fixed
Changed
[2.6.5] - 2021-03-24
start
beforeconnection_init
, the connection will be immediately disconnected and return1011
error. #451[2.6.4] - 2021-03-22
[2.6.3] - 2021-03-22
Added
extension::OpenTelemetry
.Removed
TracingConfig
, now Request span always takes the current span as the parent, so this option is no longer needed.multipart
feature.Changed
[2.6.2] - 2021-03-20
SchemaBuilder::enable_subscription_in_federation
method. #449[2.6.1] - 2021-03-19
[2.6.0] - 2021-03-18
[2.5.14] - 2021-03-14
DataLoader::loader
method. #441[2.5.13] - 2021-03-09
[2.5.12] - 2021-03-09
extends
attribute for derive macros Subscription and MergedSubscription.SchemaBuilder::override_name
method. #437[2.5.11] - 2021-03-07
_entity
requests in parallel. #431[2.5.10] - 2021-03-06
[2.5.9] - 2021-02-28
Changed
Variables
fromasync_graphql::context::Variables
toasync_graphql::Variables
.[2.5.8] - 2021-02-27
Added
Allow the
deprecation
attribute to have no reason.[2.5.7] - 2021-02-23
Fixed
Context::data
function is too small.[2.5.6] - 2021-02-23
Changed
[2.5.5] - 2021-02-22
Added
[2.5.4] - 2021-02-15
Fixed
FIELD_DEFINITION
andENUM_VALUE
cannot be parsed.[2.5.3] - 2021-02-13
Fixed
[2.5.2] - 2021-02-06
Added
Fixed
v3.0.22
flatten
attribute forSimpleObject
,ComplexObject
andObject
macros. #533v3.0.21
Union
andInterface
support for trait objects. #780v3.0.20
lru
to0.7.1
. #773indexmap
version to1.6.2
. #7764.0.0-beta.18
to4.0.0-beta.19
.SimpleObject
can't define the lifetimes. #774v3.0.19
InputType
/OutputType
support forhashbrown
crate.4.0.0-beta.14
to4.0.0-beta.18
. #768v3.0.18
_Entity
should not be sent if empty as it's in conflict with GraphQL Union type validation #765.ComplexObject
. #767v3.0.17
1.2.2
.v3.0.16
1.2.1
.v3.0.15
Compare Source
4.0.0-beta.11
to4.0.0-beta.14
.v3.0.14
0.3
to0.4
.v3.0.13
InputType
andOutputType
forHashMap
andBTreeMap
.v3.0.12
Compare Source
BatchRequest
.v3.0.11
Compare Source
v3.0.10
Compare Source
Option<Vec<T>>
.v3.0.9
Compare Source
Option<Vec<T>>
.v3.0.8
Compare Source
#[graphql(validator(list))]
no longer applies tomax_items
andmin_items
.InputValue
/OutputValue
forserde_json::Value
.SmolStr
via a feature. #730v3.0.7
Compare Source
v3.0.6
Compare Source
v3.0.5
Compare Source
isRepeatable
field to__Directive
- [GraphQL - October 2021]v3.0.4
Compare Source
OutputJson
becauseJson
can replace it.Option<T>
,MaybeUnefined<T>
.v3.0.3
Compare Source
MaybeUndefined::update_to
method. #881v3.0.2
Compare Source
ComplexObject
andInputObject
.Actix-web
from4.0.0-beta.19
to4.0.0-rc.2
.v3.0.1
Compare Source
InputType
/OutputType
support forhashbrown
crate.4.0.0-beta.14
to4.0.0-beta.18
. #768v3.0.0
Compare Source
connection::query
function to allow the callback to use any type that implementsInto<Error>
.ResolverError
and useError::new_with_source
instead.ErrorExtensionValues::unset
method.SimpleObject
macro and theInputObject
macro at the same time.async-graphql-tide
.v2.11.3
Compare Source
v2.11.2
Compare Source
EmptyMutation
may cause when used inMergedObject
. #694v2.11.1
Compare Source
chrono::Duration
custom scalar. #689From<Option<Option<T>>>
forMaybeUndefined<T>
.MaybeUndefined::as_opt_ref
,MaybeUndefined::as_opt_deref
,MaybeUndefined::map
,MaybeUndefined::map_value
,MaybeUndefined::contains
,MaybeUndefined::contains_value
, andMaybeUndefined::transpose
methods.MaybeUndefined::is_undefined
,MaybeUndefined::is_null
,MaybeUndefined::is_value
,MaybeUndefined::value
andMaybeUndefined::as_opt_ref
const.ResolverError
type. #6710.2.5
to0.3
.Context
.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.