Remove minimum Connect version indicators for pre-2024 versions#798
Open
nealrichardson wants to merge 3 commits into
Open
Remove minimum Connect version indicators for pre-2024 versions#798nealrichardson wants to merge 3 commits into
nealrichardson wants to merge 3 commits into
Conversation
CLI help strings advertised minimum Connect versions like [v2021.08.0+] that are no longer relevant. Drop all version indicators for releases older than 2024 while retaining 2024+ indicators (gradio, panel, tensorflow, metadata upload). Fixes #797 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Publishing to Posit Cloud is no longer supported, but command help strings and docstrings still advertised it as a deploy target. Drop those mentions while leaving historical CHANGELOG entries intact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #797.
CLI help strings advertised minimum Connect versions like
Deploy Quarto content to Posit Connect [v2021.08.0+]. These pre-2024 releases are no longer relevant, so this PR removes all version indicators older than 2024 while retaining indicators for 2024 and newer.Changes
generate_deploy_pythonfactory:min_versionis now optional and the[v…+]indicator only renders when set. Dropped the version arg from pre-2024 deploy commands (api/flask,fastapi,dash,streamlit,bokeh,shiny). Keptgradio(2024.12.0) andpanel(2025.10.0).[v2023.03.0+].[v2021.08.0+]and the "Requires Posit Connect 2021.08.0 or later." sentences.[v2024.05.0+], gradio, panel, and the--metadata[v2025.12.0+]note.docs/server-administration.md(mirrored build-help references) anddocs/CHANGELOG.md.Test plan
rsconnect deploy --helpin a fresh venv: pre-2024 indicators gone; gradio/panel/tensorflow indicators retained.tests/test_main.py: 46 passed. The 3*_shinyappsfailures are pre-existing on the clean tree (environment-dependent) and unrelated to this change.🤖 Generated with Claude Code