Skip to content

Commit 4f853df

Browse files
release: Release 2 gems
* opentelemetry-instrumentation-action_mailer 0.2.0 (was 0.1.0) * opentelemetry-instrumentation-active_record 0.8.0 (was 0.7.4)
1 parent 392b35e commit 4f853df

File tree

4 files changed

+12
-2
lines changed

4 files changed

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

3+
### v0.2.0 / 2024-10-22
4+
5+
* ADDED: Subscribe to process.action_mailer notifications
6+
37
### v0.1.0 / 2024-05-13
48

59
Initial release.

instrumentation/action_mailer/lib/opentelemetry/instrumentation/action_mailer/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 ActionMailer
10-
VERSION = '0.1.0'
10+
VERSION = '0.2.0'
1111
end
1212
end
1313
end

instrumentation/active_record/CHANGELOG.md

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

3+
### v0.8.0 / 2024-10-22
4+
5+
* BREAKING CHANGE: Activerecord find_by_sql spans on Rails 7.0+
6+
7+
* FIXED: Activerecord find_by_sql spans on Rails 7.0+
8+
39
### v0.7.4 / 2024-08-19
410

511
* FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)

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

0 commit comments

Comments
 (0)