Releases: isecurefi/wscli-php
Releases · isecurefi/wscli-php
v0.5.1
- 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
- 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
- Handle Swagger
ApiException
and JSON pretty printing it out. Shows latest wsapi (v2.2.1) mapped API Gateway responses nicely.
v0.4.0
- 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
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
- Align valid session checking between APIs
v0.3.0
- Support for
importCert
- Small bug fixes
v0.2.0
listCerts
, shareCerts
, and unshareCerts
- NOTE:
enrollCert
was supported already in earlier releases
- NOTE: API itself does not yet support
unshareCerts
v0.1.0
- Support all of "account", "session", and "files" APIs
- Updated wsapi_v2 API swagger SDK