Skip to content

Commit c1cf229

Browse files
committed
Add changelog
1 parent 6739540 commit c1cf229

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
### Changed
66

77
- 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.
89

910
### Added
1011

11-
- Add support for CLI global flag configurations through the `coder.globalFlags` setting.
12+
- Add logging for all REST and some WebSocket traffic, with REST verbosity configurable via `coder.httpClientLogLevel` (`none`, `basic`, `headers`, `body`).
13+
- An Axios interceptor that tags each request with a UUID to correlate with its response and measure duration.
14+
- Lifecycle logs for WebSocket creation, errors, and closures.
1215

1316
## [1.10.1](https://github.com/coder/vscode-coder/releases/tag/v1.10.1) 2025-08-13
1417

0 commit comments

Comments
 (0)