Skip to content

Releases: ardatan/graphql-mesh

October 31, 2024

31 Oct 13:57
89ea596
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@omnigraph/[email protected]

Minor Changes

  • #7866
    0788b5d
    Thanks @renovate! - Use shared TransportOptions scalar in all
    transport directive definitions

@omnigraph/[email protected]

Minor Changes

  • #7866
    0788b5d
    Thanks @renovate! - Use shared TransportOptions scalar in all
    transport directive definitions

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

October 30, 2024

30 Oct 16:26
ba592a6
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

October 30, 2024

30 Oct 14:20
6d4e410
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

Read more

v1.4.0

26 Oct 14:57
e589f86
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7837)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

October 26, 2024

26 Oct 14:54
e589f86
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

  • #7712
    dc54d58
    Thanks @EmrysMyrddin! - WebSocket connections are now cached
    against the whole connectionParams object and forwarded headers. The fixes WebSocket
    connection being reused wrongly when connectionParams.token is stable while other fields are
    changing.

@graphql-hive/[email protected]

Minor Changes

  • #7712
    dc54d58
    Thanks @EmrysMyrddin! - Add support for upstream WebSocket
    subscriptions in Docker and binary distributions.

    The HTTP headers of the incoming client's request can now be forwarded to the upstream in the
    WebSocket HTTP upgrade request:

    import { defineConfig } from '@graphql-hive/gateway'
    
    export const gatewayConfig = defineConfig({
      transportEntries: {
        ['*.http']: {
          options: {
            subscriptions: {
              kind: 'ws',
              location: '/subscriptions',
              headers: [['authentication', '{context.headers.authentication}']]
            }
          }
        }
      }
    })

Patch Changes

@graphql-mesh/[email protected]

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Minor Changes

  • #7712
    dc54d58
    Thanks @EmrysMyrddin! - Add support for upstream WebSocket
    subscriptions in Docker and binary distributions.

    The HTTP headers of the incoming client's request can now be forwarded to the upstream in the
    WebSocket HTTP upgrade request:

    import { defineConfig } from '@graphql-hive/gateway'
    
    export const gatewayConfig = defineConfig({
      transportEntries: {
        ['*.http']: {
          options: {
            subscriptions: {
              kind: 'ws',
              location: '/subscriptions',
              headers: [['authentication', '{context.headers.authentication}']]
            }
          }
        }
      }
    })

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

  • #7712
    dc54d58
    Thanks @EmrysMyrddin! - Transport entries headers option can
    now be overridden in the subscriptions transport

@graphql-mesh/[email protected]

Minor Changes

  • #7712
    dc54d58
    Thanks @EmrysMyrddin! - Add support for upstream WebSocket
    subscriptions in Docker and binary distributions.

    The HTTP headers of the incoming client's request can now be forwarded to the upstream in the
    WebSocket HTTP upgrade request:

    import { defineConfig } from '@graphql-hive/gateway'
    
    export const gatewayConfig = defineConfig({
      transportEntries: {
        ['*.http']: {
          options: {
            subscriptions: {
              kind: 'ws',
              location: '/subscriptions',
              headers: [['authentication', '{context.headers.authentication}']]
            }
          }
        }
      }
    })

Patch Changes

v1.3.4

24 Oct 15:05
b420644
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7827)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

October 24, 2024

24 Oct 14:59
b420644
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

Read more

v1.3.3

23 Oct 12:16
cbf67b9
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7817)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.3.2

23 Oct 10:02
73b679b
Compare
Choose a tag to compare
chore(release): update monorepo packages versions (#7812)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

October 23, 2024

23 Oct 12:13
cbf67b9
Compare
Choose a tag to compare

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

Read more