October 26, 2024
@graphql-mesh/[email protected]
Patch Changes
- #7712
dc54d58
Thanks @EmrysMyrddin! - WebSocket connections are now cached
against the wholeconnectionParams
object and forwardedheaders
. The fixes WebSocket
connection being reused wrongly whenconnectionParams.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
- #7712
dc54d58
Thanks @EmrysMyrddin! - WebSocket connections are now cached
against the wholeconnectionParams
object and forwardedheaders
. The fixes WebSocket
connection being reused wrongly whenconnectionParams.token
is stable while other fields are
changing. - Updated dependencies
[dc54d58
,
dc54d58
]:- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
@graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
bb40dbf
Thanks @enisdenjo! - Accept context generic for proper inheritance
@graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
- #7836
1647023
Thanks @renovate! - dependencies updates:- Updated dependency
@opentelemetry/auto-instrumentations-node@^0.52.0
↗︎
(from^0.51.0
, independencies
)
- Updated dependency
- Updated dependencies []:
- @graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
- Updated dependencies []:
- @graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
- Updated dependencies []:
- @graphql-mesh/[email protected]
@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
- #7712
dc54d58
Thanks @EmrysMyrddin! - WebSocket connections are now cached
against the wholeconnectionParams
object and forwardedheaders
. The fixes WebSocket
connection being reused wrongly whenconnectionParams.token
is stable while other fields are
changing. - Updated dependencies
[1647023
,
dc54d58
,
dc54d58
,
dc54d58
,
bb40dbf
]:- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
- Updated dependencies
[dc54d58
,
dc54d58
]:- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
- @graphql-mesh/[email protected]
@graphql-mesh/[email protected]
Patch Changes
- #7712
dc54d58
Thanks @EmrysMyrddin! - Transport entriesheaders
option can
now be overridden in thesubscriptions
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
-
#7712
dc54d58
Thanks @EmrysMyrddin! - dependencies updates:- Updated dependency
@graphql-tools/executor-graphql-ws@^1.3.0
↗︎
(from^1.2.0
, independencies
)
- Updated dependency
-
#7712
dc54d58
Thanks @EmrysMyrddin! - WebSocket connections are now cached
against the wholeconnectionParams
object and forwardedheaders
. The fixes WebSocket
connection being reused wrongly whenconnectionParams.token
is stable while other fields are
changing.