|
5 | 5 | > **Legend** |
6 | 6 | > |
7 | 7 | > - 💥 **Breaking change** - Breaking API changes |
| 8 | +> |
8 | 9 | > - ✨ **New feature** - New public API, behavior, event, property |
| 10 | +> |
9 | 11 | > - 🐛 **Bug fix** - Fix bugs, regressions, crashes |
| 12 | +> |
10 | 13 | > - ⚡️ **Performance** - Improve performance, reduce bundle size |
| 14 | +> |
11 | 15 | > - 📝 **Documentation** - User-facing documentation |
| 16 | +> |
12 | 17 | > - ⚗️ **Experimental** - New public feature behind a feature flag |
13 | 18 | > |
14 | 19 | > See [Gitmoji](https://gitmoji.dev/) for a guide on the emojis used. |
15 | 20 |
|
16 | 21 | --- |
17 | 22 |
|
| 23 | +## v7.6.0 |
| 24 | + |
| 25 | +**Public Changes:** |
| 26 | + |
| 27 | +- ✨ Add salesforce bundle entrypoint ([#4879](https://github.com/DataDog/browser-sdk/pull/4879)) |
| 28 | +- ✨ Extend remote configuration supported parameters ([#4877](https://github.com/DataDog/browser-sdk/pull/4877)) |
| 29 | +- ✨ Add CDN default headers ([#4857](https://github.com/DataDog/browser-sdk/pull/4857)) |
| 30 | +- 🐛 Update session replay sandbox URL and cookie name in developer extension ([#4886](https://github.com/DataDog/browser-sdk/pull/4886)) |
| 31 | +- 🐛 Keep primitive values unchanged during sanitization ([#4881](https://github.com/DataDog/browser-sdk/pull/4881)) |
| 32 | +- 🐛 Add react-router-v8 to tsconfig ([#4880](https://github.com/DataDog/browser-sdk/pull/4880)) |
| 33 | +- 🐛 Use unknown type for addReactError error parameter ([#4863](https://github.com/DataDog/browser-sdk/pull/4863)) |
| 34 | +- 🐛 fix bundle size increase threshold never triggering ([#4852](https://github.com/DataDog/browser-sdk/pull/4852)) |
| 35 | +- ⚗️ Collect WebSocket resource events ([#4718](https://github.com/DataDog/browser-sdk/pull/4718)) |
| 36 | + |
| 37 | +**Internal Changes:** |
| 38 | + |
| 39 | +- 👷 Update dependency pako to v3 ([#4869](https://github.com/DataDog/browser-sdk/pull/4869)) |
| 40 | +- 👷 Update all non-major dependencies ([#4868](https://github.com/DataDog/browser-sdk/pull/4868)) |
| 41 | +- 👷 Update react-router monorepo (major) ([#4846](https://github.com/DataDog/browser-sdk/pull/4846)) |
| 42 | +- 👷 Upgrade Yarn to 4.17.1 ([#4864](https://github.com/DataDog/browser-sdk/pull/4864)) |
| 43 | +- 👷 Lock file maintenance ([#4850](https://github.com/DataDog/browser-sdk/pull/4850)) |
| 44 | +- 👷 Update dependency @playwright/test to v1.61.1 ([#4847](https://github.com/DataDog/browser-sdk/pull/4847)) |
| 45 | +- 👷 Update all non-major dependencies ([#4848](https://github.com/DataDog/browser-sdk/pull/4848)) |
| 46 | +- ♻️ [RUM-16925] switch debug_ids to recommended URL/Debug-ID array format ([#4862](https://github.com/DataDog/browser-sdk/pull/4862)) |
| 47 | +- ✅ Skip Salesforce LWC tests ([#4860](https://github.com/DataDog/browser-sdk/pull/4860)) |
| 48 | +- 🔧 Add Salesforce Experience Cloud testing app ([#4872](https://github.com/DataDog/browser-sdk/pull/4872)) |
| 49 | +- 🔧 Use session cookies for Salesforce LWC E2E tests ([#4870](https://github.com/DataDog/browser-sdk/pull/4870)) |
| 50 | +- 🔧 Add react V7 to git ignored test applications ([#4873](https://github.com/DataDog/browser-sdk/pull/4873)) |
| 51 | + |
18 | 52 | ## v7.5.0 |
19 | 53 |
|
20 | 54 | **Public Changes:** |
|
0 commit comments