-
Added support for deploying from
manifest.jsonfiles created by
writeManifest(): use themanifestPathargument ofdeployApp()and related
functions to specify the path to an existing manifest file. (#1259) -
urlEncode()now usescurl::curl_escape()instead ofRCurl::curlEscape(),
as RCurl is a Suggests dependency. (#1265) -
The
User-Agentheader in requests made from rsconnect will now be of the
formatRSConnect/x.y.zinstead ofrsconnect/x.y.zin order to satisfy web
application firewalls that enforce Pascal case.