Releases: reportportal/agent-js-postman
Releases · reportportal/agent-js-postman
Release v5.2.1
Added
- Custom log level support via third parameter in
console.log()- supports predefined or custom string levels. See Logging.
Fixed
- #66 Postman
pm.test.skipis 'passed' not 'skipped' in ReportPortal. - #114 RP shows tests as Passed even when several assertions failed.
Changed
@reportportal/client-javascriptbumped to version5.5.10.
Release v5.2.0
Added
- OAuth 2.0 Password Grant authentication, check Authentication Options for more details.
- Allow configuring the HTTP retry strategy via
restClientConfig.retryand tune the default policy. - New
launchUuidPrintOutputtypes introduced: 'FILE', 'ENVIRONMENT'.
Changed
- Breaking change Drop support of Node.js 12. The version 5.1.1 is the latest that supports it.
@reportportal/client-javascriptbumped to version5.4.3.
Security
- Updated versions of vulnerable packages (axios, brace-expansion, form-data).
Release v5.1.1
Added
- Logging link to the launch on its finish now available by default.
Changed
@reportportal/client-javascriptbumped to version5.1.4.launchUuidPrintandlaunchUuidPrintOutputconfiguration options introduced.
Security
- Updated versions of vulnerable packages (braces).
Deprecated
- Node.js 12 usage. This minor version is the latest that supports Node.js 12.
Release v5.1.0
Changed
- Breaking change Drop support of Node.js 10. The version 5.0.7 is the latest that supports it.
@reportportal/client-javascriptbumped to version5.1.1.
Release v5.0.7
Deprecated
- Node.js 10 usage. This minor version is the latest that supports Node.js 10.
Security
- Updated versions of vulnerable packages (@babel/traverse, follow-redirects).
Release v5.0.6
Merge pull request #106 from reportportal/develop Release 5.0.6
Release v5.0.5
Fixed
- #60 Template strings eg. backticks are not supported
Changed
tokenconfiguration option was renamed toapiKeyto maintain common convention.@reportportal/client-javascriptbumped to version5.0.13.
Release v5.0.4
Fixed
- #95 Issue with package installation.
Changed
@reportportal/client-javascriptbumped to version5.0.11.
Release v5.0.3
Fixed
- #82 Fix checks of a failure array.
- Security vulnerabilities
Changed
- Package size reduced
- Actualized dependencies
Added
- The ability to mark skipped tests as not to be investigated using the
skippedIssueflag
Release v5.0.2
Updated
@reportportal/client-javascriptversion to the latest
Added
restClientConfigconfiguration property support (more details in client-javascript)