Skip to content

Commit d577898

Browse files
committed
v7.1.0
1 parent e5f44d0 commit d577898

15 files changed

Lines changed: 89 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,37 @@
1515
1616
---
1717

18+
## v7.1.0
19+
20+
**Public Changes:**
21+
22+
-[RUM-16070] GA trackResourceHeaders ([#4542](https://github.com/DataDog/browser-sdk/pull/4542)) [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER]
23+
- 🐛 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]
24+
- 🐛 align trace sampling fallback with non-bridge path [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE]
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+
- 📝 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]
28+
- 📝 Add DO NOT MODIFY IT BY HAND comment to CHANGELOG.md ([#4526](https://github.com/DataDog/browser-sdk/pull/4526))
29+
- 📝 update CDN URLs to v7 and clear NEXT_MAJOR_BRANCH ([#4551](https://github.com/DataDog/browser-sdk/pull/4551))
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+
- 👷 [PANA-7214] Use only new serialization code in mutation tracker tests ([#4538](https://github.com/DataDog/browser-sdk/pull/4538)) [RUM]
44+
- 👷 Bump chrome to 147.0.7727.55-1 ([#4452](https://github.com/DataDog/browser-sdk/pull/4452))
45+
- 👷 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]
46+
- ♻️ remove unnecessary type assertions [LOGS] [RUM] [RUM-ANGULAR] [RUM-NEXTJS] [RUM-NUXT] [RUM-SLIM] [RUM-VUE] [WORKER]
47+
- 🔥 [PANA-7724] Remove the old session replay serialization algorithm ([#4547](https://github.com/DataDog/browser-sdk/pull/4547)) [RUM]
48+
1849
## v7.0.0
1950

2051
This is the v7 major release. It removes deprecated options and legacy code paths accumulated over the v6 line, modernizes the build, and ships a more reliable session manager.

developer-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-sdk-developer-extension",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"private": true,
55
"scripts": {
66
"build": "wxt build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sdk",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "browser SDK",
55
"private": true,
66
"workspaces": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-core",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

packages/logs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-logs",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -19,10 +19,10 @@
1919
"prepack": "yarn build"
2020
},
2121
"dependencies": {
22-
"@datadog/browser-core": "7.0.0"
22+
"@datadog/browser-core": "7.1.0"
2323
},
2424
"peerDependencies": {
25-
"@datadog/browser-rum": "7.0.0"
25+
"@datadog/browser-rum": "7.1.0"
2626
},
2727
"peerDependenciesMeta": {
2828
"@datadog/browser-rum": {

packages/rum-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-angular",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -17,8 +17,8 @@
1717
"prepack": "npm run build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "7.0.0",
21-
"@datadog/browser-rum-core": "7.0.0"
20+
"@datadog/browser-core": "7.1.0",
21+
"@datadog/browser-rum-core": "7.1.0"
2222
},
2323
"peerDependencies": {
2424
"@angular/core": ">=15 <=21",

packages/rum-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-core",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -17,7 +17,7 @@
1717
"prepack": "yarn build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "7.0.0"
20+
"@datadog/browser-core": "7.1.0"
2121
},
2222
"devDependencies": {
2323
"ajv": "8.20.0"

packages/rum-nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-nextjs",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -17,9 +17,9 @@
1717
"prepack": "yarn build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "7.0.0",
21-
"@datadog/browser-rum-core": "7.0.0",
22-
"@datadog/browser-rum-react": "7.0.0"
20+
"@datadog/browser-core": "7.1.0",
21+
"@datadog/browser-rum-core": "7.1.0",
22+
"@datadog/browser-rum-react": "7.1.0"
2323
},
2424
"peerDependencies": {
2525
"next": ">=13.0.0",

packages/rum-nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-nuxt",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -17,8 +17,8 @@
1717
"prepack": "yarn build"
1818
},
1919
"dependencies": {
20-
"@datadog/browser-core": "7.0.0",
21-
"@datadog/browser-rum-core": "7.0.0"
20+
"@datadog/browser-core": "7.1.0",
21+
"@datadog/browser-rum-core": "7.1.0"
2222
},
2323
"peerDependencies": {
2424
"nuxt": "3 || 4",

packages/rum-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datadog/browser-rum-react",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -21,8 +21,8 @@
2121
"prepack": "yarn build"
2222
},
2323
"dependencies": {
24-
"@datadog/browser-core": "7.0.0",
25-
"@datadog/browser-rum-core": "7.0.0"
24+
"@datadog/browser-core": "7.1.0",
25+
"@datadog/browser-rum-core": "7.1.0"
2626
},
2727
"peerDependencies": {
2828
"@tanstack/react-router": ">=1.64.0 <2",

0 commit comments

Comments
 (0)