Skip to content

Commit

Permalink
release: Release 2 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)
  • Loading branch information
opentelemetrybot committed Aug 15, 2024
1 parent c51c0ee commit 254f60b
Show file tree
Hide file tree
Showing 4 changed files with 10 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

0 comments on commit 254f60b

Please sign in to comment.