Skip to content

Commit 7ad08f9

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release opentelemetry-instrumentation-active_record 0.8.1 (was 0.8.0) (#1262)
* release: Release opentelemetry-instrumentation-active_record 0.8.1 (was 0.8.0) * squash: Update CHANGELOG.md --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 16bef85 commit 7ad08f9

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.8.1 / 2024-11-21
4+
5+
* FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.
6+
37
### v0.8.0 / 2024-10-22
48

59
* BREAKING CHANGE: Rename Active Record find_by_sql spans to query

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.8.0'
10+
VERSION = '0.8.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)