Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ariadne to v0.23.0 #570

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ariadne ==0.17.1 -> ==0.23.0 age adoption passing confidence

Release Notes

mirumee/ariadne (ariadne)

v0.23.0: Ariadne 0.23

Compare Source

CHANGELOG

  • Added execute_get_queries setting to the GraphQL apps that controls execution of the GraphQL "query" operations made with GET requests. Defaults to False.
  • Added support for the Apollo Federation versions up to 2.6.
  • Fixed deprecation warnings in Apollo Tracing extension.
  • Added a check to prevent subscription operation execution when query is made with POST request.

v0.22

Compare Source

  • Deprecated EnumType.bind_to_default_values method. It will be removed in a future release.
  • Added repair_schema_default_enum_values to public API.
  • Removed validate_schema_enum_values and introduced validate_schema_default_enum_values in its place. This is a breaking change.
  • Fixed an invalid error message returned by the GraphQLTransportWSHandler for query and mutation operations.

v0.21

Compare Source

  • Added Python 3.12 to tested versions.
  • Updated integration tests to run against FastAPI 0.104, Flask 3.0 and Starlette 0.32.
  • Updated GraphiQL explorer to initialize with support for subscriptions.

v0.20.1

Compare Source

  • Updated the GraphiQL template with working explorer plugin URL.

v0.20.0: Ariadne 0.20

Compare Source

Changelog
  • Dropped support for Python 3.7.
  • Added OpenTelemetry and opentelemetry_extension extension, importable form ariadne.tracing.opentelemetry.
  • Added query_validator option to ASGI and WSGI GraphQL applications that enables customization of query validation step.
  • Fixed ERROR message in GraphQL-WS protocol having invalid payload type.
  • Fixed query cost validator incorrect handling of inline fragments.
  • Fixed make_executable_schema error when null is used as default value for input typed field argument.
  • Updated default GraphiQL2 template to use production build of React.js.
  • Removed ExtensionSync. Extension now supports both async and sync contexts.
  • Removed OpenTracingSync and opentracing_extension_sync. OpenTracing and opentracing_extension now support both async and sync contexts.
  • Removed ApolloTracingSync. ApolloTracing now supports both async and sync contexts.

v0.19.1

Compare Source

  • Fixed .graphql definitions files not being included in the dist files

v0.19.0

Compare Source

  • Added InputType for setting Python representations of GraphQL Input types
  • Added support for passing Enum types directly to make_executable_schema
  • Added convert_names_case option to make_federated_schema.
  • Added support for the @interfaceObject directive in Apollo Federation.
  • Fixed federation support for directives without surrounding whitespace.

v0.18.1

Compare Source

  • Fixed type annotations on EnumType.

v0.18.0

Compare Source

  • GraphiQL2 is now default API explorer.
  • Added explorer option to ASGI and WSGI GraphQL applications that enables API explorer customization.
  • Added ExplorerHttp405 API explorer that returns 405 Method Not Allowed for GET HTTP requests.
  • Added implementations for GraphiQL2, GraphQL-Playground and Apollo Sandbox explorers.
  • Added convert_names_case option to make_executable_schema to convert all names in schema to Python case using default or custom strategy.
  • Added support for Path-like objects to load_schema_from_path.
  • Changed logger option to also support Logger and LoggerAdapter instance in addition to str with logger name.
  • Added support for @tag directive used by Apollo Federation.
  • Moved project configuration from setup.py to pyproject.toml.
  • Changed context_value option in ASGI and WSGI applications for callables to take query data as second argument.
  • Changed root_value option in ASGI and WSGI applications for callables to take operation and and variables in addition to context and parsed query.
  • Added execution_context_class option to ASGI and WSGI applications.
  • Added query_parser option to ASGI and WSGI GraphQL applications that enables query parsing customization.
  • Changed middleware option to work with callable or list of middlewares instead of MiddlewareManager instance.
  • Added middleware_manager_class option to ASGI and WSGI applications.
  • Added handle_request and handle_websocket methods to ASGI application that takes Starlette/FastAPI Request and Websocket objects.
  • Fixed type annotations for middlewares.
  • Added docstrings to members of public API.

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency ariadne to v0.19.1 chore(deps): update dependency ariadne to v0.20.0 Jun 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency ariadne to v0.20.0 chore(deps): update dependency ariadne to v0.20.1 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 3 times, most recently from e764578 to 6df011f Compare September 3, 2023 17:01
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 9 times, most recently from bb0f5c1 to be2c491 Compare September 22, 2023 04:36
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 3 times, most recently from ce19308 to d84f6a7 Compare October 19, 2023 04:13
@renovate renovate bot changed the title chore(deps): update dependency ariadne to v0.20.1 chore(deps): update dependency ariadne to v0.21 Nov 8, 2023
@renovate renovate bot changed the title chore(deps): update dependency ariadne to v0.21 chore(deps): update dependency ariadne to v0.22 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 6 times, most recently from 2336661 to 64fa78d Compare February 13, 2024 17:38
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 4 times, most recently from 7151fe9 to 13cbd4f Compare February 15, 2024 04:02
@renovate renovate bot force-pushed the renovate/ariadne-0.x branch 8 times, most recently from 3ef326f to f6b0c9e Compare March 12, 2024 03:34
@renovate renovate bot changed the title chore(deps): update dependency ariadne to v0.22 chore(deps): update dependency ariadne to v0.23.0 Mar 18, 2024
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants