Skip to content

Commit f1861fa

Browse files
committed
Update CHANGELOG.md with new changes for the v1.12.0 release
1 parent 2f8782c commit f1861fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,31 @@
66

77
- Automatic TLS client certificate refresh via new `coder.tlsCertRefreshCommand` setting. Detects
88
certificate errors (expired, revoked, etc.) and automatically refreshes and retries.
9+
- OAuth 2.1 authentication support: When connecting to an OAuth-enabled Coder deployment, users can
10+
now choose between OAuth (with automatic token refresh) or legacy session tokens. OAuth tokens
11+
refresh automatically in the background, eliminating manual re-authentication.
12+
- Multi-deployment support: The extension now properly tracks per-deployment credentials, allowing
13+
seamless switching between multiple Coder deployments. Credentials sync automatically across
14+
VS Code windows.
15+
- WebSocket connections now automatically reconnect when proxy, TLS, or header settings change
16+
(`coder.headerCommand`, `coder.insecure`, `coder.tlsCertFile`, `coder.tlsKeyFile`, `coder.tlsCaFile`,
17+
`coder.tlsAltHost`, `http.proxy`, `coder.proxyBypass`).
918

1019
### Fixed
1120

1221
- Fixed `SetEnv` SSH config parsing and accumulation with user-defined values.
1322
- Improved WebSocket error handling for more consistent behavior across connection failures.
23+
- Commands now correctly appear/hide in the command palette based on login state and remote connection.
24+
- Opening a workspace via URI (`vscode://coder.coder-remote/open?...`) now properly prompts for login
25+
when credentials are missing.
26+
- Network info files are now automatically cleaned up, and the SSH process is re-detected after
27+
repeated failures to read network info.
28+
29+
### Changed
30+
31+
- **Breaking**: Minimum VS Code version is now 1.95.0.
32+
- Build tooling modernized: all dependencies updated, faster builds with esbuild (replaces webpack),
33+
pnpm replaces yarn, and ESLint 9 with flat config.
1434

1535
## [v1.11.6](https://github.com/coder/vscode-coder/releases/tag/v1.11.6) 2025-12-15
1636

0 commit comments

Comments
 (0)