Skip to content

Commit 1036ce0

Browse files
v6.19.0 (#3817)
1 parent 8dbd81a commit 1036ce0

File tree

16 files changed

+115
-95
lines changed

16 files changed

+115
-95
lines changed

CHANGELOG.md

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

21+
## v6.19.0
22+
23+
**Public Changes:**
24+
25+
-[RUM-10962][Remote config] support dynamic options ([#3743](https://github.com/DataDog/browser-sdk/pull/3743)) [RUM] [RUM-REACT] [RUM-SLIM]
26+
- 🐛 [PANA-3960] Allow more queued request data for better session replay reliability ([#3807](https://github.com/DataDog/browser-sdk/pull/3807)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
27+
- 🐛 [RUM-11439] Fix deflate encoder sending data twice in some cases ([#3806](https://github.com/DataDog/browser-sdk/pull/3806)) [RUM]
28+
29+
**Internal Changes:**
30+
31+
-[RUM-10044] Support for overriding the source ([#3659](https://github.com/DataDog/browser-sdk/pull/3659)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
32+
- 🐛 Fix playwright version in BrowserStack to match package.json ([#3810](https://github.com/DataDog/browser-sdk/pull/3810))
33+
- 👷 Lock file maintenance ([#3785](https://github.com/DataDog/browser-sdk/pull/3785))
34+
- 👷 Update all non-major dependencies ([#3782](https://github.com/DataDog/browser-sdk/pull/3782)) [FLAGGING] [RUM-REACT] [RUM] [WORKER]
35+
- 👷 Update actions/checkout action to v5 ([#3783](https://github.com/DataDog/browser-sdk/pull/3783))
36+
- 👷 Update dependency eslint-plugin-jsdoc to v54 ([#3784](https://github.com/DataDog/browser-sdk/pull/3784))
37+
- 👷 Fix create-github-release job ([#3799](https://github.com/DataDog/browser-sdk/pull/3799))
38+
- 🔧 👷 convert webpack configuration files to TS, improve overall TS config ([#3797](https://github.com/DataDog/browser-sdk/pull/3797)) [FLAGGING] [LOGS] [RUM-SLIM] [RUM] [WORKER]
39+
- 🔊[RUM-11233] add `remote_configuration_id` to configuration telemetry ([#3778](https://github.com/DataDog/browser-sdk/pull/3778)) [FLAGGING] [LOGS] [RUM] [RUM-REACT] [RUM-SLIM] [WORKER]
40+
2141
## v6.18.1
2242

2343
**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.18.1",
3+
"version": "6.19.0",
44
"private": true,
55
"scripts": {
66
"build": "rm -rf dist && webpack --disable-interpret --mode production",

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.18.1"
3+
"version": "6.19.0"
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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

packages/flagging/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-flagging",
3-
"version": "6.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"private": true,
66
"main": "cjs/entries/main.js",
@@ -15,10 +15,10 @@
1515
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1616
},
1717
"dependencies": {
18-
"@datadog/browser-core": "6.18.1"
18+
"@datadog/browser-core": "6.19.0"
1919
},
2020
"peerDependencies": {
21-
"@datadog/browser-rum": "6.18.1"
21+
"@datadog/browser-rum": "6.19.0"
2222
},
2323
"peerDependenciesMeta": {
2424
"@datadog/browser-rum": {

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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -14,10 +14,10 @@
1414
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1515
},
1616
"dependencies": {
17-
"@datadog/browser-core": "6.18.1"
17+
"@datadog/browser-core": "6.19.0"
1818
},
1919
"peerDependencies": {
20-
"@datadog/browser-rum": "6.18.1"
20+
"@datadog/browser-rum": "6.19.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -13,7 +13,7 @@
1313
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.1"
16+
"@datadog/browser-core": "6.19.0"
1717
},
1818
"devDependencies": {
1919
"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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -13,8 +13,8 @@
1313
"prepack": "npm run build"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.1",
17-
"@datadog/browser-rum-core": "6.18.1"
16+
"@datadog/browser-core": "6.19.0",
17+
"@datadog/browser-rum-core": "6.19.0"
1818
},
1919
"peerDependencies": {
2020
"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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -13,11 +13,11 @@
1313
"build:esm": "rm -rf esm && tsc -p tsconfig.esm.json"
1414
},
1515
"dependencies": {
16-
"@datadog/browser-core": "6.18.1",
17-
"@datadog/browser-rum-core": "6.18.1"
16+
"@datadog/browser-core": "6.19.0",
17+
"@datadog/browser-rum-core": "6.19.0"
1818
},
1919
"peerDependencies": {
20-
"@datadog/browser-logs": "6.18.1"
20+
"@datadog/browser-logs": "6.19.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@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.18.1",
3+
"version": "6.19.0",
44
"license": "Apache-2.0",
55
"main": "cjs/entries/main.js",
66
"module": "esm/entries/main.js",
@@ -14,11 +14,11 @@
1414
"replace-build-env": "node ../../scripts/build/replace-build-env.ts"
1515
},
1616
"dependencies": {
17-
"@datadog/browser-core": "6.18.1",
18-
"@datadog/browser-rum-core": "6.18.1"
17+
"@datadog/browser-core": "6.19.0",
18+
"@datadog/browser-rum-core": "6.19.0"
1919
},
2020
"peerDependencies": {
21-
"@datadog/browser-logs": "6.18.1"
21+
"@datadog/browser-logs": "6.19.0"
2222
},
2323
"peerDependenciesMeta": {
2424
"@datadog/browser-logs": {

0 commit comments

Comments
 (0)