grafbase

The GraphQL Federation platform

APACHE-2.0 License

Downloads
47.3K
Stars
1.1K
Committers
22

Bot releases are visible (Hide)

grafbase - grafbase-0.65.0

Published by github-actions[bot] 7 months ago

Features

  • The MongoDB connector now supports joins.

Bug Fixes

  • Better support for Drupal OpenAPI specifications
grafbase - gateway-0.2.0-rc.1

Published by github-actions[bot] 7 months ago

Features

  • Provide a way to set log level from the command line.
  • Simplify tracing initialization
grafbase - grafbase-0.64.3

Published by github-actions[bot] 7 months ago

Fixes

Crashes in many gb commands, complaining about missing http2 flag

grafbase - grafbase-0.64.2

Published by github-actions[bot] 7 months ago

Features

  • Adds progressive override for composition
  • Validates the registry in federated dev

Fixes

  • Fixes info logs showing up without the trace flag
  • Fixes Bun output in certain scenarios
  • Fixes federated dev reporting an incorrect port
grafbase - gateway-0.1.0

Published by github-actions[bot] 7 months ago

Features

Separating the federated gateway to its own binary. The grafbase-gateway has two versions:

  • One for server installations, optimized for multi-threaded workflows and compiled to optimize runtime speed over binary size.
  • The other for AWS Lambda installations, which maps seamlessly to AWS services such as X-Ray and Lambda. Optimized for binary size over runtime speed.
grafbase - grafbase-0.64.1

Published by github-actions[bot] 7 months ago

Fixes

  • Fixes a broken URL in the upgrade command
grafbase - gateway-0.1.0-rc.24

Published by github-actions[bot] 7 months ago

Features

  • propagating x-ray trace ids for lambda
grafbase - gateway-0.1.0-rc.23

Published by github-actions[bot] 7 months ago

Fixes

Lambda telemetry should only be initialized once per start

grafbase - grafbase-0.64.0

Published by github-actions[bot] 7 months ago

Features

  • Join fields can now take arguments to be used as part of the join.
grafbase - gateway-0.1.0-rc.22

Published by github-actions[bot] 7 months ago

Fixes

Only use OTEL if configured, set the filter correctly

grafbase - gateway-0.1.0-rc.21

Published by github-actions[bot] 7 months ago

Fixes

  • enables plan cache for self-hosted gateway
grafbase - gateway-0.1.0-rc.20

Published by github-actions[bot] 7 months ago

Fixes

Handle tracing in sync for lambda

grafbase - gateway-0.1.0-rc.19

Published by github-actions[bot] 7 months ago

Fixes

Start the runtime earlier for otel to be able to initialize

grafbase - gateway-0.1.0-rc.18

Published by github-actions[bot] 7 months ago

Fixes

Back to normal otel collector

grafbase - gateway-0.1.0-rc.17

Published by github-actions[bot] 7 months ago

Fixes

Try xray otel with json output

grafbase - gateway-0.1.0-rc.16

Published by github-actions[bot] 7 months ago

Fixes

Simplify otel for the main gateway binary

grafbase - gateway-0.1.0-rc.15

Published by github-actions[bot] 7 months ago

Fixes

Map the telemetry config for xray

grafbase - grafbase-0.63.0

Published by github-actions[bot] 7 months ago

Breaking

  • federated start is now in a new binary grafbase-gateway
  • the grafbase docker image is now using the grafbase-gateway, the docker image for CLI is deprecated

Features

  • Adds the upgrade command for directly installed CLIs. This new command
    upgrades the CLI to the latest version available

Bug Fixes

  • Fixed an issue where the GraphQL connector would fail to
    deduplicate errors from connected APIs.
grafbase - gateway-0.1.0-rc.14

Published by github-actions[bot] 7 months ago

Features

Try with separate trace provider for x-ray

grafbase - gateway-0.1.0-rc.13

Published by github-actions[bot] 7 months ago

Features

Propagate x-ray tracing parent ids for lambda