Skip to content

Commit

Permalink
release: Release 2 gems (#1539)
Browse files Browse the repository at this point in the history
* 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 <dazuma@gmail.com>
Co-authored-by: Francis Bogsanyi <francis.bogsanyi@shopify.com>
  • Loading branch information
3 people committed Nov 2, 2023
1 parent 39a7e7f commit d365dfe
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
37 changes: 21 additions & 16 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,46 @@
# Release History: opentelemetry-sdk

### v1.3.1 / 2023-11-02

* FIXED: Spec compliance for span attribute limit
* FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown

### v1.3.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

* ADDED: Remove support for EoL Ruby 2.7
* FIXED: SDK requires opentelemetry-common 0.19.7
* ADDED: Remove support for EoL Ruby 2.7
* FIXED: SDK requires opentelemetry-common 0.19.7

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

* FIXED: Untraced only works with parent-based sampler
* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs
* FIXED: Untraced only works with parent-based sampler
* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs

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

* ADDED: Support OTEL_PROPAGATORS=none
* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
* FIXED: SpanLimits setting event attributes length limit
* ADDED: Support OTEL_PROPAGATORS=none
* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
* FIXED: SpanLimits setting event attributes length limit

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

* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem
* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem


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

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

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

* FIXED: Default span kind
* FIXED: Use monotonic clock where possible
* FIXED: Default span kind
* FIXED: Use monotonic clock where possible

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

Expand Down
2 changes: 1 addition & 1 deletion sdk/lib/opentelemetry/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
module OpenTelemetry
module SDK
## Current OpenTelemetry version
VERSION = '1.3.0'
VERSION = '1.3.1'
end
end
4 changes: 4 additions & 0 deletions sdk_experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-sdk-experimental

### v0.3.2 / 2023-11-02

* FIXED: Ruby 3.0 compatibility for generate_r

### v0.3.1 / 2023-09-18

* FIXED: Small perf improvement to generate_r
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module SDK
module Experimental
# Current OpenTelemetry experimental sdk version
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end
end

0 comments on commit d365dfe

Please sign in to comment.