Skip to content

February 06, 2025

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 06 Feb 15:33
· 128 commits to main since this release
de5cd14

@graphql-yoga/apollo-link@3.11.0

@graphql-yoga/urql-exchange@3.11.0

graphql-yoga@5.11.0

Minor Changes

  • #3727
    5fd15b8
    Thanks @EmrysMyrddin! - Allow to configure the endpoint used by
    GraphiQL to send requests.

  • #3736
    d13b8a4
    Thanks @ardatan! - Now it is possible to replace or wrap the logic
    how GraphQLParams handled;

    By default Yoga calls Envelop to handle the parameters, but now you can replace it with your own
    logic.

    Example: Wrap the GraphQL handling pipeline in an AsyncLocalStorage

    function myPlugin(): Plugin {
      const context = new AsyncLocalStorage();
      return {
        onParams({ paramsHandler, setParamsHandler }) {
          const store = { foo: 'bar' }
          setParamsHandler(payload => context.run(store, paramsHandler, payload))
       }
    }

@graphql-yoga/nestjs@3.11.0

Patch Changes

@graphql-yoga/nestjs-federation@3.11.0

Patch Changes

  • Updated dependencies []:
    • @graphql-yoga/nestjs@3.11.0
    • @graphql-yoga/plugin-apollo-inline-trace@3.11.0

@graphql-yoga/plugin-apollo-inline-trace@3.11.0

Patch Changes

@graphql-yoga/apollo-managed-federation@0.9.0

Patch Changes

@graphql-yoga/plugin-apollo-usage-report@0.6.0

Patch Changes

  • Updated dependencies
    [5fd15b8,
    d13b8a4]:
    • graphql-yoga@5.11.0
    • @graphql-yoga/plugin-apollo-inline-trace@3.11.0

@graphql-yoga/plugin-apq@3.11.0

Patch Changes

@graphql-yoga/plugin-csrf-prevention@3.11.0

Patch Changes

@graphql-yoga/plugin-defer-stream@3.11.0

Patch Changes

@graphql-yoga/plugin-disable-introspection@2.12.0

Patch Changes

@graphql-yoga/plugin-graphql-sse@3.11.0

Patch Changes

@graphql-yoga/plugin-jwt@3.5.0

Patch Changes

@graphql-yoga/plugin-persisted-operations@3.11.0

Patch Changes

@graphql-yoga/plugin-prometheus@6.6.0

Patch Changes

@graphql-yoga/plugin-response-cache@3.13.0

Patch Changes

@graphql-yoga/plugin-sofa@3.11.0

Patch Changes

@graphql-yoga/render-graphiql@5.11.0

Patch Changes