Releases: isecurefi/wscli-php
Releases · isecurefi/wscli-php
v0.8.0
- Support for
uploadFile
with PGP detached signatures for file upload authorization with PGP authorize
type registered PGP keys
- PGP
uploadKey
now takes pgpkeypurpose
argument, which can be either authorize
or export
v0.7.0
- Allowing using
WsCli
SDK in non-interactive mode for easier server side integration
- Do not send empty body parameters
v0.6.0
- Support for
integrator
API that currently contains listAccounts
command which lists accounts under the same API Key. Only accounts that were used to create new API Key can call this API (i.e. initial integrator account)
v0.5.8
- Add curl debug to SDK log file
- SSL verification on
- Pass version to SDK and set user agent string
v0.5.7
- Fix response checking from object during retries
v0.5.6
- Update retry logic for
downloadFiles
- Check for existing session
v0.5.5
- Add
--syncdir
option for files downloadFiles
files downloadFiles
does not download a file if it already exists
- Improve output for
files downloadFiles
v0.5.4
- Use
Symfony/Yaml
instead of yaml_parse
- Fix bugs