Skip to content

Commit c29d4cf

Browse files
github-actions[bot]dazumaplantfansam
authored
release: Release opentelemetry-exporter-otlp 0.26.2 (was 0.26.1) (#1577)
* release: Release opentelemetry-exporter-otlp 0.26.2 (was 0.26.1) * update changelog --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Sam Handler <[email protected]>
1 parent 86908d9 commit c29d4cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

exporter/otlp/CHANGELOG.md

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

3+
### v0.26.2 / 2024-01-23
4+
5+
* FIXED: Align endpoint environment variable handling with spec
6+
* FIXED: Require csv for ruby-3.4 compatibility
7+
* FIXED: Add context to metrics reporting of buffer-full events
8+
39
### v0.26.1 / 2023-07-29
410

511
* FIXED: Regenerate v0.20.0 protos

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Exporter
99
module OTLP
1010
## Current OpenTelemetry OTLP exporter version
11-
VERSION = '0.26.1'
11+
VERSION = '0.26.2'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)