rsconnect 1.1.0
-
Fixed analysis of directories that were smaller than the
rsconnect.max.bundle.files=10000limit but larger than the
renv.config.dependencies.limit=1000limit. (#968) -
Ignore
.env,.venv, andvenvfiles only when they reference Python
virtual environments. (#972) -
deployApp()andwriteManifest()accept optionalenvManagement,
envManagementR, andenvManagementPyarguments. These args specify whether
Posit Connect should install packages in the package cache.
IfenvManagementisFALSEthen Connect will not perform any package
installation and it is the administrator's responsibility to ensure the
required R/Python packages are available in the runtime environment. This is
especially useful if off-host execution is enabled, when the execution
environment (specified by theimageargument) already contains the required
packages. These values are ignored when
Applications.ManifestEnvironmentManagementSelection = false.
Requires Posit Connect>=2023.07.0. (#977) -
Fix account discovery by
showProperties(). (#980)