From 02c1030133704f373bc0b047cdf0167b6a1cd2cf Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 29 Jul 2025 09:59:29 +0200 Subject: [PATCH 1/2] Update legacy-url-mappings.yml --- config/legacy-url-mappings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/legacy-url-mappings.yml b/config/legacy-url-mappings.yml index 812ea8658..6fe3dd32c 100644 --- a/config/legacy-url-mappings.yml +++ b/config/legacy-url-mappings.yml @@ -11,7 +11,7 @@ mappings: en/apm/agent/dotnet/: [ '1.32.0', '1.8' ] en/apm/agent/go/: [ '2.7.1', '1.x', '0.5' ] en/apm/agent/java/: ['1.54.0', '0.7', '0.6'] - en/apm/agent/nodejs/: [ '3.x', '2.x', '1.x' ] + en/apm/agent/nodejs/: [ '4.x', '3.x', '2.x', '1.x' ] en/apm/agent/php/: [] en/apm/agent/python/: [ '6.23.0', '5.x', '4.x', '3.x', '2.x', '1.x' ] en/apm/agent/ruby/: [ '4.7.3', '3.x', '2.x', '1.x' ] From 8eb7fe26924863586fe8ffb330acac54d9ebec30 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Tue, 29 Jul 2025 13:09:36 +0200 Subject: [PATCH 2/2] Update config/legacy-url-mappings.yml Co-authored-by: Martijn Laarman --- config/legacy-url-mappings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/legacy-url-mappings.yml b/config/legacy-url-mappings.yml index 6fe3dd32c..29b40f448 100644 --- a/config/legacy-url-mappings.yml +++ b/config/legacy-url-mappings.yml @@ -11,7 +11,7 @@ mappings: en/apm/agent/dotnet/: [ '1.32.0', '1.8' ] en/apm/agent/go/: [ '2.7.1', '1.x', '0.5' ] en/apm/agent/java/: ['1.54.0', '0.7', '0.6'] - en/apm/agent/nodejs/: [ '4.x', '3.x', '2.x', '1.x' ] + en/apm/agent/nodejs/: [ '4.0+', '3.x', '2.x', '1.x' ] en/apm/agent/php/: [] en/apm/agent/python/: [ '6.23.0', '5.x', '4.x', '3.x', '2.x', '1.x' ] en/apm/agent/ruby/: [ '4.7.3', '3.x', '2.x', '1.x' ]