File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lib/opentelemetry/instrumentation/all Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release History: opentelemetry-instrumentation-all
2
2
3
+ ### v0.79.0 / 2025-08-18
4
+
5
+ * ADDED: Add HTTPX instrumentation to all
6
+ * ADDED: Add Ethon ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1561 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1561 )
7
+ * ADDED: Add Excon ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1569 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1569 )
8
+ * ADDED: Add Faraday ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1592 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1592 )
9
+ * ADDED: Add HTTPClient ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1588 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1588 )
10
+ * ADDED: HTTPX ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1589 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1589 )
11
+ * ADDED: Add REST Client ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable [ #1568 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1568 )
12
+
3
13
### v0.78.0 / 2025-06-17
4
14
5
15
* ADDED: Add ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable to HTTP.rb instrumentation [ #1547 ] ( https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547 )
Original file line number Diff line number Diff line change 7
7
module OpenTelemetry
8
8
module Instrumentation
9
9
module All
10
- VERSION = '0.78 .0'
10
+ VERSION = '0.79 .0'
11
11
end
12
12
end
13
13
end
You can’t perform that action at this time.
0 commit comments