Skip to content

Commit

Permalink
release: Release 3 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-action_view 0.8.0 (was 0.7.1)
* opentelemetry-instrumentation-active_job 0.7.6 (was 0.7.5)
* opentelemetry-instrumentation-base 0.22.6 (was 0.22.5)
  • Loading branch information
opentelemetrybot committed Aug 15, 2024
1 parent c51c0ee commit 3d697ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-action_view

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

* ADDED: Use Default Span Name Format

### v0.7.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 ActionView
VERSION = '0.7.1'
VERSION = '0.8.0'
end
end
end
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.6 / 2024-08-15

* FIXED: Prefix ::ActiveSupport when installing the instrumentation

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

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base
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.5'
VERSION = '0.7.6'
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 @@ -70,3 +70,7 @@
### v0.17.0 / 2021-04-22

* Initial release.

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

* FIXED: Fix the issue of wrong log msg

0 comments on commit 3d697ef

Please sign in to comment.