From a8d619fbd0445f3e8daf0ecff79eb9865ba3c39f Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Mon, 24 Aug 2026 16:48:08 +0300 Subject: [PATCH] chore: release v1.16.1 Bump the version, stamp the release header, and add the user-visible changelog entries missing from the 1.16.1 section: session-ID tagged logs, workspace and agent state logging, the Tasks panel deprecation, API response validation errors, and the stale CLI download progress fix. --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c204a4bee..67a5e70d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ from published versions since it shows up in the VS Code extension changelog tab and is confusing to users. Add it back between releases if needed. --> -## Unreleased +## [v1.16.1](https://github.com/coder/vscode-coder/releases/tag/v1.16.1) 2026-08-24 ### Added @@ -13,6 +13,14 @@ this editor's generated workspace hosts file in a read-only editor. A connected window opens its own deployment's file; a local window asks which deployment to open when there are several. +- Prefix every line in the Coder output channel with a per-session ID, and + send that same ID to your deployment and to the `coder` CLI. Searching for + it in the logs or a support bundle picks out everything one session did, + even when several windows are connected at once. +- Log workspace, agent, and lifecycle status changes as they happen, including + agents that disappear. A slow or failed connection now leaves a record of + what the workspace and its agents were doing at the time, instead of only + the error at the end. ### Changed @@ -32,6 +40,8 @@ now sits at the top of your config, so the generated options always take effect and there is nothing left to warn about. Validation of the options your deployment sends is unchanged. +- The Tasks panel is deprecated. It is now titled **Coder Tasks + (Deprecated)**, and is hidden entirely on Coder 2.35 and newer. ### Fixed @@ -39,6 +49,11 @@ launch ssh without pointing it at a config file, so it always reads `~/.ssh/config`, and honoring the setting wrote the workspace host where the connection never looked. +- Report a malformed response from your deployment or proxy as an error naming + the endpoint that sent it, instead of an unrelated crash later on. Waiting on + a workspace build now fails on a bad response rather than hanging forever. +- Stop showing stale progress in other windows waiting on the same CLI + download. ## [v1.16.0](https://github.com/coder/vscode-coder/releases/tag/v1.16.0) 2026-08-06 diff --git a/package.json b/package.json index f169c4d3f1..f227c06f9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.16.0", + "version": "1.16.1", "description": "Open any workspace with a single click.", "categories": [ "Other"