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 3d82438 commit 0e7b1bbCopy full SHA for 0e7b1bb
api/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Release History: opentelemetry-api
2
3
+### v1.7.0 / 2025-09-17
4
+
5
+* BREAKING CHANGE: Remove Span APIs for attributes and events
6
7
+* ADDED: Add record_exception option for in_span
8
+* FIXED: Remove Span APIs for attributes and events
9
10
### v1.6.0 / 2025-08-14
11
12
- ADDED: Add noop methods on Trace::Span for `attributes` and `events`
api/lib/opentelemetry/version.rb
@@ -6,5 +6,5 @@
module OpenTelemetry
## Current OpenTelemetry version
- VERSION = '1.6.0'
+ VERSION = '1.7.0'
end
0 commit comments