chore(deps): update dependency ariadne to v0.23.0 #570
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:
==0.17.1
->==0.23.0
Release Notes
mirumee/ariadne (ariadne)
v0.23.0
: Ariadne 0.23Compare Source
CHANGELOG
execute_get_queries
setting to theGraphQL
apps that controls execution of the GraphQL "query" operations made with GET requests. Defaults toFalse
.subscription
operation execution when query is made with POST request.v0.22
Compare Source
EnumType.bind_to_default_values
method. It will be removed in a future release.repair_schema_default_enum_values
to public API.validate_schema_enum_values
and introducedvalidate_schema_default_enum_values
in its place. This is a breaking change.GraphQLTransportWSHandler
forquery
andmutation
operations.v0.21
Compare Source
v0.20.1
Compare Source
v0.20.0
: Ariadne 0.20Compare Source
Changelog
OpenTelemetry
andopentelemetry_extension
extension, importable formariadne.tracing.opentelemetry
.query_validator
option to ASGI and WSGIGraphQL
applications that enables customization of query validation step.ERROR
message in GraphQL-WS protocol having invalid payload type.make_executable_schema
error whennull
is used as default value forinput
typed field argument.ExtensionSync
.Extension
now supports both async and sync contexts.OpenTracingSync
andopentracing_extension_sync
.OpenTracing
andopentracing_extension
now support both async and sync contexts.ApolloTracingSync
.ApolloTracing
now supports both async and sync contexts.v0.19.1
Compare Source
.graphql
definitions files not being included in the dist filesv0.19.0
Compare Source
InputType
for setting Python representations of GraphQL Input typesEnum
types directly tomake_executable_schema
convert_names_case
option tomake_federated_schema
.@interfaceObject
directive in Apollo Federation.v0.18.1
Compare Source
EnumType
.v0.18.0
Compare Source
explorer
option to ASGI and WSGIGraphQL
applications that enables API explorer customization.ExplorerHttp405
API explorer that returns405 Method Not Allowed
for GET HTTP requests.convert_names_case
option tomake_executable_schema
to convert all names in schema to Python case using default or custom strategy.Path
-like objects toload_schema_from_path
.logger
option to also supportLogger
andLoggerAdapter
instance in addition tostr
with logger name.@tag
directive used by Apollo Federation.setup.py
topyproject.toml
.context_value
option in ASGI and WSGI applications for callables to take query data as second argument.root_value
option in ASGI and WSGI applications for callables to take operation and and variables in addition to context and parsed query.execution_context_class
option to ASGI and WSGI applications.query_parser
option to ASGI and WSGIGraphQL
applications that enables query parsing customization.middleware
option to work with callable or list of middlewares instead ofMiddlewareManager
instance.middleware_manager_class
option to ASGI and WSGI applications.handle_request
andhandle_websocket
methods toASGI
application that takes Starlette/FastAPIRequest
andWebsocket
objects.Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.