Skip to content

Commit 0b88907

Browse files
authored
3.38.0 (#2872)
1 parent 307f314 commit 0b88907

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

CHANGELOG.asciidoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ Notes:
3131
[[release-notes-3.x]]
3232
=== Node.js Agent version 3.x
3333
34-
==== Unreleased
35-
36-
[float]
37-
===== Breaking changes
34+
[[release-notes-3.38.0]]
35+
==== 3.38.0 2022/08/11
3836
3937
[float]
4038
===== Features
@@ -63,8 +61,6 @@ Notes:
6361
implementing a GraphQL server (e.g. via https://www.apollographql.com/docs/apollo-server/deployment/lambda/[apollo-server-lambda])
6462
would not get the GraphQL-specific naming. ({issues}2832[#2832])
6563
66-
[float]
67-
===== Chores
6864
6965
[[release-notes-3.37.0]]
7066
==== 3.37.0 2022/07/18

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.38.x |2024-02-11 |3.39.0
3940
|3.37.x |2024-01-18 |3.38.0
4041
|3.36.x |2023-12-15 |3.37.0
4142
|3.35.x |2023-12-01 |3.36.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.37.0",
3+
"version": "3.38.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)