Skip to content

Commit d365dfe

Browse files
github-actions[bot]dazumafbogsany
authored
release: Release 2 gems (#1539)
* release: Release 2 gems * opentelemetry-sdk 1.3.1 (was 1.3.0) * opentelemetry-sdk-experimental 0.3.2 (was 0.3.1) * Add missing changelog line --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Francis Bogsanyi <[email protected]>
1 parent 39a7e7f commit d365dfe

File tree

4 files changed

+27
-18
lines changed

4 files changed

+27
-18
lines changed

sdk/CHANGELOG.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,46 @@
11
# Release History: opentelemetry-sdk
22

3+
### v1.3.1 / 2023-11-02
4+
5+
* FIXED: Spec compliance for span attribute limit
6+
* FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown
7+
38
### v1.3.0 / 2023-06-08
49

5-
* BREAKING CHANGE: Remove support for EoL Ruby 2.7
10+
* BREAKING CHANGE: Remove support for EoL Ruby 2.7
611

7-
* ADDED: Remove support for EoL Ruby 2.7
8-
* FIXED: SDK requires opentelemetry-common 0.19.7
12+
* ADDED: Remove support for EoL Ruby 2.7
13+
* FIXED: SDK requires opentelemetry-common 0.19.7
914

1015
### v1.2.1 / 2023-05-30
1116

12-
* FIXED: Untraced only works with parent-based sampler
13-
* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs
17+
* FIXED: Untraced only works with parent-based sampler
18+
* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs
1419

1520
### v1.2.0 / 2022-09-14
1621

17-
* ADDED: Support OTEL_PROPAGATORS=none
18-
* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
19-
* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
20-
* FIXED: SpanLimits setting event attributes length limit
22+
* ADDED: Support OTEL_PROPAGATORS=none
23+
* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
24+
* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
25+
* FIXED: SpanLimits setting event attributes length limit
2126

2227
### v1.1.0 / 2022-05-26
2328

24-
* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem
29+
* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem
2530

2631

2732
### v1.0.3 / 2022-05-02
2833

2934
* ADDED: Truncate the strings in an array attribute value if length_limit is configured
30-
* FIXED: Update attribute length limit env var name to match spec
31-
* FIXED: Warning about Struct initialization in Ruby 3.2+
32-
* FIXED: Warn on unsupported otlp transport protocols
33-
* FIXED: Only allow certain types of Numeric values as attribute values.
35+
* FIXED: Update attribute length limit env var name to match spec
36+
* FIXED: Warning about Struct initialization in Ruby 3.2+
37+
* FIXED: Warn on unsupported otlp transport protocols
38+
* FIXED: Only allow certain types of Numeric values as attribute values.
3439

3540
### v1.0.2 / 2021-12-01
3641

37-
* FIXED: Default span kind
38-
* FIXED: Use monotonic clock where possible
42+
* FIXED: Default span kind
43+
* FIXED: Use monotonic clock where possible
3944

4045
### v1.0.1 / 2021-10-29
4146

sdk/lib/opentelemetry/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module OpenTelemetry
88
module SDK
99
## Current OpenTelemetry version
10-
VERSION = '1.3.0'
10+
VERSION = '1.3.1'
1111
end
1212
end

sdk_experimental/CHANGELOG.md

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

3+
### v0.3.2 / 2023-11-02
4+
5+
* FIXED: Ruby 3.0 compatibility for generate_r
6+
37
### v0.3.1 / 2023-09-18
48

59
* FIXED: Small perf improvement to generate_r

sdk_experimental/lib/opentelemetry/sdk/experimental/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module SDK
99
module Experimental
1010
# Current OpenTelemetry experimental sdk version
11-
VERSION = '0.3.1'
11+
VERSION = '0.3.2'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)