v0.6.0
This release contains these changes:
- Go is updated to 1.20 plus all the dependencies.
- The gRPC and HTTP API ports are changed to 18080 and 19090 respectively.
- 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 thegatewayd_plugins.yaml
file.
What's Changed
Full Changelog: v0.5.6...v0.6.0