Skip to content

Commit e10956d

Browse files
committed
v6.25.4
1 parent 338cda6 commit e10956d

File tree

11 files changed

+57
-35
lines changed

11 files changed

+57
-35
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@
1818
1919
---
2020

21+
## v6.25.4
22+
23+
**Public Changes:**
24+
25+
- 🐛 [PANA-5375] Treat Change records as full snapshots when appropriate ([#4078](https://github.com/DataDog/browser-sdk/pull/4078)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
26+
- 🐛 [RUM-13693] make sure click actions are sent on page exit ([#4070](https://github.com/DataDog/browser-sdk/pull/4070)) [RUM] [RUM-REACT] [RUM-SLIM]
27+
28+
**Internal Changes:**
29+
30+
- 👷 Update dependency globals to v17 ([#4074](https://github.com/DataDog/browser-sdk/pull/4074))
31+
- 👷 Update dependency vite to v7 ([#4076](https://github.com/DataDog/browser-sdk/pull/4076))
32+
- 👷 Update all non-major dependencies ([#4073](https://github.com/DataDog/browser-sdk/pull/4073))
33+
- 👷 do not rely on hardcoded list of DCs ([#4037](https://github.com/DataDog/browser-sdk/pull/4037))
34+
- 👷 Update dependency react-router to v7.12.0 [SECURITY] ([#4065](https://github.com/DataDog/browser-sdk/pull/4065)) [RUM-REACT]
35+
- 👷 handle rate limiting in checkTelemetryErrors ([#4069](https://github.com/DataDog/browser-sdk/pull/4069))
36+
- 👷 Update Node.js to v25 ([#3940](https://github.com/DataDog/browser-sdk/pull/3940))
37+
- 👷 Update dependency react-window to v2 ([#4052](https://github.com/DataDog/browser-sdk/pull/4052))
38+
- 🔧 Update deploy-\*.yml to use arch:amd64 runner ([#4086](https://github.com/DataDog/browser-sdk/pull/4086))
39+
- 🔧 fix deploy auto notification job dependency ([#4084](https://github.com/DataDog/browser-sdk/pull/4084))
40+
- ⚗️ [PANA-3971] Add a more compact experimental DOM mutation encoding ([#4060](https://github.com/DataDog/browser-sdk/pull/4060)) [RUM]
41+
- ⚗️ [PANA-5359] Support change records in the developer extension ([#4072](https://github.com/DataDog/browser-sdk/pull/4072))
42+
2143
## v6.25.3
2244

2345
**Public Changes:**

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": "6.25.3",
3+
"version": "6.25.4",
44
"private": true,
55
"scripts": {
66
"build": "wxt build",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"npmClient": "yarn",
3-
"version": "6.25.3"
3+
"version": "6.25.4"
44
}

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": "6.25.3",
3+
"version": "6.25.4",
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": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -10,10 +10,10 @@
1010
"build:bundle": "node ../../scripts/build/build-package.ts --bundle datadog-logs.js"
1111
},
1212
"dependencies": {
13-
"@datadog/browser-core": "6.25.3"
13+
"@datadog/browser-core": "6.25.4"
1414
},
1515
"peerDependencies": {
16-
"@datadog/browser-rum": "6.25.3"
16+
"@datadog/browser-rum": "6.25.4"
1717
},
1818
"peerDependenciesMeta": {
1919
"@datadog/browser-rum": {

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": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -9,7 +9,7 @@
99
"build": "node ../../scripts/build/build-package.ts --modules"
1010
},
1111
"dependencies": {
12-
"@datadog/browser-core": "6.25.3"
12+
"@datadog/browser-core": "6.25.4"
1313
},
1414
"devDependencies": {
1515
"ajv": "8.17.1"

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": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -10,8 +10,8 @@
1010
"prepack": "npm run build"
1111
},
1212
"dependencies": {
13-
"@datadog/browser-core": "6.25.3",
14-
"@datadog/browser-rum-core": "6.25.3"
13+
"@datadog/browser-core": "6.25.4",
14+
"@datadog/browser-rum-core": "6.25.4"
1515
},
1616
"peerDependencies": {
1717
"react": "18 || 19",

packages/rum-slim/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-slim",
3-
"version": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -10,11 +10,11 @@
1010
"build:bundle": "node ../../scripts/build/build-package.ts --bundle datadog-rum-slim.js"
1111
},
1212
"dependencies": {
13-
"@datadog/browser-core": "6.25.3",
14-
"@datadog/browser-rum-core": "6.25.3"
13+
"@datadog/browser-core": "6.25.4",
14+
"@datadog/browser-rum-core": "6.25.4"
1515
},
1616
"peerDependencies": {
17-
"@datadog/browser-logs": "6.25.3"
17+
"@datadog/browser-logs": "6.25.4"
1818
},
1919
"peerDependenciesMeta": {
2020
"@datadog/browser-logs": {

packages/rum/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",
3-
"version": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -10,11 +10,11 @@
1010
"build:bundle": "node ../../scripts/build/build-package.ts --bundle datadog-rum.js"
1111
},
1212
"dependencies": {
13-
"@datadog/browser-core": "6.25.3",
14-
"@datadog/browser-rum-core": "6.25.3"
13+
"@datadog/browser-core": "6.25.4",
14+
"@datadog/browser-rum-core": "6.25.4"
1515
},
1616
"peerDependencies": {
17-
"@datadog/browser-logs": "6.25.3"
17+
"@datadog/browser-logs": "6.25.4"
1818
},
1919
"peerDependenciesMeta": {
2020
"@datadog/browser-logs": {

packages/worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@datadog/browser-worker",
3-
"version": "6.25.3",
3+
"version": "6.25.4",
44
"license": "Apache-2.0",
55
"main": "bundle/worker.js",
66
"scripts": {
77
"build": "node ../../scripts/build/build-package.ts --bundle worker.js",
88
"build:bundle": "yarn build"
99
},
1010
"dependencies": {
11-
"@datadog/browser-core": "6.25.3"
11+
"@datadog/browser-core": "6.25.4"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)