Skip to content

Commit 335ebdb

Browse files
authored
release 4.8.1 (#4301)
1 parent 41add4d commit 335ebdb

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

CHANGELOG.asciidoc

+2-10
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,15 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
37-
38-
[float]
39-
===== Breaking changes
40-
41-
[float]
42-
===== Features
36+
[[release-notes-4.8.1]]
37+
==== 4.8.1 - 2024/11/04
4338
4439
[float]
4540
===== Bug fixes
4641
4742
* Fix AWS Lambda instrumentation to work with a "handler" string that includes
4843
a period (`.`) in the module path. E.g. the leading `.` in `Handler: ./src/functions/myfunc/handler.main`. ({issues}4293[#4293]).
4944
50-
[float]
51-
===== Chores
52-
5345
5446
[[release-notes-4.8.0]]
5547
==== 4.8.0 - 2024/10/08

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "4.8.0",
3+
"version": "4.8.1",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)