From 034f131f8650574f83027cdc81c49b04616eb90a Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Thu, 7 Aug 2025 14:15:12 +0200 Subject: [PATCH] Fix some versions --- config/legacy-url-mappings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/legacy-url-mappings.yml b/config/legacy-url-mappings.yml index 682aee3e1..9a83b8e1f 100644 --- a/config/legacy-url-mappings.yml +++ b/config/legacy-url-mappings.yml @@ -11,10 +11,10 @@ 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.0+', '3.x', '2.x', '1.x' ] - en/apm/agent/php/: [] + en/apm/agent/nodejs/: [ '4.x', '3.x', '2.x', '1.x' ] + en/apm/agent/php/: [ '1.15.1', '1.x' ] 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' ] + en/apm/agent/ruby/: [ '4.8.0', '3.x', '2.x', '1.x' ] en/apm/agent/rum-js/: [ '5.17.0', '4.x', '3.x', '2.x', '1.x', '0.x' ] en/apm/agent/swift/: [ '1.2.1', '0.x' ] en/apm/attacher/: [ '1.1.3' ] @@ -41,7 +41,7 @@ mappings: en/ecs-logging/go-logrus/: [ '1.0.0' ] en/ecs-logging/go-zap/: [ '1.0.3' ] en/ecs-logging/go-zerolog/: [ '0.2.0' ] - en/ecs-logging/java/: [ '1.7.0','0.x' ] + en/ecs-logging/java/: [ '1.7.0', '0.x' ] en/ecs-logging/nodejs/: [ '1.5.3' ] en/ecs-logging/overview/: [] en/ecs-logging/php/: [ '2.0.0' ]