Skip to content

Commit

Permalink
3.40.1 (#3030)
Browse files Browse the repository at this point in the history
Prevent a possible tight loop in central config fetching.

Fixes: #3029
  • Loading branch information
trentm authored Nov 15, 2022
1 parent ca463ad commit 13d3095
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Notes:
[[release-notes-3.x]]
=== Node.js Agent version 3.x
[[release-notes-3.40.1]]
==== 3.40.1 2022/11/15
[float]
===== Bug fixes
* Prevent a possible tight loop in central config fetching. ({issues}3029[#3029])
[[release-notes-3.40.0]]
==== 3.40.0 2022/10/31
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "3.40.0",
"version": "3.40.1",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -93,7 +93,7 @@
"basic-auth": "^2.0.1",
"cookie": "^0.5.0",
"core-util-is": "^1.0.2",
"elastic-apm-http-client": "11.0.2",
"elastic-apm-http-client": "11.0.3",
"end-of-stream": "^1.4.4",
"error-callsites": "^2.0.4",
"error-stack-parser": "^2.0.6",
Expand Down

0 comments on commit 13d3095

Please sign in to comment.