diff --git a/CHANGELOG.md b/CHANGELOG.md index e776488ba..177c0daaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.250.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.249.0...v1.250.0) (2024-01-09) + + +### Features + +* Add a flag to note that a payload occurred during a replay ([#834](https://github.com/newrelic/newrelic-browser-agent/issues/834)) ([1b898c6](https://github.com/newrelic/newrelic-browser-agent/commit/1b898c61fa260bd0df644b4825ddb6d1c9b54b51)) +* Session Replay Dynamic Loading ([#832](https://github.com/newrelic/newrelic-browser-agent/issues/832)) ([1af7b89](https://github.com/newrelic/newrelic-browser-agent/commit/1af7b896ef41c8b4855ca85e2a4e40c20a8cdfb1)) + + +### Bug Fixes + +* TraceId generation regression (non-random trace ids) ([#853](https://github.com/newrelic/newrelic-browser-agent/issues/853)) ([8767f69](https://github.com/newrelic/newrelic-browser-agent/commit/8767f69122853a4099ed25f5886a91de06703c98)) + ## [1.249.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.248.0...v1.249.0) (2023-12-14) diff --git a/changelog.json b/changelog.json index 821bf13d1..1c185536e 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,39 @@ { "repository": "newrelic/newrelic-browser-agent", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "1b898c61fa260bd0df644b4825ddb6d1c9b54b51", + "message": "Add a flag to note that a payload occurred during a replay", + "issues": [ + "834" + ] + }, + { + "type": "feat", + "sha": "1af7b896ef41c8b4855ca85e2a4e40c20a8cdfb1", + "message": "Session Replay Dynamic Loading", + "issues": [ + "832" + ] + }, + { + "type": "fix", + "sha": "8767f69122853a4099ed25f5886a91de06703c98", + "message": "TraceId generation regression (non-random trace ids)", + "issues": [ + "853" + ] + } + ], + "version": "1.250.0", + "language": "JAVASCRIPT", + "artifactName": "@newrelic/browser-agent", + "id": "d65f416b-0dab-4c87-9379-07e032e7f015", + "createTime": "2024-01-09T18:22:29.175Z" + }, { "changes": [ { @@ -916,5 +949,5 @@ "createTime": "2023-05-08T21:11:35.144Z" } ], - "updateTime": "2023-12-14T16:21:55.359Z" + "updateTime": "2024-01-09T18:22:29.175Z" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e29d1dee8..bd8fb073e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/browser-agent", - "version": "1.249.0", + "version": "1.250.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@newrelic/browser-agent", - "version": "1.249.0", + "version": "1.250.0", "license": "Apache-2.0", "dependencies": { "core-js": "^3.26.0", diff --git a/package.json b/package.json index 653a94fe3..cffe4f811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/browser-agent", - "version": "1.249.0", + "version": "1.250.0", "private": false, "author": "New Relic Browser Agent Team ", "description": "New Relic Browser Agent",