File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,16 @@ Notes:
29
29
=== Node.js Agent version 3.x
30
30
31
31
32
- ==== Unreleased
32
+ [[release-notes-3.28.0]]
33
+ ==== 3.28.0 2022/02/08
33
34
34
35
[float]
35
36
===== Breaking changes
36
37
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
+
37
42
* Change the `redis` and `mysql` instrumentations to not patch at all if
38
43
they are listed in <<disable-instrumentations, `disableInstrumentations`>>.
39
44
This means that an application that uses one of these packages *and* lists
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ The table below is a simplified description of this policy.
36
36
[options="header"]
37
37
|====
38
38
|Agent version |EOL Date |Maintained until
39
+ |3.28.x |2023-08-08 |3.29.0
39
40
|3.27.x |2023-07-17 |3.28.0
40
41
|3.26.x |2023-06-07 |3.27.0
41
42
|3.25.x |2023-05-24 |3.26.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " elastic-apm-node" ,
3
- "version" : " 3.27 .0" ,
3
+ "version" : " 3.28 .0" ,
4
4
"description" : " The official Elastic APM agent for Node.js" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments