Skip to content

Commit d388553

Browse files
chore(main): release 1.308.0 (#1671)
1 parent 8a835b3 commit d388553

File tree

4 files changed

+86
-4
lines changed

4 files changed

+86
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.308.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.307.0...v1.308.0) (2026-01-08)
7+
8+
9+
### Features
10+
11+
* Add "deregister" API ([#1632](https://github.com/newrelic/newrelic-browser-agent/issues/1632)) ([6338f04](https://github.com/newrelic/newrelic-browser-agent/commit/6338f04a2ec09ce0cbfa34e5878e14bfa5637a02))
12+
* add child.id attribute to facilitate MFE cross-linking ([#1662](https://github.com/newrelic/newrelic-browser-agent/issues/1662)) ([71fb23f](https://github.com/newrelic/newrelic-browser-agent/commit/71fb23f75f903f32ab07c09622692dab757ce274))
13+
* Add default close reason ([#1665](https://github.com/newrelic/newrelic-browser-agent/issues/1665)) ([6ff6d39](https://github.com/newrelic/newrelic-browser-agent/commit/6ff6d39cf2b3584de7b6b9a75fbceffd7bce00de))
14+
* add parent.type attribute to facilitate relationship synthesis ([#1661](https://github.com/newrelic/newrelic-browser-agent/issues/1661)) ([b2d3965](https://github.com/newrelic/newrelic-browser-agent/commit/b2d39659a17e1472e5b60baed04fbd0390267d95))
15+
* add support for mfe tags with the register API ([#1660](https://github.com/newrelic/newrelic-browser-agent/issues/1660)) ([8a835b3](https://github.com/newrelic/newrelic-browser-agent/commit/8a835b39ea62389d5922d4fedb3b55b4479dd523))
16+
17+
18+
### Bug Fixes
19+
20+
* Clean WebSocket URLs ([#1663](https://github.com/newrelic/newrelic-browser-agent/issues/1663)) ([a381a16](https://github.com/newrelic/newrelic-browser-agent/commit/a381a16cc6d1eabb5998188f69bb744525db3464))
21+
* enforce non-null values on the numeric fields ([#1664](https://github.com/newrelic/newrelic-browser-agent/issues/1664)) ([78da14b](https://github.com/newrelic/newrelic-browser-agent/commit/78da14b5b5a5fcc54edfbca5284d57a3c816dd9c))
22+
623
## [1.307.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.306.0...v1.307.0) (2026-01-06)
724

825

changelog.json

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,71 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "8a835b39ea62389d5922d4fedb3b55b4479dd523",
9+
"message": "add support for mfe tags with the register API",
10+
"issues": [
11+
"1660"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "71fb23f75f903f32ab07c09622692dab757ce274",
17+
"message": "add child.id attribute to facilitate MFE cross-linking",
18+
"issues": [
19+
"1662"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "6338f04a2ec09ce0cbfa34e5878e14bfa5637a02",
25+
"message": "Add \"deregister\" API",
26+
"issues": [
27+
"1632"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "b2d39659a17e1472e5b60baed04fbd0390267d95",
33+
"message": "add parent.type attribute to facilitate relationship synthesis",
34+
"issues": [
35+
"1661"
36+
]
37+
},
38+
{
39+
"type": "fix",
40+
"sha": "78da14b5b5a5fcc54edfbca5284d57a3c816dd9c",
41+
"message": "enforce non-null values on the numeric fields",
42+
"issues": [
43+
"1664"
44+
]
45+
},
46+
{
47+
"type": "fix",
48+
"sha": "a381a16cc6d1eabb5998188f69bb744525db3464",
49+
"message": "Clean WebSocket URLs",
50+
"issues": [
51+
"1663"
52+
]
53+
},
54+
{
55+
"type": "feat",
56+
"sha": "6ff6d39cf2b3584de7b6b9a75fbceffd7bce00de",
57+
"message": "Add default close reason",
58+
"issues": [
59+
"1665"
60+
]
61+
}
62+
],
63+
"version": "1.308.0",
64+
"language": "JAVASCRIPT",
65+
"artifactName": "@newrelic/browser-agent",
66+
"id": "766a2396-dfe4-45f9-b44e-f38f03992e1e",
67+
"createTime": "2026-01-08T23:19:29.193Z"
68+
},
469
{
570
"changes": [
671
{
@@ -3560,5 +3625,5 @@
35603625
"createTime": "2023-05-08T21:11:35.144Z"
35613626
}
35623627
],
3563-
"updateTime": "2026-01-06T19:11:03.484Z"
3628+
"updateTime": "2026-01-08T23:19:29.193Z"
35643629
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.307.0",
3+
"version": "1.308.0",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)