Releases: reportportal/client-javascript
Releases · reportportal/client-javascript
Release v5.5.0
Added
- Full http/https proxy support with
noProxyconfiguration, check Proxy configuration options for more details.
Release v5.4.3
Added
- OAuth 2.0 Password Grant authentication, check Authentication options for more details.
Release v5.4.2
Added
- Allow configuring the HTTP retry strategy via
restClientConfig.retryand tune the default policy.
Security
- Updated versions of vulnerable packages (axios).
Release v5.4.1
Added
- TypeScript type definitions. Thanks to @AlexGalichenko.
Security
- Updated versions of vulnerable packages (form-data).
Release v5.4.0
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
Fixed
- Updated the
checkConnectmethod implementation to utilize theGET launchesAPI endpoint, ensuring compatibility with both old and new API versions.
Release v5.3.0
Changed
- The client now expects reporting the time for launches, test items and logs with microsecond precision in the ISO string format.
Thus, thehelpers.nowfunction 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
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
axiosHTTP client in the constructor. - The
HOSTHTTP header is added to all requests as it was skipped by the HTTP client.
Fixed
- Allow using
restClientConfigincheckConnect()method. Thanks to stevez.
Security
- Updated versions of vulnerable packages (braces).
Release v5.1.4
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
Added
- Output launch UUID to file and ENV variable, thanks to artsiomBandarenka. Addressed #195, #50.
Security
- Updated versions of vulnerable packages (follow-redirects).