Skip to content

Releases: reportportal/client-javascript

Release v5.5.0

28 Oct 12:51
42cae8a

Choose a tag to compare

Added

Release v5.4.3

20 Oct 16:40
dc1771f

Choose a tag to compare

Added

Release v5.4.2

02 Oct 12:01
2a401fa

Choose a tag to compare

Added

  • Allow configuring the HTTP retry strategy via restClientConfig.retry and tune the default policy.

Security

  • Updated versions of vulnerable packages (axios).

Release v5.4.1

24 Jul 14:28
01447fb

Choose a tag to compare

Added

Security

  • Updated versions of vulnerable packages (form-data).

Release v5.4.0

27 Mar 12:31
46f703c

Choose a tag to compare

Changed

  • Revert time format back to milliseconds (based on #217).
    This is also fixing the issue with agent installation on ARM processors.

Security

  • Updated versions of vulnerable packages (axios).

Release v5.3.1

31 Jan 11:18
42a6fb9

Choose a tag to compare

Fixed

  • Updated the checkConnect method implementation to utilize the GET launches API endpoint, ensuring compatibility with both old and new API versions.

Release v5.3.0

23 Sep 11:45
4793533

Choose a tag to compare

Changed

  • The client now expects reporting the time for launches, test items and logs with microsecond precision in the ISO string format.
    Thus, the helpers.now function is adjusted accordingly. Details about supported formats.
    For logs, microsecond precision is available on the UI from ReportPortal version 24.2.

Security

  • Updated versions of vulnerable packages (micromatch).

Release v5.2.0

17 Sep 16:28
d511fe1

Choose a tag to compare

Changed

  • Breaking change Drop support of Node.js 12. The version 5.1.4 is the latest that supports it.
  • The client now creates an instance of the axios HTTP client in the constructor.
  • The HOST HTTP header is added to all requests as it was skipped by the HTTP client.

Fixed

  • Allow using restClientConfig in checkConnect() method. Thanks to stevez.

Security

  • Updated versions of vulnerable packages (braces).

Release v5.1.4

22 May 14:53
94d0015

Choose a tag to compare

Fixed

  • Use correct launch search URL based on config mode while merging launches. Resolves #200. Thanks to hoangthanhtri.
  • Print launch UUID after merging launches. Resolves #202. Thanks to hoangthanhtri.

Release v5.1.3

11 Apr 15:37
f6ec78b

Choose a tag to compare

Added

Security

  • Updated versions of vulnerable packages (follow-redirects).