Skip to content

Commit

Permalink
release: Release 20 gems (#1270)
Browse files Browse the repository at this point in the history
* release: Release 20 gems

* opentelemetry-processor-baggage 0.2.1 (was 0.2.0)
* opentelemetry-resource-detector-azure 0.1.1 (was 0.1.0)
* opentelemetry-resource-detector-container 0.1.2 (was 0.1.1)
* opentelemetry-resource-detector-google_cloud_platform 0.1.1 (was 0.1.0)
* opentelemetry-propagator-ottrace 0.21.4 (was 0.21.3)
* opentelemetry-propagator-vitess 0.1.1 (was 0.1.0)
* opentelemetry-propagator-xray 0.22.3 (was 0.22.2)
* opentelemetry-helpers-mysql 0.1.2 (was 0.1.1)
* opentelemetry-helpers-sql-obfuscation 0.2.1 (was 0.2.0)
* opentelemetry-instrumentation-all 0.69.1 (was 0.69.0)
* opentelemetry-instrumentation-rails 0.33.1 (was 0.33.0)
* opentelemetry-instrumentation-ethon 0.21.9 (was 0.21.8)
* opentelemetry-instrumentation-excon 0.22.5 (was 0.22.4)
* opentelemetry-instrumentation-faraday 0.24.7 (was 0.24.6)
* opentelemetry-instrumentation-http 0.23.5 (was 0.23.4)
* opentelemetry-instrumentation-http_client 0.22.8 (was 0.22.7)
* opentelemetry-instrumentation-httpx 0.1.3 (was 0.1.2)
* opentelemetry-instrumentation-net_http 0.22.8 (was 0.22.7)
* opentelemetry-instrumentation-restclient 0.22.8 (was 0.22.7)
* opentelemetry-instrumentation-pg 0.29.1 (was 0.29.0)

* squash: Apply suggestions from code review

---------

Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 2886fae commit f4b89c3
Show file tree
Hide file tree
Showing 40 changed files with 100 additions and 20 deletions.
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.2 / 2024-11-26

* (No significant changes)

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

* FIXED: Relax otel common gem constraints
Expand Down
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.1'
VERSION = '0.1.2'
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.2.1 / 2024-11-26

* (No significant changes)

### v0.2.0 / 2024-09-12

- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module SqlObfuscation
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

### v0.69.1 / 2024-11-26

* (No significant changes)

### v0.69.0 / 2024-11-19

* ADDED: Use Semconv Naming For ActionPack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.69.0'
VERSION = '0.69.1'
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.9 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.21.8 / 2024-07-23

* DOCS: Add cspell to CI
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.8'
VERSION = '0.21.9'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-excon

### v0.22.5 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.22.4 / 2024-07-23

* DOCS: Add cspell to CI
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.4'
VERSION = '0.22.5'
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.7 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.24.6 / 2024-07-23

* DOCS: Add cspell to CI
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.6'
VERSION = '0.24.7'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-http

### v0.23.5 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.23.4 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HTTP
VERSION = '0.23.4'
VERSION = '0.23.5'
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.8 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.22.7 / 2024-07-23

* DOCS: Add cspell to CI
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.7'
VERSION = '0.22.8'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/httpx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-httpx

### v0.1.3 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.1.2 / 2024-04-30

* FIXED: Bundler conflict warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module HTTPX
VERSION = '0.1.2'
VERSION = '0.1.3'
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.8 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.22.7 / 2024-07-23

* DOCS: Add cspell to CI
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.7'
VERSION = '0.22.8'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-pg

### v0.29.1 / 2024-11-26

* FIXED: Get correct table name if table name is quoted

### v0.29.0 / 2024-09-12

- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module PG
VERSION = '0.29.0'
VERSION = '0.29.1'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

### v0.33.1 / 2024-11-26

* (No significant changes)

### v0.33.0 / 2024-11-19

* ADDED: Use Semconv Naming For ActionPack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.33.0'
VERSION = '0.33.1'
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.8 / 2024-11-26

* CHANGED: Performance Freeze all range objects #1222

### v0.22.7 / 2024-07-23

* DOCS: Add cspell to CI
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.7'
VERSION = '0.22.8'
end
end
end
4 changes: 4 additions & 0 deletions processor/baggage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-processor-baggage

### v0.2.1 / 2024-11-26

* (No significant changes)

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

* BREAKING CHANGE: Add baggage key predicate func to baggage span processor
Expand Down
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.2.0'
VERSION = '0.2.1'
end
end
end
4 changes: 4 additions & 0 deletions propagator/ottrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-propagator-ottrace

### v0.21.4 / 2024-11-26

* (No significant changes)

### v0.21.3 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Propagator
# Namespace for OpenTelemetry OTTrace propagation
module OTTrace
VERSION = '0.21.3'
VERSION = '0.21.4'
end
end
end
4 changes: 4 additions & 0 deletions propagator/vitess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-propagator-vitess

### v0.1.1 / 2024-11-26

* (No significant changes)

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

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Propagator
# Namespace for OpenTelemetry Vitess propagation
module Vitess
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
4 changes: 4 additions & 0 deletions propagator/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-propagator-xray

### v0.22.3 / 2024-11-26

* (No significant changes)

### v0.22.2 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Propagator
module XRay
VERSION = '0.22.2'
VERSION = '0.22.3'
end
end
end
4 changes: 4 additions & 0 deletions resources/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-resource-detector-azure

### v0.1.1 / 2024-11-26

* (No significant changes)

### v0.1.0 / 2023-09-07

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Resource
module Detector
module Azure
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions resources/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-resource-detector-container

### v0.1.2 / 2024-11-26

* (No significant changes)

### v0.1.1 / 2023-08-03

* FIXED: Remove inline linter rules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Resource
module Detector
module Container
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions resources/google_cloud_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-resource-detector-google_cloud_platform

### v0.1.1 / 2024-11-26

* (No significant changes)

### v0.1.0 / 2023-09-07

* Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Resource
module Detector
module GoogleCloudPlatform
VERSION = '0.1.0'
VERSION = '0.1.1'
end
end
end
Expand Down

0 comments on commit f4b89c3

Please sign in to comment.