Skip to content

Commit

Permalink
release 4.7.0 (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jun 13, 2024
1 parent c884fc9 commit a475892
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ Notes:
See the <<upgrade-to-v4>> guide.
[[release-notes-4.7.0]]
==== 4.7.0 - 2024/06/13
[float]
===== Features
* Update <<opentelemetry-bridge>> support to `@opentelemetry/api` version 1.9.0.
({issues}4078[#4078])
+
Support for the new `addLink` and `addLinks` methods on Span have been added.
However, support for the new synchronous gauge have not yet been added.
[[release-notes-4.6.0]]
==== 4.6.0 - 2024/06/05
Expand Down
4 changes: 2 additions & 2 deletions docs/span-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ If this method is not called, the service target values are inferred from other
[[span-addlink]]
==== `span.addLink(link)`

[small]#Added in: REPLACEME#
[small]#Added in: v4.7.0#

* `link` +{type-link}+

Expand All @@ -260,7 +260,7 @@ For example: `span.addLink({ context: anotherSpan })`.
[[span-addlinks]]
==== `span.addLinks([links])`

[small]#Added in: REPLACEME#
[small]#Added in: v4.7.0#

* `links` +{type-array}+ Span links.

Expand Down
4 changes: 2 additions & 2 deletions docs/transaction-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The `setOutcome` method allows an end user to override the Node.js agent's defau
[[transaction-addlink]]
==== `transaction.addLink(link)`

[small]#Added in: REPLACEME#
[small]#Added in: v4.7.0#

* `link` +{type-link}+

Expand All @@ -326,7 +326,7 @@ For example: `transaction.addLink({ context: anotherSpan })`.
[[transaction-addlinks]]
==== `transaction.addLinks([links])`

[small]#Added in: REPLACEME#
[small]#Added in: v4.7.0#

* `links` +{type-array}+ Span links.

Expand Down
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": "elastic-apm-node",
"version": "4.6.0",
"version": "4.7.0",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit a475892

Please sign in to comment.