Skip to content

Commit c0b0ace

Browse files
authored
3.47.0 (#3429)
1 parent b00cfb8 commit c0b0ace

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ Notes:
3131
[[release-notes-3.x]]
3232
=== Node.js Agent version 3.x
3333
34-
==== Unreleased
35-
36-
[float]
37-
===== Breaking changes
34+
[[release-notes-3.47.0]]
35+
==== 3.47.0 - 2023/06/14
3836
3937
[float]
4038
===== Features
4139
42-
* Add support for 'knex' version v1 and v2. ({pull}3355[#3355])
40+
* Add support for `knex` version v1 and v2. ({pull}3355[#3355])
41+
4342
* Add `[email protected]` support. ({pull}3366[#3366])
44-
* Add `apm.setGlobalLabel()` to dynamically extend the `globalLabels` set in the initial config.
45-
Refer to <<apm-set-global-label>> for details. ({pull}3337[#3337])
43+
44+
* Add `apm.setGlobalLabel()` to dynamically extend the `globalLabels` set in
45+
the initial config. Refer to <<apm-set-global-label>> for details. ({pull}3337[#3337])
4646
4747
[float]
4848
===== Bug fixes

docs/agent-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Defining too many unique fields in an index is a condition that can lead to a
294294
[[apm-set-global-label]]
295295
==== `apm.setGlobalLabel(name, value)`
296296

297-
[small]#Added in: REPLACEME#
297+
[small]#Added in: v3.47.0#
298298

299299
* `name` +{type-string}+
300300
* `value` +{type-string}+ | +{type-number}+ | +{type-boolean}+

docs/set-up.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ import 'elastic-apm-node/start.js';
100100

101101
A limitation of this approach is that you cannot configure the agent with an options object, but instead have to rely on <<configuring-the-agent,one of the other methods of configuration>>, such as setting `ELASTIC_APM_...` environment variables.
102102

103-
Note: As of elastic-apm-node version REPLACEME, the "elastic-apm-node/start.js" will *not start the agent in a Node.js Worker thread.*
103+
Note: As of elastic-apm-node version 3.47.0, the "elastic-apm-node/start.js" will *not start the agent in a Node.js Worker thread.*
104104

105105

106106
[[start-option-node-require-opt]]
@@ -122,7 +122,7 @@ export NODE_OPTIONS='-r elastic-apm-node/start.js'
122122
node app.js
123123
----
124124

125-
Note: As of elastic-apm-node version REPLACEME, the "elastic-apm-node/start.js" will *not start the agent in a https://nodejs.org/api/worker_threads.html[Node.js Worker thread].* New Worker threads inherit the `process.execArgv` and environment, so "elastic-apm-node/start.js" is executed again. Starting a new APM agent in each Worker thread because of "start.js" is deemed surprise, so is disabled for now.
125+
Note: As of elastic-apm-node version 3.47.0, the "elastic-apm-node/start.js" will *not start the agent in a https://nodejs.org/api/worker_threads.html[Node.js Worker thread].* New Worker threads inherit the `process.execArgv` and environment, so "elastic-apm-node/start.js" is executed again. Starting a new APM agent in each Worker thread because of "start.js" is deemed surprise, so is disabled for now.
126126

127127

128128
[[start-option-separate-init-module]]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.46.0",
3+
"version": "3.47.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)