Releases: cryptosense/api-client
Releases · cryptosense/api-client
2.7.1
Added
- The Windows release now ships with
libcurl-4.dll
(from https://curl.se/windows/) and a CA certificates bundle.
2.7.0
Fixed
- The default value of
--api-base-url
is changed tohttps://aqtiveguard.sandboxaq.com
. The former value caused the client to exit early with an HTTP 308 response code (permanent redirect). - Fix a bug which would prevent upload from working on Windows (an error would be returned by the client).
- Fix an API server error when
--filename
is absent.
Added
- Add more logging. The verbosity is controlled with two new flags:
--quiet
and--verbose
. The coloring is controlled with a new parameter:--color
.
2.6.0
Added
- Add the ability for
--filename
to accept a directory. The client will upload the file
in that directory only if it contains a single file. - Add more details to error messages if the client fails to read a directory or trace
file.
Changed
- Make
--trace-name
optional. If not provided, the server will pick the name for the
newly uploaded trace. This is useful because trace names must be unique within a project
on the server, and users may not know what names are already taken.
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
Fixed
- Use v2 API everywhere since v1 API has been deactivated for a while now.
Added
- Add
--slot-name
command-line argument
2.2.0
Fixed
- Fix exit code and error message for several error cases (project not found, trace name already taken, etc).
- Improve error message when certificate validation fails.
- Initialize libcurl only once per run instead of once per request.
Added
- Add
--ca-file
option to choose trusted CAs. - Add support for Windows.