Skip to content

Commit 7d3754a

Browse files
authored
3.36.0 (#2776)
1 parent 7140041 commit 7d3754a

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
35+
[[release-notes-3.36.0]]
36+
==== 3.36.0 2022/06/15
3937
4038
[float]
4139
===== Features
@@ -52,6 +50,9 @@ Notes:
5250
separately in the Kibana APM app based on their client API error type.
5351
({issues}2770[#2770])
5452
53+
- Graphql v16 support ({issues}2508[#2508])
54+
55+
5556
[float]
5657
===== Bug fixes
5758
@@ -64,15 +65,11 @@ Notes:
6465
change passing `next(<some object not an instance of Error>)` would be
6566
considered an error by Express, but not by the APM agent's route
6667
tracking. ({pull}2750[#2750])
67-
- Fix Graphql v16 support ({issues}2508[#2508])
6868
6969
- Updated `sanitizeFieldNames` and `ignoreMessageQueues` environment variables
7070
to use `ELASTIC_APM_` prefix. (previous variable names are still recgonized,
7171
but not documented) ({issues}2636[#2636])
7272
73-
[float]
74-
===== Chores
75-
7673
7774
[[release-notes-3.35.0]]
7875
==== 3.35.0 2022/06/01

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.36.x |2023-12-15 |3.37.0
3940
|3.35.x |2023-12-01 |3.36.0
4041
|3.34.x |2023-11-26 |3.35.0
4142
|3.33.x |2023-11-05 |3.34.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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