Skip to content

2.7.0

Choose a tag to compare

@bertrand-sb bertrand-sb released this 02 Aug 18:02
· 10 commits to main since this release
316fbcc

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.