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 17 gems #1025

Merged
merged 2 commits into from
Jun 18, 2024
Merged
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 helpers/mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-helpers-mysql

### v0.1.1 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.1.0 / 2024-02-08

Initial release.
2 changes: 1 addition & 1 deletion helpers/mysql/lib/opentelemetry/helpers/mysql/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module MySQL
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
4 changes: 4 additions & 0 deletions helpers/sql-obfuscation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-helpers-sql-obfuscation

### v0.1.1 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.1.0 / 2024-02-08

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module SqlObfuscation
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@
### v0.17.0 / 2021-04-22

* Initial release.

### v0.22.4 / 2024-06-18

* FIXED: Relax otel common gem constraints
* DOCS: Add function doc for config_overrides_from_env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.3'
VERSION = '0.22.4'
end
end
4 changes: 4 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-dalli

### v0.25.3 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.25.2 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Dalli
VERSION = '0.25.2'
VERSION = '0.25.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/ethon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-ethon

### v0.21.7 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.21.6 / 2024-06-12

* FIXED: Add net.peer.name to ethon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Ethon
VERSION = '0.21.6'
VERSION = '0.21.7'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-excon

### v0.22.3 / 2024-06-18

* FIXED: Relax otel common gem constraints
* FIXED: Add `http.url` to Excon instrumentation

### v0.22.2 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Excon
VERSION = '0.22.2'
VERSION = '0.22.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.24.4 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.24.3 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Faraday
VERSION = '0.24.3'
VERSION = '0.24.4'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http_client

### v0.22.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HttpClient
VERSION = '0.22.5'
VERSION = '0.22.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/koala/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-koala

### v0.20.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.20.4 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Koala
VERSION = '0.20.4'
VERSION = '0.20.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/net_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-net_http

### v0.22.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Instrumentation
module Net
module HTTP
VERSION = '0.22.5'
VERSION = '0.22.6'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/rack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rack

### v0.24.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.24.4 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rack
VERSION = '0.24.4'
VERSION = '0.24.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rdkafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rdkafka

### v0.4.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.4.5 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rdkafka
VERSION = '0.4.5'
VERSION = '0.4.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-redis

### v0.25.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.25.5 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Redis
VERSION = '0.25.5'
VERSION = '0.25.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/restclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-restclient

### v0.22.6 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.22.5 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module RestClient
VERSION = '0.22.5'
VERSION = '0.22.6'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/sidekiq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-sidekiq

### v0.25.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.25.4 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Sidekiq
VERSION = '0.25.4'
VERSION = '0.25.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/sinatra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-sinatra

### v0.23.5 / 2024-06-18

* FIXED: Relax otel common gem constraints

### v0.23.4 / 2024-05-09

* FIXED: Untrace entire request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Sinatra
VERSION = '0.23.4'
VERSION = '0.23.5'
end
end
end
6 changes: 6 additions & 0 deletions processor/baggage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-processor-baggage

### v0.2.0 / 2024-06-18

* BREAKING CHANGE: Add baggage key predicate func to baggage span processor

* ADDED: Add baggage key predicate func to baggage span processor

### v0.1.0 / 2024-04-18

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Processor
# Namespace for OpenTelemetry Baggage processor
module Baggage
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end
end
Loading