Skip to content

Releases: isecurefi/wscli-php

v0.5.1

06 Aug 17:09
Compare
Choose a tag to compare
  • Support for production API host when --environment is production
  • Support --filereference on files downloadFiles
  • Add retry logic to files downloadFiles
  • Fix status to filestatus
  • Use the following format for downloaded files YYYYMMDD__<filetype>_<filereference>.dat

v0.5.0

03 Aug 11:32
Compare
Choose a tag to compare
  • Support for pgpList, pgpAdd, and pgpDelete. NOTE: wsapi v2.2.2 does not yet do anything but validate params for pgpAdd and pgpDelete

v0.4.1

02 Aug 17:38
Compare
Choose a tag to compare
  • Handle Swagger ApiException and JSON pretty printing it out. Shows latest wsapi (v2.2.1) mapped API Gateway responses nicely.

v0.4.0

01 Aug 11:25
Compare
Choose a tag to compare
  • Support for session logout. Note however, that at least at the moment, AWS Cognito logout does NOT invalidate idtoken (authorization) on AWS API Gateway

v0.3.2

30 Jul 19:19
Compare
Choose a tag to compare
  • certs listCerts now supports wsapi-v2 v2.1.1 data, i.e. detailed information about the cert and the cert in PEM format as well

v0.3.1

30 Jul 19:18
Compare
Choose a tag to compare
  • Align valid session checking between APIs

v0.3.0

29 Jul 17:05
Compare
Choose a tag to compare
  • Support for importCert
  • Small bug fixes

v0.2.0

28 Jul 11:04
Compare
Choose a tag to compare
  • listCerts, shareCerts, and unshareCerts
  • NOTE: enrollCert was supported already in earlier releases
  • NOTE: API itself does not yet support unshareCerts

v0.1.1

28 Jul 11:02
Compare
Choose a tag to compare
  • bug fixes

v0.1.0

26 Jul 18:15
Compare
Choose a tag to compare
  • Support all of "account", "session", and "files" APIs
  • Updated wsapi_v2 API swagger SDK