|
15 | 15 |
|
16 | 16 | --- |
17 | 17 |
|
| 18 | +## v7.5.0 |
| 19 | + |
| 20 | +**Public Changes:** |
| 21 | + |
| 22 | +- ✨ [RUM-16925] attach debug IDs from DD_SOURCE_CODE_CONTEXT to error and long task events ([#4812](https://github.com/DataDog/browser-sdk/pull/4812)) |
| 23 | +- ✨ Add betaEnableViewUpdates config option ([#4833](https://github.com/DataDog/browser-sdk/pull/4833)) |
| 24 | +- ✨ add support for `remote_configuration_id` in view events ([#4835](https://github.com/DataDog/browser-sdk/pull/4835)) |
| 25 | +- 🐛 fix logs not being sent long after session expiration ([#4839](https://github.com/DataDog/browser-sdk/pull/4839)) |
| 26 | +- 🐛 fix empty private regions deployment step ([#4823](https://github.com/DataDog/browser-sdk/pull/4823)) |
| 27 | +- 📝 update AGENTS.md monorepo structure to reflect current packages ([#4826](https://github.com/DataDog/browser-sdk/pull/4826)) |
| 28 | +- ⚗️ Partial view updates — batch optimizations ([#4807](https://github.com/DataDog/browser-sdk/pull/4807)) |
| 29 | + |
| 30 | +**Internal Changes:** |
| 31 | + |
| 32 | +- 👷 Bump chrome to 150.0.7871.46-1 ([#4836](https://github.com/DataDog/browser-sdk/pull/4836)) |
| 33 | +- 👷 Update all non-major dependencies ([#4827](https://github.com/DataDog/browser-sdk/pull/4827)) |
| 34 | +- 👷 Update dependency @playwright/test to v1.61.0 ([#4828](https://github.com/DataDog/browser-sdk/pull/4828)) |
| 35 | +- 👷 Update dependency chrome-webstore-upload to v6 ([#4831](https://github.com/DataDog/browser-sdk/pull/4831)) |
| 36 | +- 👷 Make json-schemas sync reliable: authenticate API requests and format output deterministically ([#4832](https://github.com/DataDog/browser-sdk/pull/4832)) |
| 37 | +- 👷 Update dependency @types/node to v26 ([#4830](https://github.com/DataDog/browser-sdk/pull/4830)) |
| 38 | +- 👷 Update actions/checkout action to v7 ([#4829](https://github.com/DataDog/browser-sdk/pull/4829)) |
| 39 | +- ♻️ move `endpointBuilder` and its dependencies to `@datadog/js-core` ([#4824](https://github.com/DataDog/browser-sdk/pull/4824)) |
| 40 | +- ♻️ clean up `createBatch` API before migrating to js-core ([#4802](https://github.com/DataDog/browser-sdk/pull/4802)) |
| 41 | +- ✅ Add Salesforce E2E tests ([#4761](https://github.com/DataDog/browser-sdk/pull/4761)) |
| 42 | +- ✅ Add Salesforce LWC Test Application. ([#4757](https://github.com/DataDog/browser-sdk/pull/4757)) |
| 43 | +- 🔧 Dissociate pinned e2e setup ([#4811](https://github.com/DataDog/browser-sdk/pull/4811)) |
| 44 | +- 🔥 Remove upgrade SDK migration skills (moved to datadog-labs) ([#4834](https://github.com/DataDog/browser-sdk/pull/4834)) |
| 45 | +- 🔇 postpone/cleanup cookie and telemetry monitor-until dates ([#4840](https://github.com/DataDog/browser-sdk/pull/4840)) |
| 46 | + |
18 | 47 | ## v7.4.0 |
19 | 48 |
|
20 | 49 | **Public Changes:** |
|
0 commit comments