Skip to content

Commit

Permalink
chore: release v12.13.0 (#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 12, 2025
1 parent 6db3b4d commit 772f007
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
24 changes: 24 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### v12.13.0 (2025-02-12)

#### Features

* Added timeslice metrics for synthesized server segments ([#2924](https://github.com/newrelic/node-newrelic/pull/2924)) ([f404585](https://github.com/newrelic/node-newrelic/commit/f4045855a1cdbfb74e3217daf8bfa125aa6fe2e4))
* Added timeslice metrics for synthesized producer segments ([#2939](https://github.com/newrelic/node-newrelic/pull/2939)) ([6832637](https://github.com/newrelic/node-newrelic/commit/68326377dcd23b574abae7c323ff93bc05c525ed))
* Added timeslice metrics for synthesized database segments ([#2922](https://github.com/newrelic/node-newrelic/pull/2922)) ([8606f78](https://github.com/newrelic/node-newrelic/commit/8606f789772b7651d0c46ad50dad3a1da74e5e9c))
* Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.([#2940](https://github.com/newrelic/node-newrelic/pull/2940)) ([b85111c](https://github.com/newrelic/node-newrelic/commit/b85111c46797dfbf399faf973e7a3e0ea6bbdc28))
* Added logic to handle properly naming and ending transactions for server spans.
* Provided ability to disable instrumentation for core Node.js libraries ([#2927](https://github.com/newrelic/node-newrelic/pull/2927)) ([2d232f1](https://github.com/newrelic/node-newrelic/commit/2d232f16c167e5f84b7b7898a6c5410d9cece55e))

#### Bug fixes

* Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment ([#2944](https://github.com/newrelic/node-newrelic/pull/2944)) ([6db3b4d](https://github.com/newrelic/node-newrelic/commit/6db3b4d53a077a9738dd72d46e1ba1cee0d6af3f))

#### Documentation

* Updated compatibility report ([#2920](https://github.com/newrelic/node-newrelic/pull/2920)) ([c7ae8be](https://github.com/newrelic/node-newrelic/commit/c7ae8befafa4c91fab6804cd95e20f5a93546ea4))

#### Miscellaneous chores

* Localized OTEL attribute constants ([#2928](https://github.com/newrelic/node-newrelic/pull/2928)) ([965c41b](https://github.com/newrelic/node-newrelic/commit/965c41b3e64805ac14ae4dd36120b018ec5899f4))
* Updated import-in-the-middle version ([#2923](https://github.com/newrelic/node-newrelic/pull/2923)) ([aa2781f](https://github.com/newrelic/node-newrelic/commit/aa2781fd9c7bed08d590e33682729a92f21f43a5))

### v12.12.0 (2025-02-05)

#### Features
Expand Down
18 changes: 17 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "12.13.0",
"changes": {
"security": [],
"bugfixes": [
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
],
"features": [
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
"Added timeslice metrics for synthesized producer segments",
"Added timeslice metrics for synthesized server segments",
"Added timeslice metrics for synthesized database segments",
"Provided ability to disable instrumentation for core Node.js libraries"
]
}
},
{
"version": "12.12.0",
"changes": {
Expand Down Expand Up @@ -805,4 +821,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "12.12.0",
"version": "12.13.0",
"author": "New Relic Node.js agent team <[email protected]>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 772f007

Please sign in to comment.