|
18 | 18 |
|
19 | 19 | --- |
20 | 20 |
|
| 21 | +## v6.26.0 |
| 22 | + |
| 23 | +**Public Changes:** |
| 24 | + |
| 25 | +- ✨[PANA-5156] Expose better session replay internal API ([#4018](https://github.com/DataDog/browser-sdk/pull/4018)) [RUM] |
| 26 | +- 🐛 Fix action <-> long task correlation [RUM] [RUM-REACT] [RUM-SLIM] |
| 27 | +- 🐛 clear chain after finalize ([#4027](https://github.com/DataDog/browser-sdk/pull/4027)) [RUM] [RUM-REACT] [RUM-SLIM] |
| 28 | +- 🐛 fix developer extension packaging ([#4024](https://github.com/DataDog/browser-sdk/pull/4024)) |
| 29 | + |
| 30 | +**Internal Changes:** |
| 31 | + |
| 32 | +- 👷 improve static analysis ([#4030](https://github.com/DataDog/browser-sdk/pull/4030)) [RUM] [RUM-REACT] [RUM-SLIM] |
| 33 | +- 👷 when webpack has errors, print stats and fail the script ([#4029](https://github.com/DataDog/browser-sdk/pull/4029)) |
| 34 | +- 👷 Lock file maintenance ([#4017](https://github.com/DataDog/browser-sdk/pull/4017)) |
| 35 | +- 👷 Other strategy to handle test app lockfiles with renovate ([#4028](https://github.com/DataDog/browser-sdk/pull/4028)) |
| 36 | +- 👷 Enable more renovate flags... ([#4023](https://github.com/DataDog/browser-sdk/pull/4023)) |
| 37 | +- 👷 add a script to easily create an access token ([#4020](https://github.com/DataDog/browser-sdk/pull/4020)) |
| 38 | +- 👷 Ensure that renovate do a full install ([#4021](https://github.com/DataDog/browser-sdk/pull/4021)) |
| 39 | +- 👷 Ensure to have tarballs built at install ([#4019](https://github.com/DataDog/browser-sdk/pull/4019)) |
| 40 | +- 👷: migrate config renovate.json ([#4016](https://github.com/DataDog/browser-sdk/pull/4016)) |
| 41 | +- 👷 Update dependency vite to v5.4.21 [SECURITY] ([#4015](https://github.com/DataDog/browser-sdk/pull/4015)) |
| 42 | +- 👷 Configure test apps dependencies ([#4014](https://github.com/DataDog/browser-sdk/pull/4014)) |
| 43 | +- 🎨 [PANA-5053] Separate DOM and virtual attribute serialization ([#3998](https://github.com/DataDog/browser-sdk/pull/3998)) [RUM] |
| 44 | +- 🎨 [PANA-5222] Make CODEOWNERS more accurate for recording code ([#4034](https://github.com/DataDog/browser-sdk/pull/4034)) |
| 45 | +- Update errors_count field to error_count ([#4039](https://github.com/DataDog/browser-sdk/pull/4039)) [RUM] [RUM-REACT] [RUM-SLIM] |
| 46 | +- ♻️ [PANA-5123] Assign node ids in preorder when serializing ([#4002](https://github.com/DataDog/browser-sdk/pull/4002)) [RUM] |
| 47 | +- ♻️ [PANA-5105] Serialize all DOM attribute values as strings ([#3999](https://github.com/DataDog/browser-sdk/pull/3999)) [RUM] |
| 48 | +- ♻️ Replace longTaskRegistry by longTaskContexts ([#4013](https://github.com/DataDog/browser-sdk/pull/4013)) [RUM] [RUM-REACT] [RUM-SLIM] |
| 49 | +- Add flagEvaluationEndpointBuilder to TransportConfiguration interface. ([#4025](https://github.com/DataDog/browser-sdk/pull/4025)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER] |
| 50 | +- [RUM Browser Profiler] stop profiler when session expires ([#4011](https://github.com/DataDog/browser-sdk/pull/4011)) [RUM] |
| 51 | + |
21 | 52 | ## v6.25.0 |
22 | 53 |
|
23 | 54 | **Public Changes:** |
|
0 commit comments