We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559e7a0 commit 6d249bfCopy full SHA for 6d249bf
sdk/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-sdk
2
3
+### v1.7.0 / 2025-02-04
4
+
5
+* ADDED: Add compatibility with env OTEL_SDK_DISABLED
6
7
### v1.6.0 / 2024-12-04
8
9
* ADDED: Add hooks to configure logs
sdk/lib/opentelemetry/sdk/version.rb
@@ -7,6 +7,6 @@
module OpenTelemetry
module SDK
## Current OpenTelemetry version
10
- VERSION = '1.6.0'
+ VERSION = '1.7.0'
11
end
12
0 commit comments