Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 09:41
· 21 commits to main since this release
v1.11.0
dc4d6d4

Changed

  • Always enable verbose (-v) flag when a log directory is configured (coder.proxyLogDir).
  • Automatically start a workspace without prompting if it is explicitly opened but not running.

Added

  • Add support for CLI global flag configurations through the coder.globalFlags setting.
  • Add logging for all REST traffic. Verbosity is configurable via coder.httpClientLogLevel (none, basic, headers, body).
  • Add lifecycle logs for WebSocket creation, errors, and closures.
  • Include UUIDs in REST and WebSocket logs to correlate events and measure duration.