Skip to content

Releases: reportportal/agent-js-postman

Release v5.1.0

24 Jan 09:07
b6ed185
Compare
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
Compare
Choose a tag to compare

Deprecated

  • Node.js 10 usage. This 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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Updated

  • @reportportal/client-javascript version to the latest

Added

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

Release v5.0.1

18 May 08:55
8bc428d
Compare
Choose a tag to compare

Fixed

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

Release v5.0.0

08 Mar 12:29
3e33432
Compare
Choose a tag to compare

Changed

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

Added

Deprecated