Added
- Added support for creating manifests for Shiny Express apps.
- Added support for deploying interactive Quarto dashboards that use Shiny Express syntax.
Changed
- When deploying Shiny for Python applications on servers using a version of
Connect prior to 2024.01.0, there is an incompatibility with
`starlette>=0.35.0`. When deploying to these servers, the starlette version
is now automatically set to `starlette<0.35.0`.
Fixed
- Quarto content is marked as a "site" only when there are multiple input
files. (552)
- Quarto content automatically ignores `name.html` and `name_files` when
`name.md`, `name.ipynb`, `name.Rmd`, or `name.qmd` is an input. (553)
- Patterns provided to `--exclude` allow NT-style paths on Windows. (320)
Removed
- Python 3.7 support.