Skip to content

Commit 698216b

Browse files
chore(main): release 1.303.0
1 parent 4e8ad2a commit 698216b

File tree

4 files changed

+77
-4
lines changed

4 files changed

+77
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.303.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.302.0...v1.303.0) (2025-11-11)
7+
8+
9+
### Features
10+
11+
* Add custom event support to register API ([#1606](https://github.com/newrelic/newrelic-browser-agent/issues/1606)) ([4137dcb](https://github.com/newrelic/newrelic-browser-agent/commit/4137dcbb339642219164d68695b84a8e48fa9b6f))
12+
* Add useConsentModel functionality ([#1533](https://github.com/newrelic/newrelic-browser-agent/issues/1533)) ([4e8ad2a](https://github.com/newrelic/newrelic-browser-agent/commit/4e8ad2a6aea34bbaa39b6beb67c3947feee3c01d))
13+
* Retry initial connect call ([#1605](https://github.com/newrelic/newrelic-browser-agent/issues/1605)) ([9770132](https://github.com/newrelic/newrelic-browser-agent/commit/9770132209b9fb1320b3f60eedfa932b0fcfa3a4))
14+
* SMs for browser connect response ([#1611](https://github.com/newrelic/newrelic-browser-agent/issues/1611)) ([29f5bdf](https://github.com/newrelic/newrelic-browser-agent/commit/29f5bdf6fa36020a87e5c0aa443d64ce55722c85))
15+
16+
17+
### Bug Fixes
18+
19+
* memoize promise context propagation to avoid safari hangs ([#1597](https://github.com/newrelic/newrelic-browser-agent/issues/1597)) ([23cb559](https://github.com/newrelic/newrelic-browser-agent/commit/23cb55993add2eb7e7b14b0d77c6fa3bbb9abcf1))
20+
* Obfuscate custom attributes for logs added after PVE ([#1622](https://github.com/newrelic/newrelic-browser-agent/issues/1622)) ([f648e3f](https://github.com/newrelic/newrelic-browser-agent/commit/f648e3f1f843913d4c9be6534b0d1e3ba47eb260))
21+
622
## [1.302.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.301.0...v1.302.0) (2025-10-24)
723

824

changelog.json

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "4e8ad2a6aea34bbaa39b6beb67c3947feee3c01d",
9+
"message": "Add useConsentModel functionality",
10+
"issues": [
11+
"1533"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "9770132209b9fb1320b3f60eedfa932b0fcfa3a4",
17+
"message": "Retry initial connect call",
18+
"issues": [
19+
"1605"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "f648e3f1f843913d4c9be6534b0d1e3ba47eb260",
25+
"message": "Obfuscate custom attributes for logs added after PVE",
26+
"issues": [
27+
"1622"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "4137dcbb339642219164d68695b84a8e48fa9b6f",
33+
"message": "Add custom event support to register API",
34+
"issues": [
35+
"1606"
36+
]
37+
},
38+
{
39+
"type": "fix",
40+
"sha": "23cb55993add2eb7e7b14b0d77c6fa3bbb9abcf1",
41+
"message": "memoize promise context propagation to avoid safari hangs",
42+
"issues": [
43+
"1597"
44+
]
45+
},
46+
{
47+
"type": "feat",
48+
"sha": "29f5bdf6fa36020a87e5c0aa443d64ce55722c85",
49+
"message": "SMs for browser connect response",
50+
"issues": [
51+
"1611"
52+
]
53+
}
54+
],
55+
"version": "1.303.0",
56+
"language": "JAVASCRIPT",
57+
"artifactName": "@newrelic/browser-agent",
58+
"id": "d6e2603c-09ba-4f3b-8ef8-982c516ab5c3",
59+
"createTime": "2025-11-11T16:12:03.244Z"
60+
},
461
{
562
"changes": [
663
{
@@ -3347,5 +3404,5 @@
33473404
"createTime": "2023-05-08T21:11:35.144Z"
33483405
}
33493406
],
3350-
"updateTime": "2025-10-24T17:19:48.828Z"
3407+
"updateTime": "2025-11-11T16:12:03.244Z"
33513408
}

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.302.0",
3+
"version": "1.303.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)