Skip to content

Commit

Permalink
release: Release 4 gems
Browse files Browse the repository at this point in the history
* opentelemetry-api 1.3.0 (was 1.2.5)
* opentelemetry-sdk 1.5.0 (was 1.4.1)
* opentelemetry-exporter-otlp 0.28.1 (was 0.28.0)
* opentelemetry-semantic_conventions 1.10.1 (was 1.10.0)
  • Loading branch information
dazuma committed Jul 24, 2024
1 parent 406cabe commit 680c68d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 4 deletions.
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.28.1 / 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.28.1'
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

### v1.10.1 / 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 = '1.10.1'
end
end

0 comments on commit 680c68d

Please sign in to comment.