Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v12.11.0 #2877

Merged
merged 7 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
### v12.11.0 (2025-01-14)

#### Features

* Added otel consumer span processing ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([82fe9d5](https://github.com/newrelic/node-newrelic/commit/82fe9d5017d042234472c5d05c2c9c05d8a45091))
* Added segment and transaction synthesis for http server spans ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([8fa4d05](https://github.com/newrelic/node-newrelic/commit/8fa4d055b27a0494d7021bc3a284f4c4752a3cee))
* Added segment synthesis for db client otel spans to db trace ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([32dd2f1](https://github.com/newrelic/node-newrelic/commit/32dd2f1509facda94e57c04e7999975eb667f9d8))
* Added segment synthesis for internal spans ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([e5c66be](https://github.com/newrelic/node-newrelic/commit/e5c66be379a34174d7f383976cebd6c44f99b265))
* Added segment synthesis for otel producer spans ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([ed2e095](https://github.com/newrelic/node-newrelic/commit/ed2e09599833d98ff31bd05d16df542b75bec356))
* Added segment synthesizer and provided ability to convert http client otel spans to external http trace segments ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([c71be40](https://github.com/newrelic/node-newrelic/commit/c71be40dd4999909a0c263f5ed7e744b7597baf0))
* added segment tree to transaction trace ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([0acabf6](https://github.com/newrelic/node-newrelic/commit/0acabf66c9e6c0f8ea76b3d88ca944f72eb65b4a))
bizob2828 marked this conversation as resolved.
Show resolved Hide resolved
* Removed children from segments. ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([0c55d22](https://github.com/newrelic/node-newrelic/commit/0c55d2221f8f5ed118d017530cf7a237823df6c0))
* Removed transaction from segment. Introduced a new enterSegment and enterTransaction to make context propagation more clear ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([7078554](https://github.com/newrelic/node-newrelic/commit/7078554a546971d876f41da0823af3d0def33eb2))

#### Bug fixes

* Updated `shim.createSegment` and `shim.handleMqTracingHeaders` to be backwards compatible with the changes to context manager ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([25a71e6](https://github.com/newrelic/node-newrelic/commit/25a71e643e7645dd27f793016a001deef0e2220a))

#### Code refactoring

* Removed class construction on the segment synthesis and ins… ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([e044b40](https://github.com/newrelic/node-newrelic/commit/e044b405f935a85255edd1f128c0be771db94a5f))

#### Documentation

* Updated compatibility report ([#2869](https://github.com/newrelic/node-newrelic/pull/2869)) ([4bde427](https://github.com/newrelic/node-newrelic/commit/4bde427f67aa1e1699e7ab12c4f96e83f70850a6))

#### Miscellaneous chores

* Add rules engine to match OTEL spans ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([3e6f47b](https://github.com/newrelic/node-newrelic/commit/3e6f47b91ae1da9985c8a1fd56cd8550bb092006))
bizob2828 marked this conversation as resolved.
Show resolved Hide resolved
* Updated rules engine to account for fallbacks ([#2873](https://github.com/newrelic/node-newrelic/pull/2873)) ([e969bea](https://github.com/newrelic/node-newrelic/commit/e969beab42252a19b152ed97a487fd169c588551))
* Updated versioned tests docs ([#2874](https://github.com/newrelic/node-newrelic/pull/2874)) ([73a84d7](https://github.com/newrelic/node-newrelic/commit/73a84d76be655a8cca88a47de177f1dfa4faa6e7))

#### Tests

* Updated a langchain test to be less rigid on asserting the tracking metric by `@langchain/core` version ([#2876](https://github.com/newrelic/node-newrelic/pull/2876)) ([73985ea](https://github.com/newrelic/node-newrelic/commit/73985ea45634478133a0ac6437b16758cfd775b2))

### v12.10.0 (2025-01-09)

#### Features
Expand Down
22 changes: 21 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "12.11.0",
"changes": {
"security": [],
"bugfixes": [
"Updated `shim.createSegment` and `shim.handleMqTracingHeaders` to be backwards compatible with the changes to context manager"
],
"features": [
"Added otel consumer span processing",
"Added segment synthesis for internal spans",
"Added segment synthesis for otel producer spans",
"Added segment and transaction synthesis for http server spans",
"Added segment synthesis for db client otel spans to db trace",
"Added segment synthesizer and provided ability to convert http client otel spans to external http trace segments",
"added segment tree to transaction trace",
bizob2828 marked this conversation as resolved.
Show resolved Hide resolved
"Removed children from segments.",
"Removed transaction from segment. Introduced a new enterSegment and enterTransaction to make context propagation more clear"
]
}
},
{
"version": "12.10.0",
"changes": {
Expand Down Expand Up @@ -739,4 +759,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.10.0",
"version": "12.11.0",
"author": "New Relic Node.js agent team <[email protected]>",
"license": "Apache-2.0",
"contributors": [
Expand Down
Loading