Skip to content

Releases: reportportal/agent-js-postman

Release v5.2.1

05 Feb 18:39
bf58d91

Choose a tag to compare

Added

  • Custom log level support via third parameter in console.log() - supports predefined or custom string levels. See Logging.

Fixed

  • #66 Postman pm.test.skip is 'passed' not 'skipped' in ReportPortal.
  • #114 RP shows tests as Passed even when several assertions failed.

Changed

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

Release v5.2.0

21 Oct 14:43
8dcc476

Choose a tag to compare

Added

  • OAuth 2.0 Password Grant authentication, check Authentication Options for more details.
  • Allow configuring the HTTP retry strategy via restClientConfig.retry and tune the default policy.
  • New launchUuidPrintOutput types 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-javascript bumped to version 5.4.3.

Security

  • Updated versions of vulnerable packages (axios, brace-expansion, form-data).

Release v5.1.1

16 Jul 16:59
8fe3121

Choose a tag to compare

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.

Release v5.1.0

24 Jan 09:07
b6ed185

Choose a tag to compare

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.

Release v5.0.7

19 Jan 17:51
985bad2

Choose a tag to compare

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

05 Oct 14:36
0b871d4

Choose a tag to compare

Merge pull request #106 from reportportal/develop

Release 5.0.6

Release v5.0.5

28 Aug 14:44
447c431

Choose a tag to compare

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.

Release v5.0.4

05 Jun 13:52
14fecfb

Choose a tag to compare

Fixed

  • #95 Issue with package installation.

Changed

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

Release v5.0.3

30 May 10:22
66d025c

Choose a tag to compare

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

Release v5.0.2

23 Jun 22:45
1171b8a

Choose a tag to compare

Updated

  • @reportportal/client-javascript version to the latest

Added

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