|
1 | 1 |
|
| 2 | +## [5.4.0] - 2025-03-27 |
| 3 | +### Changed |
| 4 | +- Revert time format back to milliseconds (based on [#217](https://github.com/reportportal/client-javascript/issues/217#issuecomment-2659843471)). |
| 5 | + This is also fixing the issue with agent installation on ARM processors. |
| 6 | +### Security |
| 7 | +- Updated versions of vulnerable packages (axios). |
| 8 | + |
| 9 | +## [5.3.1] - 2025-01-31 |
| 10 | +### Fixed |
| 11 | +- Updated the `checkConnect` method implementation to utilize the `GET launches` API endpoint, ensuring compatibility with both old and new API versions. |
| 12 | + |
| 13 | +## [5.3.0] - 2024-09-23 |
| 14 | +### Changed |
| 15 | +- The client now expects reporting the time for launches, test items and logs with microsecond precision in the ISO string format. |
| 16 | +Thus, the `helpers.now` function is adjusted accordingly. Details about [supported](./README.md#time-format) formats. |
| 17 | +For logs, microsecond precision is available on the UI from ReportPortal version 24.2. |
| 18 | +### Security |
| 19 | +- Updated versions of vulnerable packages (micromatch). |
| 20 | + |
| 21 | +## [5.2.0] - 2024-09-17 |
| 22 | +### Changed |
| 23 | +- **Breaking change** Drop support of Node.js 12. The version [5.1.4](https://github.com/reportportal/client-javascript/releases/tag/v5.1.4) is the latest that supports it. |
| 24 | +- The client now creates an instance of the `axios` HTTP client in the constructor. |
| 25 | +- The `HOST` HTTP header is added to all requests as it was skipped by the HTTP client. |
| 26 | +### Fixed |
| 27 | +- Allow using `restClientConfig` in `checkConnect()` method. Thanks to [stevez](https://github.com/stevez). |
| 28 | +### Security |
| 29 | +- Updated versions of vulnerable packages (braces). |
| 30 | + |
| 31 | +## [5.1.4] - 2024-05-22 |
| 32 | +### Fixed |
| 33 | +- Use correct launch search URL based on config mode while merging launches. Resolves [#200](https://github.com/reportportal/client-javascript/issues/200). Thanks to [hoangthanhtri](https://github.com/hoangthanhtri). |
| 34 | +- Print launch UUID after merging launches. Resolves [#202](https://github.com/reportportal/client-javascript/issues/202). Thanks to [hoangthanhtri](https://github.com/hoangthanhtri). |
| 35 | + |
| 36 | +## [5.1.3] - 2024-04-11 |
| 37 | +### Added |
| 38 | +- Output launch UUID to file and ENV variable, thanks to [artsiomBandarenka](https://github.com/artsiomBandarenka). Addressed [#195](https://github.com/reportportal/client-javascript/issues/195), [#50](https://github.com/reportportal/agent-js-webdriverio/issues/50). |
| 39 | +### Security |
| 40 | +- Updated versions of vulnerable packages (follow-redirects). |
| 41 | + |
| 42 | +## [5.1.2] - 2024-02-20 |
| 43 | +### Fixed |
| 44 | +- Execution sequence for retried tests [#134](https://github.com/reportportal/agent-js-playwright/issues/134). |
| 45 | + |
| 46 | +## [5.1.1] - 2024-01-23 |
| 47 | +### Added |
| 48 | +- Debug logs for RestClient. |
| 49 | + |
| 50 | +## [5.1.0] - 2024-01-19 |
| 51 | +### Changed |
| 52 | +- **Breaking change** Drop support of Node.js 10. The version [5.0.15](https://github.com/reportportal/client-javascript/releases/tag/v5.0.15) is the latest that supports it. |
| 53 | +### Security |
| 54 | +- Updated versions of vulnerable packages (axios, follow-redirects). |
| 55 | +### Deprecated |
| 56 | +- Node.js 12 usage. This minor version is the latest that supports Node.js 12. |
| 57 | + |
| 58 | +## [5.0.15] - 2023-11-20 |
| 59 | +### Added |
| 60 | +- Logging link to the launch on its finish. |
| 61 | +### Deprecated |
| 62 | +- Node.js 10 usage. This version is the latest that supports Node.js 10. |
| 63 | + |
| 64 | +## [5.0.14] - 2023-10-05 |
| 65 | +### Added |
| 66 | +- `Promise.allSettled` polyfill to support NodeJS 10. |
| 67 | +### Fixed |
| 68 | +- Reporting is down on error with collect request on reporting start. |
| 69 | +- Can not read property `realId` of undefined during reporting, resolves [#99](https://github.com/reportportal/agent-js-playwright/issues/99). |
| 70 | + |
2 | 71 | ## [5.0.13] - 2023-08-28
|
3 | 72 | ### Added
|
4 |
| -- `launchUuidPrint` and `launchUuidPrintOutput` configuration options to ease integration with CI tools, by @HardNorth |
| 73 | +- `launchUuidPrint` and `launchUuidPrintOutput` configuration options to ease integration with CI tools, by @HardNorth. |
5 | 74 |
|
6 | 75 | ## [5.0.12] - 2023-06-19
|
7 | 76 | ### Changed
|
|
0 commit comments