Skip to content

Latest commit

 

History

History
66 lines (57 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

66 lines (57 loc) · 2.57 KB

Changed

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

[5.0.8] - 2024-01-19

Deprecated

  • Node.js 10 usage. This version is the latest that supports Node.js 10.

[5.0.7] - 2023-11-20

Fixed

  • isLaunchMergeRequired option from client-javascript missed.

Changed

  • @reportportal/client-javascript bumped to version 5.0.15. launchUuidPrint and launchUuidPrintOutput configuration options introduced.
  • Readme file updated.
  • Logging link to the launch on its finish now available by default. logLaunchLink option is removed from the config.

Security

  • Updated versions of vulnerable packages (@babel/traverse).

[5.0.6] - 2023-07-18

Changed

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

[5.0.5] - 2023-03-16

Added

Fixed

  • Log messages in RP shown without ANSI characters

[5.0.4] - 2022-05-30

Added

  • Possibility to provide endpoint url via RP_ENDPOINT environment variable
  • New option logLaunchLink to print launch url in console

Fixed

  • The duration of tests and suites is now displayed correctly
  • The reporter will now wait for a report on all tests
  • Security vulnerabilities
  • Tests without describe block causes error #82

Changed

  • Package size reduced

[5.0.3] - 2021-06-23

Fixed

  • Nested describe blocks are not visible in report

Updated

  • @reportportal/client-javascript version to the latest

Added

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

[5.0.2] - 2021-02-09

Added

  • Debug flag, launch mode configuration properties

Fixed

  • Doesn't start a suite if test has no describe
  • Vulnerable dependencies (lodash)

[5.0.1] - 2020-06-12

Changed

  • Packages publishing workflow improved

[5.0.0] - 2020-06-11

Added

Deprecated

  • Previous package version (@reportportal/reportportal-agent-jest) will no longer supported by reportportal.io