Skip to content

Commit f7f851f

Browse files
github-actions[bot]dazumaplantfansam
authored
release: Release opentelemetry-exporter-otlp 0.26.3 (was 0.26.2) (#1589)
* release: Release opentelemetry-exporter-otlp 0.26.3 (was 0.26.2) * update changelog --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Sam Handler <[email protected]>
1 parent 975f4b3 commit f7f851f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

exporter/otlp/CHANGELOG.md

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

3+
### v0.26.3 / 2024-02-01
4+
5+
* FIXED: do not log request failure in backoff?
6+
37
### v0.26.2 / 2024-01-23
48

59
* FIXED: Align endpoint environment variable handling with spec

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.2'
11+
VERSION = '0.26.3'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)