Skip to content

Releases: cryptosense/api-client

2.7.1

22 Aug 17:28
f92fc89
Compare
Choose a tag to compare

Added

2.7.0

02 Aug 18:02
316fbcc
Compare
Choose a tag to compare

Fixed

  • The default value of --api-base-url is changed to https://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

24 Jul 17:31
e97bcca
Compare
Choose a tag to compare

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

16 Apr 17:35
2.5.2
6b4b4f6
Compare
Choose a tag to compare

Fixed

  • Fix trace uploading

Full Changelog: 2.5.1...2.5.2

2.5.1

10 Nov 10:20
8dde53b
Compare
Choose a tag to compare

Fixed

  • Fix compatibility with SeaweedFS API responses

2.5.0

19 Oct 14:26
Compare
Choose a tag to compare

Fixed

  • Fix GraphQL query to be compatible with backend version 23.09.7 and onward.

2.4.0

04 May 08:15
8146d13
Compare
Choose a tag to compare

Added

  • Add compatibility with CAP instances configured to use PUT upload method

2.3.0

22 Mar 10:33
e60509b
Compare
Choose a tag to compare

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

20 May 18:52
6d04320
Compare
Choose a tag to compare

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.

2.1.0

13 Apr 09:14
c417675
Compare
Choose a tag to compare

Added

  • Add --project-name command-line argument.