Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 22:25
· 557 commits to main since this release
ae469dc

This release contains these changes:

  1. Go is updated to 1.20 plus all the dependencies.
  2. The gRPC and HTTP API ports are changed to 18080 and 19090 respectively.
  3. Timeouts are added to plugin hooks: previously, hooks could block the main thread indefinitely, thus making GatewayD unresponsive, but now they will time out and return the control back to the GatewayD's main thread. The timeout parameter can be adjusted in the gatewayd_plugins.yaml file.

What's Changed

Full Changelog: v0.5.6...v0.6.0