Skip to content

Commit a564817

Browse files
release: Release opentelemetry-instrumentation-active_record 0.7.4 (was 0.7.3) (#1125)
1 parent 9ce7e39 commit a564817

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/active_record/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-active_record
22

3+
### v0.7.4 / 2024-08-19
4+
5+
* FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)
6+
37
### v0.7.3 / 2024-08-15
48

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

instrumentation/active_record/lib/opentelemetry/instrumentation/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module ActiveRecord
10-
VERSION = '0.7.3'
10+
VERSION = '0.7.4'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)