File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
lib/opentelemetry/instrumentation/net/http Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
4747 spec . add_dependency 'opentelemetry-instrumentation-lmdb' , '~> 0.23.0'
4848 spec . add_dependency 'opentelemetry-instrumentation-mongo' , '~> 0.23.0'
4949 spec . add_dependency 'opentelemetry-instrumentation-mysql2' , '~> 0.29.0'
50- spec . add_dependency 'opentelemetry-instrumentation-net_http' , '~> 0.23 .0'
50+ spec . add_dependency 'opentelemetry-instrumentation-net_http' , '~> 0.24 .0'
5151 spec . add_dependency 'opentelemetry-instrumentation-pg' , '~> 0.30.0'
5252 spec . add_dependency 'opentelemetry-instrumentation-que' , '~> 0.9.0'
5353 spec . add_dependency 'opentelemetry-instrumentation-racecar' , '~> 0.4.0'
Original file line number Diff line number Diff line change 11# Release History: opentelemetry-instrumentation-net_http
22
3+ ### v0.24.0 / 2025-08-26
4+
5+ * ADDED: Add ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable compatibility [ #1572 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1572 )
6+
37### v0.23.1 / 2025-08-13
48
59* FIXED: net_http and aws_sdk ci fix
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module OpenTelemetry
88 module Instrumentation
99 module Net
1010 module HTTP
11- VERSION = '0.23.1 '
11+ VERSION = '0.24.0 '
1212 end
1313 end
1414 end
You can’t perform that action at this time.
0 commit comments