Skip to content

Commit 50bffdb

Browse files
github-actions[bot]dazumafbogsany
authored
release: Release opentelemetry-exporter-otlp 0.27.0 (was 0.26.3) (#1632)
Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Francis Bogsanyi <[email protected]>
1 parent 6fe397b commit 50bffdb

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.27.0 / 2024-04-19
4+
5+
* ADDED: Add stats for serialization time in otlp exporter
6+
37
### v0.26.3 / 2024-02-01
48

59
* FIXED: do not log request failure in backoff?

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

0 commit comments

Comments
 (0)