Skip to content

Releases: dotansimha/graphql-yoga

December 24, 2024

24 Dec 10:45
9f109dd
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.7

@graphql-yoga/urql-exchange@3.10.8

graphql-yoga@5.10.8

Patch Changes

  • #3588
    ed344ea
    Thanks @ardatan! - Mark createLRUCache utility as deprecated, and
    export it as _createLRUCache marking it as an internal utility

@graphql-yoga/nestjs@3.10.8

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/nestjs-federation@3.10.8

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8
    • @graphql-yoga/plugin-apollo-inline-trace@3.10.8

@graphql-yoga/plugin-apq@3.10.8

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/plugin-graphql-sse@3.10.8

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/plugin-jwt@3.4.9

Patch Changes

  • #3590
    840c6ae
    Thanks @ardatan! - - Do not throw when `request` is not available
    in the context, it can be a WebSockets connection

    • Export helper extractFromConnectionParams to get the token from WebSocket connectionParams
      when GraphQL WS is used like
      here
    import { extractFromConnectionParams, extractFromHeader, useJWT } from '@graphql-yoga/plugin-jwt'
    
    const yoga = createYoga({
      // ...
      plugins: [
        useJWT({
          // So it will look for the token in the connectionParams.my-token field in case of a WebSockets connection
          // It will check WS params and headers, and get the available one
          lookupLocations: [
            extractFromConnectionParams({ name: 'my-token' }),
            extractFromHeader({ name: 'authorization', prefix: 'Bearer ' })
          ]
        })
      ]
    })

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/plugin-prometheus@6.5.5

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

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

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/plugin-sofa@3.10.8

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

@graphql-yoga/render-graphiql@5.10.8

Patch Changes

  • Updated dependencies
    [ed344ea]:
    • graphql-yoga@5.10.8

December 24, 2024

24 Dec 09:22
5602b4d
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.6

@graphql-yoga/urql-exchange@3.10.7

@graphql-yoga/graphiql@4.3.4

Patch Changes

graphql-yoga@5.10.7

Patch Changes

@graphql-yoga/nestjs@3.10.7

Patch Changes

@graphql-yoga/nestjs-federation@3.10.7

Patch Changes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-apq@3.10.7

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-graphql-sse@3.10.7

Patch Changes

@graphql-yoga/plugin-jwt@3.4.7

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-prometheus@6.5.4

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-sofa@3.10.7

Patch Changes

  • #3559
    5620283
    Thanks @ardatan! - dependencies updates:

  • #3559
    5620283
    Thanks @ardatan! - Fix the issue when SOFA returns 404 response from
    error extensions returned by a resolver, it will cause the server to continue the request handling
    with Yoga but instead it should return the response with 404 and the body SOFA returns.

  • Updated dependencies
    [8fee214,
    1df4912]:

    • graphql-yoga@5.10.7

@graphql-yoga/render-graphiql@5.10.7

Patch C...

Read more

December 14, 2024

14 Dec 14:55
ea66fcc
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.5

@graphql-yoga/urql-exchange@3.10.6

graphql-yoga@5.10.6

Patch Changes

@graphql-yoga/nestjs@3.10.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/nestjs-federation@3.10.6

Patch Changes

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

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6
    • @graphql-yoga/plugin-apollo-inline-trace@3.10.6

@graphql-yoga/plugin-apq@3.10.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/plugin-graphql-sse@3.10.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/plugin-jwt@3.4.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/plugin-prometheus@6.5.3

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

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

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/plugin-sofa@3.10.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

@graphql-yoga/render-graphiql@5.10.6

Patch Changes

  • Updated dependencies
    [121ccba]:
    • graphql-yoga@5.10.6

December 13, 2024

13 Dec 10:12
9557c69
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.4

@graphql-yoga/urql-exchange@3.10.5

@graphql-yoga/redis-event-target@3.0.2

Patch Changes

  • Updated dependencies
    [57e7701]:
    • @graphql-yoga/typed-event-target@3.0.1

@graphql-yoga/typed-event-target@3.0.1

Patch Changes

  • #3532
    57e7701
    Thanks @ardatan! - Improve typings for TypedEventTarget<TEvent>,
    so addEventListener and removeEventListener methods now expect type to be the type
    property of TEvent, and dispatchEvent expects to get TEvent.

@graphql-yoga/graphiql@4.3.3

Patch Changes

graphql-yoga@5.10.5

Patch Changes

@graphql-yoga/nestjs@3.10.5

Patch Changes

@graphql-yoga/nestjs-federation@3.10.5

Patch Changes

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

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

Patch Changes

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

Minor Changes

  • #3532
    57e7701
    Thanks @ardatan! - supergraphManager option is not available
    anymore, you can pass SupergraphManager directly to the plugin instead;

    - useManagedFederation({ supergraphManager })
    + useManagedFederation(supergraphManager)

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-apq@3.10.5

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-graphql-sse@3.10.5

Patch Changes

@graphql-yoga/plugin-jwt@3.4.5

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-prometheus@6.5.2

Patch Changes

Read more

November 29, 2024

29 Nov 14:24
fad56db
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.3

Patch Changes

@graphql-yoga/urql-exchange@3.10.4

graphql-yoga@5.10.4

Patch Changes

@graphql-yoga/nestjs@3.10.4

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

@graphql-yoga/nestjs-federation@3.10.4

Patch Changes

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

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

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

Patch Changes

@graphql-yoga/plugin-apq@3.10.4

Patch Changes

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

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

@graphql-yoga/plugin-graphql-sse@3.10.4

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

@graphql-yoga/plugin-jwt@3.4.4

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

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

Patch Changes

@graphql-yoga/plugin-prometheus@6.5.1

Patch Changes

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

Patch Changes

  • #3520
    944ecd5
    Thanks @ardatan! - dependencies updates:

  • #3520
    944ecd5
    Thanks @ardatan! - Pass `context` to session and
    buildResponseCacheKey

    So now session can get the context to use the JWT token extracted by JWT Plugin for instance;

    useResponseCache({
      session: (req, ctx) => ctx.jwt.token
    })
  • Updated dependencies
    [944ecd5]:

    • graphql-yoga@5.10.4

@graphql-yoga/plugin-sofa@3.10.4

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

@graphql-yoga/render-graphiql@5.10.4

Patch Changes

  • Updated dependencies
    [944ecd5]:
    • graphql-yoga@5.10.4

November 27, 2024

27 Nov 12:46
bc327db
Compare
Choose a tag to compare

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

Minor Changes

  • #3458
    cb29c6c
    Thanks @kroupacz! - ### Removed
    • Breaking change remove option to set clientName and clientVersion as a static string
      in ApolloUsageReportOptions

Patch Changes

  • #3488
    a4bc07f
    Thanks @kroupacz! - fixed: move logic from onEnveloped hook to
    onParse hook (onParseEnd) which prevents the operationName could be missing.

@graphql-yoga/plugin-prometheus@6.5.0

Minor Changes

  • #3489
    131dfa3
    Thanks @EmrysMyrddin! - Allow to explicitly control which
    events and timing should be observe.

    Each metric can now be configured to observe events and timings only for certain GraphQL pipeline
    phases, or depending on the request context.

    Example: trace only execution and subscription errors

    import { execute, parse, specifiedRules, subscribe, validate } from 'graphql'
    import { envelop, useEngine } from '@envelop/core'
    import { usePrometheus } from '@envelop/prometheus'
    
    const TRACKED_OPERATION_NAMES = [
      // make a list of operation that you want to monitor
    ]
    
    const getEnveloped = envelop({
      plugins: [
        useEngine({ parse, validate, specifiedRules, execute, subscribe }),
        usePrometheus({
          metrics: {
            // Here, an array of phases can be provided to enable the metric only on certain phases.
            // In this example, only error happening during the execute and subscribe phases will tracked
            graphql_envelop_phase_error: ['execute', 'subscribe']
          }
        })
      ]
    })

    Example: Monitor timing only of a set of operations by name

    import { execute, parse, specifiedRules, subscribe, validate } from 'graphql'
    import { envelop, useEngine } from '@envelop/core'
    import { usePrometheus } from '@envelop/prometheus'
    
    const TRACKED_OPERATION_NAMES = [
      // make a list of operation that you want to monitor
    ]
    
    const getEnveloped = envelop({
      plugins: [
        useEngine({ parse, validate, specifiedRules, execute, subscribe }),
        usePrometheus({
          metrics: {
            graphql_yoga_http_duration: createHistogram({
              registry,
              histogram: {
                name: 'graphql_envelop_request_duration',
                help: 'Time spent on HTTP connection',
                labelNames: ['operationName']
              },
              fillLabelsFn: ({ operationName }, _rawContext) => ({ operationName }),
              phases: ['execute', 'subscribe'],
    
              // Here `shouldObserve` control if the request timing should be observed, based on context
              shouldObserve: ({ operationName }) => TRACKED_OPERATIONS.includes(operationName)
            })
          }
        })
      ]
    })

    Default Behavior Change

    A metric is enabled using true value in metrics options will observe in every phases available.

    Previously, which phase was observe was depending on which other metric were enabled. For example,
    this config would only trace validation error:

    usePrometheus({
      metrics: {
        graphql_envelop_phase_error: true,
        graphql_envelop_phase_validate: true
      }
    })

    This is no longer the case. If you were relying on this behavior, please use an array of string to
    restrict observed phases.

    usePrometheus({
      metrics: {
        graphql_envelop_phase_error: ['validate']
      }
    })

    Deprecation

    The fillLabelFn function was provided the response and request through the context
    argument.

    This is now deprecated, request and response are now available in the first params argument.
    This change allows to provide better typing, since context is not typed.

Patch Changes

November 20, 2024

20 Nov 12:33
369e3ce
Compare
Choose a tag to compare

@graphql-yoga/urql-exchange@3.10.3

Patch Changes

@graphql-yoga/graphiql@4.3.2

Patch Changes

graphql-yoga@5.10.3

Patch Changes

@graphql-yoga/nestjs@3.10.3

Patch Changes

@graphql-yoga/nestjs-federation@3.10.3

Patch Changes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    [c93366d,
    c93366d]:
    • graphql-yoga@5.10.3
    • @graphql-yoga/plugin-apollo-inline-trace@3.10.3

@graphql-yoga/plugin-apq@3.10.3

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-graphql-sse@3.10.3

Patch Changes

@graphql-yoga/plugin-jwt@3.4.3

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-prometheus@6.4.3

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-sofa@3.10.3

Patch Changes

@graphql-yoga/render-graphiql@5.10.3

Patch Changes

November 14, 2024

14 Nov 10:49
3a62f33
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.2

@graphql-yoga/urql-exchange@3.10.2

graphql-yoga@5.10.2

Patch Changes

  • #3491
    7a413bc
    Thanks @n1ru4l! - dependencies updates:

  • #3491
    7a413bc
    Thanks @n1ru4l! - Fix issue where context values being shared between
    batched requests.

    A bug within @whatwg-node/server caused properties assigned to a batched requests context to be
    propagated to all other batched requests contexts. It is resolved by updating the dependency of
    @whatwg-node/server to 0.9.55.

@graphql-yoga/nestjs@3.10.2

Patch Changes

@graphql-yoga/nestjs-federation@3.10.2

Patch Changes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    [7a413bc,
    7a413bc]:
    • graphql-yoga@5.10.2
    • @graphql-yoga/plugin-apollo-inline-trace@3.10.2

@graphql-yoga/plugin-apq@3.10.2

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-graphql-sse@3.10.2

Patch Changes

@graphql-yoga/plugin-jwt@3.4.2

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-prometheus@6.4.2

Patch Changes

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

Patch Changes

@graphql-yoga/plugin-sofa@3.10.2

Patch Changes

@graphql-yoga/render-graphiql@5.10.2

Patch Changes

November 11, 2024

11 Nov 20:39
732b184
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.1

@graphql-yoga/urql-exchange@3.10.1

graphql-yoga@5.10.1

Patch Changes

@graphql-yoga/nestjs@3.10.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/nestjs-federation@3.10.1

Patch Changes

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

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

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

Patch Changes

@graphql-yoga/plugin-apq@3.10.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/plugin-graphql-sse@3.10.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/plugin-jwt@3.4.1

Patch Changes

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/plugin-prometheus@6.4.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

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

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/plugin-sofa@3.10.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

@graphql-yoga/render-graphiql@5.10.1

Patch Changes

  • Updated dependencies
    [20cd9b6]:
    • graphql-yoga@5.10.1

November 11, 2024

11 Nov 08:17
11c2748
Compare
Choose a tag to compare

@graphql-yoga/apollo-link@3.10.0

@graphql-yoga/urql-exchange@3.10.0

graphql-yoga@5.10.0

Minor Changes

  • #3462
    f81501c
    Thanks @maeldur! - Correctly handle HTTP GET requests with ?
    characters in the query search string.

@graphql-yoga/nestjs@3.10.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/nestjs-federation@3.10.0

Patch Changes

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

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

Patch Changes

  • #3455
    6e2ab86
    Thanks @kroupacz! - - updated: @envelop/on-resolve@^4.1.1
    dependency
    • fixed: package @envelop/core@^5.0.2 was added to devDependencies and @envelop/on-resolve was
      removed
  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • #3455
    6e2ab86
    Thanks @kroupacz! - - fixed: get specific or the nearest possible
    trace node if something fails at non-nullable GraphQL query field

  • Updated dependencies
    [6e2ab86,
    f81501c]:

    • @graphql-yoga/plugin-apollo-inline-trace@3.10.0
    • graphql-yoga@5.10.0

@graphql-yoga/plugin-apq@3.10.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/plugin-graphql-sse@3.10.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/plugin-jwt@3.4.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/plugin-prometheus@6.4.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

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

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/plugin-sofa@3.10.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0

@graphql-yoga/render-graphiql@5.10.0

Patch Changes

  • Updated dependencies
    [f81501c]:
    • graphql-yoga@5.10.0