|
15 | 15 |
|
16 | 16 | --- |
17 | 17 |
|
| 18 | +## v7.1.0 |
| 19 | + |
| 20 | +**Public Changes:** |
| 21 | + |
| 22 | +- [RUM-15280] ✨ Expose DEFAULT_TRACKED_RESOURCE_HEADERS on RumPublicApi ([#4523](https://github.com/DataDog/browser-sdk/pull/4523)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] |
| 23 | +- ✨ Make nuxt package public ([#4520](https://github.com/DataDog/browser-sdk/pull/4520)) [RUM-NUXT] |
| 24 | +- 🐛 make sure we don't postpone batch indefinitely when upserting a view ([#4583](https://github.com/DataDog/browser-sdk/pull/4583)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
| 25 | +- 🐛 tolerate Cypress.env throwing under allowCypressEnv: false ([#4550](https://github.com/DataDog/browser-sdk/pull/4550)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] |
| 26 | +- [Browser Profiler] 🐛 use profiling start time to look up session id ([#4545](https://github.com/DataDog/browser-sdk/pull/4545)) [RUM] |
| 27 | +- fix 🐛: fix regexp for cookie parsing ([#4527](https://github.com/DataDog/browser-sdk/pull/4527)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
| 28 | +- 📝 export public API option types for typedoc ([#4575](https://github.com/DataDog/browser-sdk/pull/4575)) [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] |
| 29 | +- 📝 Add DO NOT MODIFY IT BY HAND comment to CHANGELOG.md ([#4526](https://github.com/DataDog/browser-sdk/pull/4526)) |
| 30 | + |
| 31 | +**Internal Changes:** |
| 32 | + |
| 33 | +- 👷 Update all non-major dependencies ([#4596](https://github.com/DataDog/browser-sdk/pull/4596)) [RUM-ANGULAR] [RUM-NEXTJS] [RUM-VUE] |
| 34 | +- 👷 Auto-cancel interruptible jobs on new commits ([#4571](https://github.com/DataDog/browser-sdk/pull/4571)) |
| 35 | +- 👷 Update all non-major dependencies ([#4501](https://github.com/DataDog/browser-sdk/pull/4501)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
| 36 | +- 👷 Renovate: pin angular-app to its current Angular version ([#4565](https://github.com/DataDog/browser-sdk/pull/4565)) |
| 37 | +- 👷 check @datadog/browser-\* in test app devDependencies ([#4564](https://github.com/DataDog/browser-sdk/pull/4564)) |
| 38 | +- 👷 add dd-octo-sts[bot] to CLA allowlist ([#4562](https://github.com/DataDog/browser-sdk/pull/4562)) |
| 39 | +- 👷 Bump chrome to 148.0.7778.96-1 ([#4559](https://github.com/DataDog/browser-sdk/pull/4559)) |
| 40 | +- 👷 Lock file maintenance ([#4504](https://github.com/DataDog/browser-sdk/pull/4504)) |
| 41 | +- 👷 Update dependency typescript to v6 ([#4553](https://github.com/DataDog/browser-sdk/pull/4553)) |
| 42 | +- 👷 Update dependency next to v16.1.7 [SECURITY] ([#4375](https://github.com/DataDog/browser-sdk/pull/4375)) |
| 43 | +- 👷 Bump chrome to 147.0.7727.55-1 ([#4452](https://github.com/DataDog/browser-sdk/pull/4452)) |
| 44 | +- 👷 Renovate: tweak memory ([#4539](https://github.com/DataDog/browser-sdk/pull/4539)) |
| 45 | +- Revert "👷 split renovate all-minor-patch group from test apps" ([#4530](https://github.com/DataDog/browser-sdk/pull/4530)) |
| 46 | +- 👷 split renovate all-minor-patch group from test apps ([#4529](https://github.com/DataDog/browser-sdk/pull/4529)) |
| 47 | +- RUM-15702 Add trace sampling decision to DatadogEventBridge ([#4516](https://github.com/DataDog/browser-sdk/pull/4516)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER] |
| 48 | +- 🤖 bring v7 upgrade skill to `main` ([#4541](https://github.com/DataDog/browser-sdk/pull/4541)) |
| 49 | + |
18 | 50 | ## v6.33.0 |
19 | 51 |
|
20 | 52 | **Public Changes:** |
|
0 commit comments