From 18c8fe4abdda12fae4e48c3c27ae493b416a3c52 Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Thu, 6 Nov 2025 08:38:35 -0800 Subject: [PATCH 1/3] release 1.28.0 --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1abe0e95..c4b63ce2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ?? +## [1.28.0] - 2025-11-06 + ### Added - Added `rsconnect mcp-server` command to expose rsconnect-python functionality to @@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 tool that returns parameter schemas for any rsconnect command, allowing LLMs to more easily construct valid CLI commands. -- support for deploying Holoviz Panel applications +- Added support for deploying Holoviz Panel applications. ### Fixed From 7ea5d196dd9daeaaa009eb06482257e94604851c Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Thu, 6 Nov 2025 10:02:23 -0800 Subject: [PATCH 2/3] holoviz-blurb --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c4b63ce2..7f7875f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 tool that returns parameter schemas for any rsconnect command, allowing LLMs to more easily construct valid CLI commands. -- Added support for deploying Holoviz Panel applications. +- You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025. 11.0 + or later. Use `rsconnect deploy panel` to deploy, or `rsconnect write-manifest panel` + to create a manifest file. ### Fixed From 36c1d3185261ae656701fa1ded810baef481f2d3 Mon Sep 17 00:00:00 2001 From: joshyam-k Date: Thu, 6 Nov 2025 10:04:12 -0800 Subject: [PATCH 3/3] spacing --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7f7875f4..01dd6a7c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 tool that returns parameter schemas for any rsconnect command, allowing LLMs to more easily construct valid CLI commands. -- You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025. 11.0 +- You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.11.0 or later. Use `rsconnect deploy panel` to deploy, or `rsconnect write-manifest panel` to create a manifest file.