From 1153bb1a4bda927e75ee4389decc777563e7c74b Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Tue, 4 Oct 2022 16:32:19 +0000 Subject: [PATCH 1/4] release: Release 5 gems --- instrumentation/action_pack/CHANGELOG.md | 4 ++++ .../lib/opentelemetry/instrumentation/action_pack/version.rb | 2 +- instrumentation/mongo/CHANGELOG.md | 4 ++++ .../mongo/lib/opentelemetry/instrumentation/mongo/version.rb | 2 +- instrumentation/net_http/CHANGELOG.md | 5 +++++ .../lib/opentelemetry/instrumentation/net/http/version.rb | 2 +- instrumentation/pg/CHANGELOG.md | 4 ++++ .../pg/lib/opentelemetry/instrumentation/pg/version.rb | 2 +- instrumentation/rack/CHANGELOG.md | 4 ++++ .../rack/lib/opentelemetry/instrumentation/rack/version.rb | 2 +- 10 files changed, 26 insertions(+), 5 deletions(-) diff --git a/instrumentation/action_pack/CHANGELOG.md b/instrumentation/action_pack/CHANGELOG.md index ea845312f..9818f7667 100644 --- a/instrumentation/action_pack/CHANGELOG.md +++ b/instrumentation/action_pack/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-action_pack +### v0.2.1 / 2022-10-04 + +* (No significant changes) + ### v0.2.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb index 911f567ac..9d5b3dbef 100644 --- a/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb +++ b/instrumentation/action_pack/lib/opentelemetry/instrumentation/action_pack/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module ActionPack - VERSION = '0.2.0' + VERSION = '0.2.1' end end end diff --git a/instrumentation/mongo/CHANGELOG.md b/instrumentation/mongo/CHANGELOG.md index cf253314e..3ab71afc4 100644 --- a/instrumentation/mongo/CHANGELOG.md +++ b/instrumentation/mongo/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-mongo +### v0.21.0 / 2022-10-04 + +* ADDED: Support mongodb db statement without obfuscation + ### v0.20.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb b/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb index 57ca02b20..b7eb46b0f 100644 --- a/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb +++ b/instrumentation/mongo/lib/opentelemetry/instrumentation/mongo/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Mongo - VERSION = '0.20.0' + VERSION = '0.21.0' end end end diff --git a/instrumentation/net_http/CHANGELOG.md b/instrumentation/net_http/CHANGELOG.md index e3d6f3c1c..f3e527a53 100644 --- a/instrumentation/net_http/CHANGELOG.md +++ b/instrumentation/net_http/CHANGELOG.md @@ -1,5 +1,10 @@ # Release History: opentelemetry-instrumentation-net_http +### v0.21.0 / 2022-10-04 + +* ADDED: Add net http instrumentation hooks config +* FIXED: Rename HTTP CONNECT for low level connection spans + ### v0.20.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb b/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb index 15a420da2..57af55617 100644 --- a/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb +++ b/instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/version.rb @@ -8,7 +8,7 @@ module OpenTelemetry module Instrumentation module Net module HTTP - VERSION = '0.20.0' + VERSION = '0.21.0' end end end diff --git a/instrumentation/pg/CHANGELOG.md b/instrumentation/pg/CHANGELOG.md index 1caf9bc73..4ff55d3d5 100644 --- a/instrumentation/pg/CHANGELOG.md +++ b/instrumentation/pg/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-pg +### v0.22.0 / 2022-10-04 + +* ADDED: Add `with_attributes` context propagation for PG instrumentation + ### v0.21.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb index 3d6197fe1..c0d950165 100644 --- a/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb +++ b/instrumentation/pg/lib/opentelemetry/instrumentation/pg/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module PG - VERSION = '0.21.0' + VERSION = '0.22.0' end end end diff --git a/instrumentation/rack/CHANGELOG.md b/instrumentation/rack/CHANGELOG.md index 7695d8ac6..a30748ff4 100644 --- a/instrumentation/rack/CHANGELOG.md +++ b/instrumentation/rack/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History: opentelemetry-instrumentation-rack +### v0.21.1 / 2022-10-04 + +* FIXED: Bring http.request.header and http.response.header in line with … + ### v0.21.0 / 2022-06-09 * Upgrading Base dependency version diff --git a/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb b/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb index d7de0c4dd..78d2b88fd 100644 --- a/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb +++ b/instrumentation/rack/lib/opentelemetry/instrumentation/rack/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module Rack - VERSION = '0.21.0' + VERSION = '0.21.1' end end end From ed80a43b48d74010bf9f6c99c3fe534e1ebbdc7d Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 4 Oct 2022 14:39:49 -0500 Subject: [PATCH 2/4] fix: Missing Release Notes --- instrumentation/action_pack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/action_pack/CHANGELOG.md b/instrumentation/action_pack/CHANGELOG.md index 9818f7667..c62e970b1 100644 --- a/instrumentation/action_pack/CHANGELOG.md +++ b/instrumentation/action_pack/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.2.1 / 2022-10-04 -* (No significant changes) +* FIXED: Ensures the correct route is add to http.route span attribute ### v0.2.0 / 2022-06-09 From 850f78f01ac168a4e668449636365f07dde57c2d Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 4 Oct 2022 14:40:16 -0500 Subject: [PATCH 3/4] fix: Release Notes Co-authored-by: Robb Kidd --- instrumentation/net_http/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/net_http/CHANGELOG.md b/instrumentation/net_http/CHANGELOG.md index f3e527a53..6cb82dd17 100644 --- a/instrumentation/net_http/CHANGELOG.md +++ b/instrumentation/net_http/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.21.0 / 2022-10-04 -* ADDED: Add net http instrumentation hooks config +* ADDED: Add Net::HTTP :untraced_hosts option * FIXED: Rename HTTP CONNECT for low level connection spans ### v0.20.0 / 2022-06-09 From 508f1d3a8c34df7ce6a480665f587f66c7502bbf Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Tue, 4 Oct 2022 14:40:40 -0500 Subject: [PATCH 4/4] fix: Release notes Co-authored-by: Robb Kidd --- instrumentation/rack/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/rack/CHANGELOG.md b/instrumentation/rack/CHANGELOG.md index a30748ff4..b228b665c 100644 --- a/instrumentation/rack/CHANGELOG.md +++ b/instrumentation/rack/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.21.1 / 2022-10-04 -* FIXED: Bring http.request.header and http.response.header in line with … +* FIXED: Bring http.request.header and http.response.header in line with semconv ### v0.21.0 / 2022-06-09