Skip to content

Commit 752080a

Browse files
github-actions[bot]opentelemetrybotkaylareopelle
authored
release: Release 7 gems (#1892)
* release: Release 7 gems * opentelemetry-api 1.6.0 (was 1.5.0) * opentelemetry-sdk 1.8.1 (was 1.8.0) * opentelemetry-exporter-otlp-logs 0.2.1 (was 0.2.0) * opentelemetry-exporter-otlp-metrics 0.6.0 (was 0.5.0) * opentelemetry-metrics-api 0.4.0 (was 0.3.0) * opentelemetry-metrics-sdk 0.8.0 (was 0.7.3) * opentelemetry-logs-sdk 0.3.0 (was 0.2.0) * chore: Update changelog entries * chore: Add docs entry to sdk * chore: Update dates to today --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 6ad67ce commit 752080a

File tree

11 files changed

+39
-20
lines changed

11 files changed

+39
-20
lines changed

api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-api
22

3+
### v1.6.0 / 2025-08-14
4+
5+
- ADDED: Add noop methods on Trace::Span for `attributes` and `events`
6+
37
### v1.5.0 / 2025-02-20
48

59
- ADDED: Support 3.1 Min Version

api/lib/opentelemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
module OpenTelemetry
88
## Current OpenTelemetry version
9-
VERSION = '1.5.0'
9+
VERSION = '1.6.0'
1010
end

exporter/otlp-logs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release History: opentelemetry-exporter-otlp-logs
22

3-
### v0.2.1 / 2025-07-29
3+
### v0.2.1 / 2025-08-14
44

5-
* FIXED: Support hash bodies and attribute values in OTLP logs exporter
5+
- FIXED: Support hash bodies and attribute values in OTLP logs exporter
66

77
### v0.2.0 / 2025-02-25
88

exporter/otlp-metrics/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Release History: opentelemetry-exporter-otlp-metrics
22

3+
### v0.6.0 / 2025-08-14
4+
5+
- ADDED: Add support for exporting asynchronous instruments
6+
37
### v0.5.0 / 2025-06-23
48

5-
* ADDED: Add exponential histogram in otlp metrics exporter
9+
- ADDED: Add exponential histogram in otlp metrics exporter
610

711
### v0.4.1 / 2025-04-17
812

9-
* FIXED: Update out-of-date google-protobuf-any
13+
- FIXED: Update out-of-date google-protobuf-any
1014

1115
### v0.4.0 / 2025-02-25
1216

exporter/otlp-metrics/lib/opentelemetry/exporter/otlp/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Exporter
99
module OTLP
1010
module Metrics
1111
## Current OpenTelemetry OTLP exporter version
12-
VERSION = '0.5.0'
12+
VERSION = '0.6.0'
1313
end
1414
end
1515
end

logs_sdk/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release History: opentelemetry-logs-sdk
22

3-
### v0.3.0 / 2025-07-29
3+
### v0.3.0 / 2025-08-14
44

5-
* ADDED: Update error message for invalid log record attribute
6-
* ADDED: Set logs exporter default to OTLP
5+
- ADDED: Update error message for invalid log record attribute
6+
- ADDED: Set logs exporter default to OTLP
77

88
### v0.2.0 / 2025-02-25
99

metrics_api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-metrics-api
22

3+
### v0.4.0 / 2025-08-14
4+
5+
- ADDED: Support asynchronous instruments: ObservableGauge, ObservableCounter and ObservableUpDownCounter
6+
- FIXED: Update max instrument name length from 63 to 255 characters and allow `/` in instrument names
7+
38
### v0.3.0 / 2025-02-25
49

510
- ADDED: Support 3.1 Min Version

metrics_api/lib/opentelemetry/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module OpenTelemetry
88
module Metrics
99
## Current OpenTelemetry metrics version
10-
VERSION = '0.3.0'
10+
VERSION = '0.4.0'
1111
end
1212
end

metrics_sdk/CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
# Release History: opentelemetry-metrics-sdk
22

3-
### v0.7.4 / 2025-07-29
3+
### v0.8.0 / 2025-08-14
44

5-
* FIXED: Validate scale range and raise exception if out of bounds for exponential histograms
5+
- BREAKING CHANGE: Update default aggregation temporality for counter, histogram, and up down counter to cumulative
6+
7+
- ADDED: Support asynchronous instruments: ObservableGauge, ObservableCounter and ObservableUpDownCounter
8+
- FIXED: Validate scale range on exponential histograms and raise exception if out of bounds
9+
- FIXED: Update max instrument name length from 63 to 255 characters and allow `/` in instrument names
10+
- FIXED: Validate scale range and raise exception if out of bounds for exponential histograms
611

712
### v0.7.3 / 2025-07-09
813

9-
* FIXED: Stop exporting metrics with empty data points
14+
- FIXED: Stop exporting metrics with empty data points
1015

1116
### v0.7.2 / 2025-07-03
1217

13-
* FIXED: Coerce aggregation temporality to be a symbol for exponential histograms
18+
- FIXED: Coerce aggregation temporality to be a symbol for exponential histograms
1419

1520
### v0.7.1 / 2025-05-28
1621

17-
* FIXED: Recover periodic metric readers after forking
22+
- FIXED: Recover periodic metric readers after forking
1823

1924
### v0.7.0 / 2025-05-13
2025

21-
* ADDED: Add basic exponential histogram
26+
- ADDED: Add basic exponential histogram
2227

2328
### v0.6.1 / 2025-04-09
2429

25-
* FIXED: Use condition signal to replace sleep and remove timeout.timeout…
30+
- FIXED: Use condition signal to replace sleep and remove timeout.timeout…
2631

2732
### v0.6.0 / 2025-02-25
2833

metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module SDK
99
module Metrics
1010
# Current OpenTelemetry metrics sdk version
11-
VERSION = '0.7.4'
11+
VERSION = '0.8.0'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)