Rsconnect-python

Latest version: v1.24.0

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

1.10.0

Added
- You can now deploy Shiny for Python applications with `deploy shiny`
- In addition to deploying to Connect, you can now deploy to shinyapps.io with `deploy shiny` or `deploy manifest`
- The `add` option now supports shinyapps.io credentials.

1.9.0

Added

- You can now deploy Quarto documents in addition to Quarto projects. This
requires RStudio Connect release 2021.08.0 or later. Use `rsconnect deploy
quarto` to deploy, or `rsconnect write-manifest quarto` to create a manifest
file.

Changed

- As a prelude to setting and documenting rsconnect-python APIs, various functions in `actions` have been moved to `bundle`, or replaced with RSConnectExecutor. The moved functions now include a deprecation warning, and will be fully deprecated in a future release.

1.8.1

Changed

Corrected changelog heading.

1.8.0

Added

- You can now set environment variables for the deployed content with the `-E` option.
These will be passed to RStudio Connect during the deployment process,
so they are available in your code whenever it runs within RStudio Connect.
Requires RStudio Connect version 1.8.6 or later.

- You can now deploy Quarto projects. This requires RStudio Connect release
2021.08.0 or later. Use `rsconnect deploy quarto` to deploy, or `rsconnect
write-manifest quarto` to create a manifest file.

- An `image` command line option has been added to the `write-manifest` and
`deploy` commands to specify the target image to be used on the RStudio Connect
server during content execution. This is only supported for the `api`, `bokeh`, `dash`,
`fastapi`, `notebook`, `quarto` and `streamlit` sub-commands. It is only
applicable if the RStudio Connect server is configured to use off-host execution.

- You can now deploy static content such as html and its associated assets with
`rsconnect deploy html`.

1.7.1

Added

- Publish supported python versions announcement.

1.7.0

Added

- Adds `rsconnect content` subcommands for interacting with RStudio Connect's `/v1/content`
REST API. This allows users to search, download, and (re)build content. Users should
note that the `rsconnect content build` subcommand requires RStudio Connect release 2021.11.1
or later.

Changed

- Support for Python 2.7 has been removed in this release.

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.