Skip to content

Commit

Permalink
release: Release 5 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-active_job 0.7.5 (was 0.7.4)
* opentelemetry-instrumentation-base 0.22.6 (was 0.22.5)
* opentelemetry-instrumentation-active_record 0.7.3 (was 0.7.2)
* opentelemetry-instrumentation-pg 0.28.0 (was 0.27.4)
* opentelemetry-instrumentation-rails 0.31.2 (was 0.31.1)
  • Loading branch information
opentelemetrybot committed Aug 15, 2024
1 parent 70fdad6 commit b5f3a92
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 5 deletions.
4 changes: 4 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.7.5 / 2024-08-15

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

### v0.7.4 / 2024-07-30

* FIXED: Honour dynamic changes in configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.7.4'
VERSION = '0.7.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.7.3 / 2024-08-15

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

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

* FIXED: Resolve active_record testing issue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.7.2'
VERSION = '0.7.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@
### v0.17.0 / 2021-04-22

* Initial release.

### v0.22.6 / 2024-08-15

* FIXED: Fix the issue of wrong log msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.5'
VERSION = '0.22.6'
end
end
5 changes: 5 additions & 0 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-pg

### v0.28.0 / 2024-08-15

* ADDED: Collect pg db.collection_name attribute
* FIXED: Update versions to be tested (includes drop support for pg 1.2)

### v0.27.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 PG
VERSION = '0.27.4'
VERSION = '0.28.0'
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.31.2 / 2024-08-15

* FIXED: Rails instrumentation should load ActiveJob instrumentation

### v0.31.1 / 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 Rails
VERSION = '0.31.1'
VERSION = '0.31.2'
end
end
end

0 comments on commit b5f3a92

Please sign in to comment.