Skip to content

router 0.0.19 (2025-11-19)

Latest

Choose a tag to compare

@knope-bot knope-bot released this 19 Nov 12:33
eedc1d5

Features

Use hive-console-sdk to load supergraph from Hive CDN

Breaking Changes

The configuration for the hive source has been updated to offer more specific timeout controls and support for self-signed certificates. The timeout field has been renamed.

supergraph:
  source: hive
  endpoint: "https://cdn.graphql-hive.com/supergraph"
  key: "YOUR_CDN_KEY"
- timeout: 30s
+ request_timeout: 30s          # `request_timeout` replaces `timeout`
+ connect_timeout: 10s          # new option to control `connect` phase
+ accept_invalid_certs: false   # new option to allow accepting invalid TLS certificates