Skip to content

Commit e5fc709

Browse files
chore(main): release 1.317.0
1 parent 08394db commit e5fc709

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.317.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.316.0...v1.317.0) (2026-06-12)
7+
8+
9+
### Features
10+
11+
* Detect and report AJAX payloads ([#1651](https://github.com/newrelic/newrelic-browser-agent/issues/1651)) ([08394db](https://github.com/newrelic/newrelic-browser-agent/commit/08394db8a5a9f2b6fd627e9eee76022977cb433c))
12+
* Enhance obfuscation to support event filter ([#1782](https://github.com/newrelic/newrelic-browser-agent/issues/1782)) ([c97aaf9](https://github.com/newrelic/newrelic-browser-agent/commit/c97aaf9773cfb0b62a810eb07b37e6f5b96d5ab5))
13+
14+
15+
### Bug Fixes
16+
17+
* Patch handling of inlining images for Session Replay ([#1765](https://github.com/newrelic/newrelic-browser-agent/issues/1765)) ([b330f8e](https://github.com/newrelic/newrelic-browser-agent/commit/b330f8e3e35f2fda076967092bcb70e792de6eeb))
18+
619
## [1.316.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.315.0...v1.316.0) (2026-06-01)
720

821

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "08394db8a5a9f2b6fd627e9eee76022977cb433c",
9+
"message": "Detect and report AJAX payloads",
10+
"issues": [
11+
"1651"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "c97aaf9773cfb0b62a810eb07b37e6f5b96d5ab5",
17+
"message": "Enhance obfuscation to support event filter",
18+
"issues": [
19+
"1782"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "b330f8e3e35f2fda076967092bcb70e792de6eeb",
25+
"message": "Patch handling of inlining images for Session Replay",
26+
"issues": [
27+
"1765"
28+
]
29+
}
30+
],
31+
"version": "1.317.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "61c5d5cd-aaa4-46b6-abf1-1d3b2bdea830",
35+
"createTime": "2026-06-12T15:52:49.071Z"
36+
},
437
{
538
"changes": [
639
{
@@ -4004,5 +4037,5 @@
40044037
"createTime": "2023-05-08T21:11:35.144Z"
40054038
}
40064039
],
4007-
"updateTime": "2026-06-01T20:10:20.235Z"
4040+
"updateTime": "2026-06-12T15:52:49.071Z"
40084041
}

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