You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Add ability to resend shinyapps.io application invitations (#543)
Show expiration status in shinyapps.io for invitations (#543)
Allow shinyapps.io deployments to be private at creation time (#403)
Update the minimum openssl version to 2.0.0 to enable publishing for users
on FIPS-compliant systems without the need for API keys. (#452)
Added Quarto support to writeManifest, which requires passing the absolute
path to a Quarto executable to its new quarto parameter
Added quarto parameter to deployApp to enable deploying Quarto documents
and websites by supplying the path to a Quarto executable
Added support for deploying Quarto content that uses only the jupyter runtime
Added support for selecting a target image in the bundle manifest
The showLogs function takes a server parameter. (#57)
Added the rsconnect.tar option, which can be used to specify the path to a tar implementation instead of R's internal implementation. The previous
method, using the RSCONNECT_TAR environment variable, still works, but the
new option will take precedence if both are set.