launchUuidPrint
andlaunchUuidPrintOutput
configuration options to ease integration with CI tools, by @HardNorth
token
configuration option was renamed toapiKey
to maintain common convention.
- Request body logging has been removed by default for the HTTP client.
- Node.js old versions support (client still supports Node.js >=10).
- A lot of package dependencies have been updated.
- Statistics engine updated on new contract.
mergeOptions
parameter tomergeLaunches
method.- Dynamic page size for launch merge based on launches count, resolves #86.
- Updated versions of vulnerable packages (json5, minimist).
- The ability to see verbose logs in debug mode. To enable the debug mode, the
debug: true
flag should be specified inparams
.
- Updated versions of vulnerable packages (ajv, qs, follow-redirects, minimatch).
- Security vulnerabilities (axios, path-parse, minimist)
- Package size reduced
- Possibility to change Axios Requests timeout (closes #115)
- Default timeout on Axios Requests increased to 30000ms
- Issue with self-signed certificate
- Security vulnerabilities (lodash, handlebars, hosted-git-info)
- Timeout (default is 5000ms) on Axios Requests
- Environment variable
- Issue with request headers
- Default status for suite/test items without children
- Packages publishing workflow improved
- The ability to disable google analytics
- Full compatibility with ReportPortal version 5.* (see reportportal releases)
- Previous package version (
reportportal-client
) will no longer supported by reportportal.io