Skip to content

Commit

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

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


### Features

* Add API: setApplicationVersion ([#639](https://github.com/newrelic/newrelic-browser-agent/issues/639)) ([4bb3e81](https://github.com/newrelic/newrelic-browser-agent/commit/4bb3e81b9a2fb0c0f075f3f72e90d21ffdde06fb))
* Reducing the agent chunk count ([#637](https://github.com/newrelic/newrelic-browser-agent/issues/637)) ([043becf](https://github.com/newrelic/newrelic-browser-agent/commit/043becf2d8c766516cecd614b54de3fc5acad1e2))


### Bug Fixes

* Capture potential missing tail data for session trace ([#624](https://github.com/newrelic/newrelic-browser-agent/issues/624)) ([1941427](https://github.com/newrelic/newrelic-browser-agent/commit/194142763a117b7c5ac30f22a73b0577d2112fba))
* Fix distributed tracing handling of empty string fetch parameter ([#640](https://github.com/newrelic/newrelic-browser-agent/issues/640)) ([5dca741](https://github.com/newrelic/newrelic-browser-agent/commit/5dca741ae0c98ef50cf2170cdd4f075e0c8bbae9))
* Typo in type declarations ([#634](https://github.com/newrelic/newrelic-browser-agent/issues/634)) ([ada8ad2](https://github.com/newrelic/newrelic-browser-agent/commit/ada8ad2e2c85065c46237fa45cce7ddec8368e53))

## [1.237.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.237.0...v1.237.1) (2023-08-02)


Expand Down
51 changes: 50 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "194142763a117b7c5ac30f22a73b0577d2112fba",
"message": "Capture potential missing tail data for session trace",
"issues": [
"624"
]
},
{
"type": "feat",
"sha": "043becf2d8c766516cecd614b54de3fc5acad1e2",
"message": "Reducing the agent chunk count",
"issues": [
"637"
]
},
{
"type": "fix",
"sha": "5dca741ae0c98ef50cf2170cdd4f075e0c8bbae9",
"message": "Fix distributed tracing handling of empty string fetch parameter",
"issues": [
"640"
]
},
{
"type": "fix",
"sha": "ada8ad2e2c85065c46237fa45cce7ddec8368e53",
"message": "Typo in type declarations",
"issues": [
"634"
]
},
{
"type": "feat",
"sha": "4bb3e81b9a2fb0c0f075f3f72e90d21ffdde06fb",
"message": "Add API: setApplicationVersion",
"issues": [
"639"
]
}
],
"version": "1.238.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "ded102d2-5a8b-41dc-a385-0c1b9b653d4b",
"createTime": "2023-08-16T15:23:16.223Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -341,5 +390,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-08-02T19:25:20.815Z"
"updateTime": "2023-08-16T15:23:16.223Z"
}
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.237.1",
"version": "1.238.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 5c2ab02

Please sign in to comment.