Skip to content

Commit

Permalink
chore(main): release 1.239.0 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Sep 1, 2023
1 parent 9141a45 commit 7e3b837
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.239.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.238.0...v1.239.0) (2023-09-01)


### Features

* Add best effort to detect Ajax events before instantiation ([#648](https://github.com/newrelic/newrelic-browser-agent/issues/648)) ([2d3c9d3](https://github.com/newrelic/newrelic-browser-agent/commit/2d3c9d36d4e59343a1b228322e1040d2f3f911b8))
* Add mode to enable agent to not harvest until user consent ([#656](https://github.com/newrelic/newrelic-browser-agent/issues/656)) ([9141a45](https://github.com/newrelic/newrelic-browser-agent/commit/9141a45cdb3fffd2306fcc5388ed74142d167c53))
* Remove allow_bfcache flag ([#652](https://github.com/newrelic/newrelic-browser-agent/issues/652)) ([ec113af](https://github.com/newrelic/newrelic-browser-agent/commit/ec113af80fd565ff50ba825b82e5f4d1b74d09b7))
* Removing old supportability metrics ([#669](https://github.com/newrelic/newrelic-browser-agent/issues/669)) ([c17d344](https://github.com/newrelic/newrelic-browser-agent/commit/c17d344389eb2262ff5d3ca94a1748e519220921))


### Bug Fixes

* Fixing issue with leaking event listeners ([#668](https://github.com/newrelic/newrelic-browser-agent/issues/668)) ([6cb8238](https://github.com/newrelic/newrelic-browser-agent/commit/6cb823842fab406a33b9698edee1932c29204df3))
* Issues with types resolution ([#670](https://github.com/newrelic/newrelic-browser-agent/issues/670)) ([85336a4](https://github.com/newrelic/newrelic-browser-agent/commit/85336a43595bbf3d2793aafe665a47650a20ed21))

## [1.238.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.237.1...v1.238.0) (2023-08-16)


Expand Down
59 changes: 58 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,63 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "9141a45cdb3fffd2306fcc5388ed74142d167c53",
"message": "Add mode to enable agent to not harvest until user consent",
"issues": [
"656"
]
},
{
"type": "fix",
"sha": "85336a43595bbf3d2793aafe665a47650a20ed21",
"message": "Issues with types resolution",
"issues": [
"670"
]
},
{
"type": "feat",
"sha": "c17d344389eb2262ff5d3ca94a1748e519220921",
"message": "Removing old supportability metrics",
"issues": [
"669"
]
},
{
"type": "fix",
"sha": "6cb823842fab406a33b9698edee1932c29204df3",
"message": "Fixing issue with leaking event listeners",
"issues": [
"668"
]
},
{
"type": "feat",
"sha": "ec113af80fd565ff50ba825b82e5f4d1b74d09b7",
"message": "Remove allow_bfcache flag",
"issues": [
"652"
]
},
{
"type": "feat",
"sha": "2d3c9d36d4e59343a1b228322e1040d2f3f911b8",
"message": "Add best effort to detect Ajax events before instantiation",
"issues": [
"648"
]
}
],
"version": "1.239.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "4aa6986a-3ba4-438a-8255-e490b2b4894b",
"createTime": "2023-09-01T17:29:35.140Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -390,5 +447,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-08-16T15:23:16.223Z"
"updateTime": "2023-09-01T17:29:35.140Z"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/browser-agent",
"version": "1.238.0",
"version": "1.239.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 7e3b837

Please sign in to comment.