Skip to content

Commit

Permalink
3.41.0 (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Dec 12, 2022
1 parent d16f350 commit bd28207
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ Notes:
=== Node.js Agent version 3.x
==== Unreleased
[float]
===== Breaking changes
[[release-notes-3.41.0]]
==== 3.41.0 2022/12/12
[float]
===== Features
Expand All @@ -49,6 +47,11 @@ Notes:
[float]
===== Bug fixes
* Change default `serverUrl` from `http://localhost:8200` to `http://127.0.0.1:8200`
to avoid ambiguity between possible IPv4 and IPv6 DNS-resolved values for "localhost".
APM server only listens on IPv4 by default, so this avoids a possible surprising
mismatch. ({issues}3045[#3045])
* Add `tracestate` to the `TransactionOptions` TypeScript type for
`apm.startTransaction(..., options)`. ({issues}3061[#3061])
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": "3.40.1",
"version": "3.41.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit bd28207

Please sign in to comment.