Skip to content

Commit f346a75

Browse files
authored
3.28.0 (#2567)
1 parent 17a0b41 commit f346a75

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ Notes:
2929
=== Node.js Agent version 3.x
3030
3131
32-
==== Unreleased
32+
[[release-notes-3.28.0]]
33+
==== 3.28.0 2022/02/08
3334
3435
[float]
3536
===== Breaking changes
3637
38+
The following changes are not considered *breaking*. However, they result in
39+
a change in behavior and trace output that might impact some users, so they
40+
are highlighted here.
41+
3742
* Change the `redis` and `mysql` instrumentations to not patch at all if
3843
they are listed in <<disable-instrumentations, `disableInstrumentations`>>.
3944
This means that an application that uses one of these packages *and* lists

docs/upgrading.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The table below is a simplified description of this policy.
3636
[options="header"]
3737
|====
3838
|Agent version |EOL Date |Maintained until
39+
|3.28.x |2023-08-08 |3.29.0
3940
|3.27.x |2023-07-17 |3.28.0
4041
|3.26.x |2023-06-07 |3.27.0
4142
|3.25.x |2023-05-24 |3.26.0

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