v0.5.3
This release contains two things:
- A bugfix that was being constantly reported in Sentry.
- A gRPC client that reports usage stats to the GatewayD Usage Report Service every time your run GatewayD. It is a tiny service that records these pieces of information for analytics:
- GatewayD version (string)
- Go version (string)
- Go OS (string)
- Go Architecture (string)
- Service (string, constant, "gatewayd")
- DevMode (bool)
- Plugins (list of Plugin)
- Name (string)
- Version (string)
- Checksum (string)
- Timestamp
No other information is recorded, but if you're still concerned about your privacy, use --usage-report=false
flag to disable usage reporting.
What's Changed
Full Changelog: v0.5.2...v0.5.3