Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

71 lines (58 loc) · 2.93 KB

[5.1.1] - 2024-07-16

Added

  • Logging link to the launch on its finish now available by default.

Changed

  • @reportportal/client-javascript bumped to version 5.1.4. launchUuidPrint and launchUuidPrintOutput configuration 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.

[5.1.0] - 2024-01-24

Changed

  • Breaking change Drop support of Node.js 10. The version 5.0.7 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.1.

[5.0.7] - 2024-01-19

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).

[5.0.6] - 2023-10-05

Changed

  • @reportportal/client-javascript bumped to version 5.0.14.

[5.0.5] - 2023-08-28

Fixed

  • #60 Template strings eg. backticks are not supported

Changed

  • token configuration option was renamed to apiKey to maintain common convention.
  • @reportportal/client-javascript bumped to version 5.0.13.

[5.0.4] - 2023-06-05

Fixed

  • #95 Issue with package installation.

Changed

  • @reportportal/client-javascript bumped to version 5.0.11.

[5.0.3] - 2023-05-30

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 skippedIssue flag

[5.0.2] - 2021-06-23

Updated

  • @reportportal/client-javascript version to the latest

Added

  • restClientConfig configuration property support (more details in client-javascript)

[5.0.1] - 2021-05-18

Fixed

  • #53 Fix working with CLI.
  • #31 Fix reporting attributes for launch with CLI.
  • #8 Fix error "Cannot read property 'requestError' of undefined".

[5.0.0] - 2021-03-08

Changed

  • The architecture of the agent-js-postman's reporting

Added

Deprecated