Skip to content

v0.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 00:21
· 581 commits to main since this release
c0ebb12

This release contains two things:

  1. A bugfix that was being constantly reported in Sentry.
  2. 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:
    1. GatewayD version (string)
    2. Go version (string)
    3. Go OS (string)
    4. Go Architecture (string)
    5. Service (string, constant, "gatewayd")
    6. DevMode (bool)
    7. Plugins (list of Plugin)
      • Name (string)
      • Version (string)
      • Checksum (string)
    8. 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