Skip to content

Commit 09f6058

Browse files
committed
chore: Update changelog entries
1 parent 77fbba6 commit 09f6058

File tree

7 files changed

+11
-16
lines changed

7 files changed

+11
-16
lines changed

api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### v1.6.0 / 2025-08-13
44

5-
* ADDED: Add noop for Trace::Span attributes and events
5+
* ADDED: Add noop methods on Trace::Span for `attributes` and `events`
66

77
### v1.5.0 / 2025-02-20
88

exporter/otlp-logs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History: opentelemetry-exporter-otlp-logs
22

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

55
* FIXED: Support hash bodies and attribute values in OTLP logs exporter
66

exporter/otlp-metrics/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
### v0.6.0 / 2025-08-13
44

5-
* ADDED: Include async instrument for otlp exporter
6-
* FIXED: Add kind enum type for aggregation_temporality that only allow two types
5+
* ADDED: Add support for exporting asynchronous instruments
76

87
### v0.5.0 / 2025-06-23
98

logs_sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History: opentelemetry-logs-sdk
22

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

55
* ADDED: Update error message for invalid log record attribute
66
* ADDED: Set logs exporter default to OTLP

metrics_api/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### v0.4.0 / 2025-08-13
44

5-
* ADDED: Add basic implementation of asynchronous metrics
6-
* FIXED: Update max instrument length from 63 to 255
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
77

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

metrics_sdk/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
### v0.8.0 / 2025-08-13
44

5-
* ADDED: Add basic implementation of asynchronous metrics
6-
* ADDED: Include async instrument for otlp exporter
7-
* ADDED: Add view for asych instrument
8-
* FIXED: Validate scale range and raise exception if out of bounds
9-
* FIXED: Add kind enum type for aggregation_temporality that only allow two types
10-
* FIXED: Update max instrument length from 63 to 255
11-
12-
### v0.7.4 / 2025-07-29
5+
* BREAKING CHANGE: Update default aggregation temporality for counter, histogram, and up down counter to cumulative
136

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
1410
* FIXED: Validate scale range and raise exception if out of bounds for exponential histograms
1511

1612
### v0.7.3 / 2025-07-09

sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History: opentelemetry-sdk
22

3-
### v1.8.1 / 2025-07-29
3+
### v1.8.1 / 2025-08-13
44

55
* FIXED: Remove patch constraint on Zipkin exporter
66

0 commit comments

Comments
 (0)