Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: Release 4 gems #1653

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-api

### v1.3.0 / 2024-07-24

* ADDED: Add add_link to span api/sdk

### v1.2.5 / 2024-02-20

* FIXED: Replace Context stack on clear
Expand Down
2 changes: 1 addition & 1 deletion api/lib/opentelemetry/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

module OpenTelemetry
## Current OpenTelemetry version
VERSION = '1.2.5'
VERSION = '1.3.0'
end
4 changes: 4 additions & 0 deletions exporter/otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-otlp

### v0.29.0 / 2024-07-24

* ADDED: Improve SSL error logging.

### v0.28.0 / 2024-06-19

* ADDED: Bump google_protobuf >=3.18, < 5.a
Expand Down
2 changes: 1 addition & 1 deletion exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module OTLP
## Current OpenTelemetry OTLP exporter version
VERSION = '0.28.0'
VERSION = '0.29.0'
end
end
end
5 changes: 5 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-sdk

### v1.5.0 / 2024-07-24

* ADDED: Add add_link to span api/sdk
* FIXED: Update `untraced` to suppress logging "Calling finish on an ended Span" warnings

### v1.4.1 / 2024-03-21

* FIXED: ForwardingLogger should forward block param.
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.4.1'
VERSION = '1.5.0'
end
end
6 changes: 6 additions & 0 deletions semantic_conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-semantic_conventions

### v2.0.0 / 2024-07-24

* BREAKING CHANGE: Remove support for EoL Ruby 2.7

* ADDED: Remove support for EoL Ruby 2.7

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

* FIXED: Warning messages from gem build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module SemanticConventions
VERSION = '1.10.0'
VERSION = '2.0.0'
end
end
Loading