Releases: reportportal/client-javascript
Releases · reportportal/client-javascript
Release v5.5.10
Fixed
- TS definitions actualized with recent changes in client.
Release v5.5.9
Fixed
- TS definitions provided, addresses #252.
Security
- Updated versions of vulnerable packages (glob - CVE-2026-25547, diff, lodash).
Release v5.5.8
Added
skippedIsNotIssueoption to not mark skipped tests as 'To Investigate' in ReportPortal.
Fixed
- Error for empty
restClientConfigwhile using HTTP retries.
Release v5.5.7
Changed
- Launch start debug logging improved.
Release v5.5.6
Security
- Updated versions of vulnerable packages (glob).
Release v5.5.5
Changed
- HTTP retries delay calculation to use exponential backoff strategy with jitter.
- HTTP retries condition to retry on axios timeout errors.
- http/https agents now use
keep-aliveby default.
Release v5.5.4
Fixed
- The default agent params overriding via
restClientConfig.agent. Fixes agent-js-playwright#193.
Release v5.5.3
Changed
- Updated the version of
globto 11.0.3 to avoid unsupported dependencies.
Release v5.5.2
Fixed
- Disable axios default proxy in case of custom proxy agent used.
Release v5.5.1
Fixed
- Client errors when the
restClientConfignot specified.