diff --git a/CHANGELOG.md b/CHANGELOG.md index ea14fcdb5..915a358a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.261.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.260.1...v1.261.0) (2024-06-26) + + +### Features + +* Add Logging API entry points and central handler ([#1052](https://github.com/newrelic/newrelic-browser-agent/issues/1052)) ([face445](https://github.com/newrelic/newrelic-browser-agent/commit/face4457f2ec29699b610cb096864ee3a16aafdc)) +* Add Logging Configurations ([#1058](https://github.com/newrelic/newrelic-browser-agent/issues/1058)) ([3c4ea26](https://github.com/newrelic/newrelic-browser-agent/commit/3c4ea262b30b48afc434f8ccdce867b1a5acb874)) +* Add wrapLogger API method for wrapping 3rd party loggers ([#1054](https://github.com/newrelic/newrelic-browser-agent/issues/1054)) ([3713d73](https://github.com/newrelic/newrelic-browser-agent/commit/3713d73716f24c9bfb4154a664c2696296f7150e)) +* Create logging feature ([#1059](https://github.com/newrelic/newrelic-browser-agent/issues/1059)) ([c573e33](https://github.com/newrelic/newrelic-browser-agent/commit/c573e330ea5e7dd97e7293b0f95785cb738cf3f2)) +* Logging feature harvesting and optimizations ([#1064](https://github.com/newrelic/newrelic-browser-agent/issues/1064)) ([9a9fad5](https://github.com/newrelic/newrelic-browser-agent/commit/9a9fad5fe10536e72d5b55374363f727b6ae0c43)) +* Pass logging API args as object for better extensibility ([#1074](https://github.com/newrelic/newrelic-browser-agent/issues/1074)) ([8fbd25a](https://github.com/newrelic/newrelic-browser-agent/commit/8fbd25a6de3e5c48869f9cae564d86cf36cc364c)) + + +### Bug Fixes + +* dedup pre-load ajax requests ([#1081](https://github.com/newrelic/newrelic-browser-agent/issues/1081)) ([9f95b33](https://github.com/newrelic/newrelic-browser-agent/commit/9f95b339248d7597ce489546e9f04d68053fe7d1)) +* Prevent session reset triggers from harvesting session trace data ([#1050](https://github.com/newrelic/newrelic-browser-agent/issues/1050)) ([bec022b](https://github.com/newrelic/newrelic-browser-agent/commit/bec022b57ffa2cb23353272b667727f631e76b63)) +* Reading finish of null in SPA ([#1085](https://github.com/newrelic/newrelic-browser-agent/issues/1085)) ([df874f7](https://github.com/newrelic/newrelic-browser-agent/commit/df874f72c1a7668098c855eea718b1d0ceda7a7c)) + ## [1.260.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.260.0...v1.260.1) (2024-05-16) diff --git a/changelog.json b/changelog.json index c071b2710..7919f5d85 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,87 @@ { "repository": "newrelic/newrelic-browser-agent", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "df874f72c1a7668098c855eea718b1d0ceda7a7c", + "message": "Reading finish of null in SPA", + "issues": [ + "1085" + ] + }, + { + "type": "fix", + "sha": "9f95b339248d7597ce489546e9f04d68053fe7d1", + "message": "dedup pre-load ajax requests", + "issues": [ + "1081" + ] + }, + { + "type": "feat", + "sha": "8fbd25a6de3e5c48869f9cae564d86cf36cc364c", + "message": "Pass logging API args as object for better extensibility", + "issues": [ + "1074" + ] + }, + { + "type": "feat", + "sha": "9a9fad5fe10536e72d5b55374363f727b6ae0c43", + "message": "Logging feature harvesting and optimizations", + "issues": [ + "1064" + ] + }, + { + "type": "feat", + "sha": "c573e330ea5e7dd97e7293b0f95785cb738cf3f2", + "message": "Create logging feature", + "issues": [ + "1059" + ] + }, + { + "type": "feat", + "sha": "3c4ea262b30b48afc434f8ccdce867b1a5acb874", + "message": "Add Logging Configurations", + "issues": [ + "1058" + ] + }, + { + "type": "feat", + "sha": "3713d73716f24c9bfb4154a664c2696296f7150e", + "message": "Add wrapLogger API method for wrapping 3rd party loggers", + "issues": [ + "1054" + ] + }, + { + "type": "feat", + "sha": "face4457f2ec29699b610cb096864ee3a16aafdc", + "message": "Add Logging API entry points and central handler", + "issues": [ + "1052" + ] + }, + { + "type": "fix", + "sha": "bec022b57ffa2cb23353272b667727f631e76b63", + "message": "Prevent session reset triggers from harvesting session trace data", + "issues": [ + "1050" + ] + } + ], + "version": "1.261.0", + "language": "JAVASCRIPT", + "artifactName": "@newrelic/browser-agent", + "id": "a8b98773-474e-45a2-860a-76461aee8c28", + "createTime": "2024-06-26T00:19:05.838Z" + }, { "changes": [ { @@ -1558,5 +1639,5 @@ "createTime": "2023-05-08T21:11:35.144Z" } ], - "updateTime": "2024-05-16T17:24:06.705Z" + "updateTime": "2024-06-26T00:19:05.838Z" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b8b26209a..02ab145c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/browser-agent", - "version": "1.260.1", + "version": "1.261.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@newrelic/browser-agent", - "version": "1.260.1", + "version": "1.261.0", "license": "Apache-2.0", "dependencies": { "core-js": "^3.26.0", diff --git a/package.json b/package.json index bf4701e21..05cb87b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/browser-agent", - "version": "1.260.1", + "version": "1.261.0", "private": false, "author": "New Relic Browser Agent Team ", "description": "New Relic Browser Agent",