Skip to content

Releases: isecurefi/wscli-php

v0.8.0

07 Sep 12:00
Compare
Choose a tag to compare
  • 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

31 Aug 20:27
Compare
Choose a tag to compare
  • Allowing using WsCli SDK in non-interactive mode for easier server side integration
  • Do not send empty body parameters

v0.6.0

30 Aug 17:28
Compare
Choose a tag to compare
  • Support forintegrator 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.10

26 Aug 17:39
Compare
Choose a tag to compare
  • Update to API v2.2.5

v0.5.9

25 Aug 19:45
Compare
Choose a tag to compare
  • Updated to API v2.2.3

v0.5.8

21 Aug 19:20
Compare
Choose a tag to compare
  • Add curl debug to SDK log file
  • SSL verification on
  • Pass version to SDK and set user agent string

v0.5.7

19 Aug 09:40
Compare
Choose a tag to compare
  • Fix response checking from object during retries

v0.5.6

19 Aug 09:26
Compare
Choose a tag to compare
  • Update retry logic for downloadFiles
  • Check for existing session

v0.5.5

07 Aug 10:00
Compare
Choose a tag to compare
  • 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

06 Aug 17:58
Compare
Choose a tag to compare
  • Use Symfony/Yaml instead of yaml_parse
  • Fix bugs