|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## [v1.12.0](https://github.com/coder/vscode-coder/releases/tag/v1.12.0) 2026-01-21 |
| 6 | + |
5 | 7 | ### Added |
6 | 8 |
|
7 | 9 | - Automatic TLS client certificate refresh via new `coder.tlsCertRefreshCommand` setting. Detects |
8 | 10 | certificate errors (expired, revoked, etc.) and automatically refreshes and retries. |
| 11 | +- OAuth 2.1 authentication support (experimental): Enable via `coder.experimental.oauth` setting. |
| 12 | + When connecting to an OAuth-enabled Coder deployment, you can choose between OAuth (with automatic |
| 13 | + token refresh) or legacy session tokens. OAuth tokens refresh automatically in the background, |
| 14 | + eliminating manual re-authentication. |
| 15 | +- Multi-deployment support: The extension now remembers credentials for multiple Coder deployments. |
| 16 | + When you log into a different deployment, existing credentials are preserved and automatically |
| 17 | + restored if you log back in. Credentials sync automatically across VS Code windows. |
| 18 | +- WebSocket connections now automatically reconnect when proxy, TLS, or header settings change |
| 19 | + (`coder.headerCommand`, `coder.insecure`, `coder.tlsCertFile`, `coder.tlsKeyFile`, `coder.tlsCaFile`, |
| 20 | + `coder.tlsAltHost`, `http.proxy`, `coder.proxyBypass`). |
9 | 21 |
|
10 | 22 | ### Fixed |
11 | 23 |
|
12 | 24 | - Fixed `SetEnv` SSH config parsing and accumulation with user-defined values. |
13 | 25 | - Improved WebSocket error handling for more consistent behavior across connection failures. |
| 26 | +- Commands now correctly appear/hide in the command palette based on login state and remote connection. |
| 27 | +- Opening a workspace via URI (`vscode://coder.coder-remote/open?...`) now properly prompts for login |
| 28 | + when credentials are missing. |
| 29 | +- Network info files are now automatically cleaned up, and the SSH process is re-detected after |
| 30 | + repeated failures to read network info. |
| 31 | +- Proxy log files are now automatically cleaned up when the count exceeds 20 and the oldest files |
| 32 | + are more than 7 days old. |
| 33 | + |
| 34 | +### Changed |
| 35 | + |
| 36 | +- **Breaking**: Minimum VS Code version is now 1.95.0. |
14 | 37 |
|
15 | 38 | ## [v1.11.6](https://github.com/coder/vscode-coder/releases/tag/v1.11.6) 2025-12-15 |
16 | 39 |
|
|
0 commit comments