Skip to content

Commit 8223b52

Browse files
release: Release opentelemetry-common 0.19.4 (#1233)
* release: Release opentelemetry-common 0.19.4 Co-authored-by: Ariel Valentin <[email protected]>
1 parent c8e89e8 commit 8223b52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* FIXED: Check that a variable is a string before truncating
44

5+
### v0.19.4 / 2022-05-08
6+
7+
* FIXED: Attribute length limit. only truncate strings and strings in arrays
8+
59
### v0.19.3 / 2021-12-01
610

711
* FIXED: Change net attribute names to match the semantic conventions spec for http

common/lib/opentelemetry/common/version.rb

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

77
module OpenTelemetry
88
module Common
9-
VERSION = '0.19.3'
9+
VERSION = '0.19.4'
1010
end
1111
end

0 commit comments

Comments
 (0)