@@ -5,17 +5,20 @@ 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] - ??
8+ ## Unreleased
99
1010### Added
1111
1212- ` rsconnect content get-lockfile ` command allows fetching a lockfile with the
13- dependencies installed by connect to run the deployed content
13+ dependencies installed by connect to run the deployed content
1414- ` rsconnect content venv ` command recreates a local python environment
15- equal to the one used by connect to run the content.
15+ equal to the one used by connect to run the content.
1616- Added ` --requirements-file ` option on deploy and write-manifest commands to
17- supply an explicit requirements file instead of detecting the environment.
18-
17+ supply an explicit requirements file instead of detecting the environment.
18+ - Bundle uploads now include git metadata (source, source_repo, source_branch, source_commit)
19+ when deploying from a git repository. This metadata is automatically detected and sent to
20+ Posit Connect 2025.12.0 or later. Use ` --metadata key=value ` to provide additional metadata
21+ or override detected values. Use ` --no-metadata ` to disable automatic detection. (#736 )
1922
2023## [ 1.28.2] - 2025-12-05
2124
@@ -50,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5053 tool that returns parameter schemas for any rsconnect command, allowing LLMs
5154 to more easily construct valid CLI commands.
5255
53- - You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.12 .0
56+ - You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.11 .0
5457 or later. Use ` rsconnect deploy panel ` to deploy, or ` rsconnect write-manifest panel `
5558 to create a manifest file.
5659
0 commit comments