Skip to content

Commit bd28207

Browse files
authored
3.41.0 (#3064)
1 parent d16f350 commit bd28207

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
35+
[[release-notes-3.41.0]]
36+
==== 3.41.0 2022/12/12
3937
4038
[float]
4139
===== Features
@@ -49,6 +47,11 @@ Notes:
4947
[float]
5048
===== Bug fixes
5149
50+
* Change default `serverUrl` from `http://localhost:8200` to `http://127.0.0.1:8200`
51+
to avoid ambiguity between possible IPv4 and IPv6 DNS-resolved values for "localhost".
52+
APM server only listens on IPv4 by default, so this avoids a possible surprising
53+
mismatch. ({issues}3045[#3045])
54+
5255
* Add `tracestate` to the `TransactionOptions` TypeScript type for
5356
`apm.startTransaction(..., options)`. ({issues}3061[#3061])
5457

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.40.1",
3+
"version": "3.41.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)