Skip to content

Commit 99b200d

Browse files
📰
1 parent e53f361 commit 99b200d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)