File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Unreleased
9+
10+ ### Added
11+
12+ - Bundle uploads now include git metadata (source, source_repo, source_branch, source_commit)
13+ when deploying from a git repository. This metadata is automatically detected and sent to
14+ Posit Connect 2025.12.0 or later. Use ` --metadata key=value ` to provide additional metadata
15+ or override detected values. Use ` --no-metadata ` to disable automatic detection. (#736 )
16+
817## [ 1.28.2] - 2025-12-05
918
1019### Fixed
@@ -38,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3847 tool that returns parameter schemas for any rsconnect command, allowing LLMs
3948 to more easily construct valid CLI commands.
4049
41- - You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.12 .0
50+ - You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.11 .0
4251 or later. Use ` rsconnect deploy panel ` to deploy, or ` rsconnect write-manifest panel `
4352 to create a manifest file.
4453
You can’t perform that action at this time.
0 commit comments