You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,13 @@
5
5
### Changed
6
6
7
7
- Always enable verbose (`-v`) flag when a log directory is configured (`coder.proxyLogDir`).
8
-
- Replaced SSE paths with a one-way WebSocket and centralized creation on `OneWayWebSocket`, and unified socket handling.
9
8
10
9
### Added
11
10
12
11
- Add support for CLI global flag configurations through the `coder.globalFlags` setting.
13
-
- Add logging for all REST and some WebSocket traffic, with REST verbosity configurable via `coder.httpClientLogLevel` (`none`, `basic`, `headers`, `body`).
14
-
-An Axios interceptor that tags each request with a UUID to correlate with its response and measure duration.
15
-
-Lifecycle logs for WebSocket creation, errors, and closures.
12
+
- Add logging for all REST traffic. Verbosity is configurable via `coder.httpClientLogLevel` (`none`, `basic`, `headers`, `body`).
13
+
-Add lifecycle logs for WebSocket creation, errors, and closures.
14
+
-Include UUIDs in REST and WebSocket logs to correlate events and measure duration.
0 commit comments