853853 < ul class ="md-nav__list " data-md-component ="toc " data-md-scrollfix >
854854
855855 < li class ="md-nav__item ">
856- < a href ="#unreleased- " class ="md-nav__link ">
856+ < a href ="#unreleased " class ="md-nav__link ">
857857 < span class ="md-ellipsis ">
858858
859- Unreleased - ??
859+ Unreleased
860860
861861 </ span >
862862 </ a >
863863
864- < nav class ="md-nav " aria-label ="Unreleased - ?? ">
864+ < nav class ="md-nav " aria-label ="Unreleased ">
865865 < ul class ="md-nav__list ">
866866
867867 < li class ="md-nav__item ">
@@ -2613,7 +2613,7 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
26132613< p > All notable changes to this project will be documented in this file.</ p >
26142614< p > The format is based on < a href ="https://keepachangelog.com/en/1.0.0/ "> Keep a Changelog</ a > ,
26152615and this project adheres to < a href ="https://semver.org/spec/v2.0.0.html "> Semantic Versioning</ a > .</ p >
2616- < h2 id ="unreleased- " > < a href =" https://github.com/posit-dev/rsconnect-python/compare/1.5.0...HEAD " > Unreleased</ a > - ?? < a class ="headerlink " href ="#unreleased- " title ="Permanent link "> #</ a > </ h2 >
2616+ < h2 id ="unreleased " > Unreleased< a class ="headerlink " href ="#unreleased " title ="Permanent link "> #</ a > </ h2 >
26172617< h3 id ="added "> Added< a class ="headerlink " href ="#added " title ="Permanent link "> #</ a > </ h3 >
26182618< ul >
26192619< li > < code > rsconnect content get-lockfile</ code > command allows fetching a lockfile with the
@@ -2623,6 +2623,11 @@ <h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">#
26232623< li > Added < code > --requirements-file</ code > option on deploy and write-manifest commands to
26242624 supply an explicit requirements file instead of detecting the environment.</ li >
26252625< li > < code > uv.lock</ code > can now be supplied via < code > --requirements-file</ code > for deploy and write-manifest.</ li >
2626+ < li > Bundle uploads now include git metadata (source, source_repo, source_branch, source_commit)
2627+ when deploying from a git repository. This metadata is automatically detected and sent to
2628+ Posit Connect 2025.12.0 or later. Use < code > --metadata key=value</ code > to provide additional metadata
2629+ or override detected values. Use < code > --no-metadata</ code > to disable automatic detection. (#736)
2630+ supply an explicit requirements file instead of detecting the environment.</ li >
26262631</ ul >
26272632< h2 id ="1282-2025-12-05 "> [1.28.2] - 2025-12-05< a class ="headerlink " href ="#1282-2025-12-05 " title ="Permanent link "> #</ a > </ h2 >
26282633< h3 id ="fixed "> Fixed< a class ="headerlink " href ="#fixed " title ="Permanent link "> #</ a > </ h3 >
0 commit comments