opentelemetry-instrumentation-active_record 0.11.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b36dde4fd467787fd03c10dbf48ab109cff8bce04e541f52235fc791f2f4cfd7
4
- data.tar.gz: df7f31be53af785f5849534c2445f77da424995a6396839eb16661574fb53348
3
+ metadata.gz: caf84470ab201d2b5461c2ff10d5529bf76287b75cf323663f5d2a7a92aa0eb7
4
+ data.tar.gz: 24870b1288dbfbd0b67374ee5eaa72ee68d2b498c464ebdc178b56ec4bccedc4
5
5
  SHA512:
6
- metadata.gz: 97700e2d9f0c50a3edd8225d6ccec28187ba6d9c08c7f7011fa854f42344e500fb32a483569039e4623d1205d7d322b18741644a206d768beaec2668f631fc64
7
- data.tar.gz: a0b57bc38e4193eef8f433f55a958b52ba2f21c7394e7fcf723fd89d7941b890ff64ddf4e0ee4e1b6e24229bd06394f7d9bb17b51f3923fff16ba491899e28af
6
+ metadata.gz: 11f153256d561d7663df08ba468ea2b7e9f9b5254099a3daed998ea3c647b7028ebc0b3795f8b7c1d4203932bcd56a21010cc57be20ac41099b72ee020d89a82
7
+ data.tar.gz: 9d4d58ec8c349a2788476be88f5575c461d8db698a152e0684e6a78a22ddbf8aa6424cf133bd03f88b76bc52e8bedafb4014e715a862539efcabf86e8c77dbfc
data/CHANGELOG.md CHANGED
@@ -1,118 +1,119 @@
1
1
  # Release History: opentelemetry-instrumentation-active_record
2
2
 
3
- ### v0.11.1 / 2025-10-22
3
+ ## v0.12.0 / 2026-04-14
4
4
 
5
- * FIXED: Update opentelemetry-instrumentation-base dependency
5
+ - BREAKING CHANGE: Min Ruby Version 3.3 (#2125)
6
+ - ADDED: Min Ruby Version 3.3 (#2125)
7
+ - ADDED: Add release tag into source code url of gem metadata (#1984)
6
8
 
7
- ### v0.11.0 / 2025-10-21
9
+ ## v0.11.1 / 2025-10-22
8
10
 
9
- * BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
11
+ - FIXED: Update opentelemetry-instrumentation-base dependency
10
12
 
11
- * ADDED: Min Ruby Version 3.2 and Rails 7.1
13
+ ## v0.11.0 / 2025-10-21
12
14
 
13
- ### v0.10.1 / 2025-09-30
15
+ - BREAKING CHANGE: Min Ruby Version 3.2 and Rails 7.1
16
+ - ADDED: Min Ruby Version 3.2 and Rails 7.1
14
17
 
15
- * FIXED: Min OTel Ruby API 1.7
18
+ ## v0.10.1 / 2025-09-30
16
19
 
17
- ### v0.10.0 / 2025-09-30
20
+ - FIXED: Min OTel Ruby API 1.7
18
21
 
19
- * ADDED: Bump minimum API Version to 1.7
22
+ ## v0.10.0 / 2025-09-30
20
23
 
21
- ### v0.9.0 / 2025-01-16
24
+ - ADDED: Bump minimum API Version to 1.7
22
25
 
23
- * BREAKING CHANGE: Drop Support for EoL Rails 6.1
24
- * BREAKING CHANGE: Set minimum supported version to Ruby 3.1
26
+ ## v0.9.0 / 2025-01-16
25
27
 
26
- * ADDED: Drop Support for EoL Rails 6.1
27
- * ADDED: Set minimum supported version to Ruby 3.1
28
+ - BREAKING CHANGE: Drop Support for EoL Rails 6.1
29
+ - BREAKING CHANGE: Set minimum supported version to Ruby 3.1
30
+ - ADDED: Drop Support for EoL Rails 6.1
31
+ - ADDED: Set minimum supported version to Ruby 3.1
28
32
 
29
- ### v0.8.1 / 2024-11-21
33
+ ## v0.8.1 / 2024-11-21
30
34
 
31
- * FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.
35
+ - FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.
32
36
 
33
- ### v0.8.0 / 2024-10-22
37
+ ## v0.8.0 / 2024-10-22
34
38
 
35
- * BREAKING CHANGE: Rename Active Record find_by_sql spans to query
36
- * FIXED: Emit Active Record query spans for Rails 7.0+
39
+ - BREAKING CHANGE: Rename Active Record find_by_sql spans to query
40
+ - FIXED: Emit Active Record query spans for Rails 7.0+
37
41
 
38
- ### v0.7.4 / 2024-08-19
42
+ ## v0.7.4 / 2024-08-19
39
43
 
40
- * FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)
44
+ - FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)
41
45
 
42
- ### v0.7.3 / 2024-08-15
46
+ ## v0.7.3 / 2024-08-15
43
47
 
44
- * FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base
48
+ - FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base
45
49
 
46
- ### v0.7.2 / 2024-04-30
50
+ ## v0.7.2 / 2024-04-30
47
51
 
48
- * FIXED: Resolve active_record testing issue
52
+ - FIXED: Resolve active_record testing issue
49
53
 
50
- ### v0.7.1 / 2024-04-05
54
+ ## v0.7.1 / 2024-04-05
51
55
 
52
- * FIXED: Instrumentation/active_record: add `:allow_retry` option to `find_by_sql` patch
56
+ - FIXED: Instrumentation/active_record: add `:allow_retry` option to `find_by_sql` patch
53
57
 
54
- ### v0.7.0 / 2023-11-22
58
+ ## v0.7.0 / 2023-11-22
55
59
 
56
- * BREAKING CHANGE: Drop Rails 6.0 EOL
60
+ - BREAKING CHANGE: Drop Rails 6.0 EOL
61
+ - ADDED: Drop Rails 6.0 EOL
57
62
 
58
- * ADDED: Drop Rails 6.0 EOL
63
+ ## v0.6.3 / 2023-10-16
59
64
 
60
- ### v0.6.3 / 2023-10-16
65
+ - FIXED: Add Rails 7.1 compatibility
61
66
 
62
- * FIXED: Add Rails 7.1 compatibility
67
+ ## v0.6.2 / 2023-08-14
63
68
 
64
- ### v0.6.2 / 2023-08-14
69
+ - FIXED: Ensure that transaction name property is used, rather than self
65
70
 
66
- * FIXED: Ensure that transaction name property is used, rather than self
71
+ ## v0.6.1 / 2023-06-05
67
72
 
68
- ### v0.6.1 / 2023-06-05
73
+ - FIXED: Base config options
69
74
 
70
- * FIXED: Base config options
75
+ ## v0.6.0 / 2023-04-17
71
76
 
72
- ### v0.6.0 / 2023-04-17
77
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
78
+ - ADDED: Drop support for EoL Ruby 2.7
73
79
 
74
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
80
+ ## v0.5.0 / 2023-02-01
75
81
 
76
- * ADDED: Drop support for EoL Ruby 2.7
82
+ - BREAKING CHANGE: Drop Rails 5 Support
83
+ - ADDED: Drop Rails 5 Support
77
84
 
78
- ### v0.5.0 / 2023-02-01
85
+ ## v0.4.1 / 2023-01-14
79
86
 
80
- * BREAKING CHANGE: Drop Rails 5 Support
87
+ - DOCS: Fix gem homepage
88
+ - DOCS: More gem documentation fixes
81
89
 
82
- * ADDED: Drop Rails 5 Support
90
+ ## v0.4.0 / 2022-06-09
83
91
 
84
- ### v0.4.1 / 2023-01-14
92
+ - Upgrading Base dependency version
93
+ - FIXED: Broken test file requirements
85
94
 
86
- * DOCS: Fix gem homepage
87
- * DOCS: More gem documentation fixes
95
+ ## v0.3.0 / 2022-05-02
88
96
 
89
- ### v0.4.0 / 2022-06-09
97
+ - ADDED: Make ActiveRecord 7 compatible
98
+ - FIXED: RubyGems Fallback
90
99
 
91
- * Upgrading Base dependency version
92
- * FIXED: Broken test file requirements
100
+ ## v0.2.2 / 2021-12-01
93
101
 
94
- ### v0.3.0 / 2022-05-02
102
+ - FIXED: Add max supported version for active record
95
103
 
96
- * ADDED: Make ActiveRecord 7 compatible
97
- * FIXED: RubyGems Fallback
104
+ ## v0.2.1 / 2021-09-29
98
105
 
99
- ### v0.2.2 / 2021-12-01
106
+ - (No significant changes)
100
107
 
101
- * FIXED: Add max supported version for active record
108
+ ## v0.2.0 / 2021-09-29
102
109
 
103
- ### v0.2.1 / 2021-09-29
110
+ - ADDED: Trace update_all and delete_all calls in ActiveRecord
111
+ - FIXED: Remove Active Record instantiation patch
104
112
 
105
- * (No significant changes)
113
+ ## v0.1.1 / 2021-08-12
106
114
 
107
- ### v0.2.0 / 2021-09-29
115
+ - (No significant changes)
108
116
 
109
- * ADDED: Trace update_all and delete_all calls in ActiveRecord
110
- * FIXED: Remove Active Record instantiation patch
117
+ ## v0.1.0 / 2021-07-08
111
118
 
112
- ### v0.1.1 / 2021-08-12
113
-
114
- * (No significant changes)
115
-
116
- ### v0.1.0 / 2021-07-08
117
-
118
- * Initial release, adds instrumentation patches to querying and persistence methods.
119
+ - Initial release, adds instrumentation patches to querying and persistence methods.
@@ -7,7 +7,7 @@ module OpenTelemetry
7
7
  module Instrumentation
8
8
  module ActiveRecord
9
9
  module Patches
10
- # Module to prepend to ActiveRecord::Base for instrumentating
10
+ # Module to prepend to ActiveRecord::Base for instrumenting
11
11
  # insert/upsert class methods added in Rails 6.0
12
12
  module PersistenceInsertClassMethods
13
13
  def self.prepended(base)
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module ActiveRecord
10
- VERSION = '0.11.1'
10
+ VERSION = '0.12.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-active_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-10-22 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: opentelemetry-instrumentation-base
@@ -51,11 +50,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
51
50
  licenses:
52
51
  - Apache-2.0
53
52
  metadata:
54
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.11.1/file/CHANGELOG.md
55
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/active_record
53
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.12.0/file/CHANGELOG.md
54
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_record/v0.12.0/instrumentation/active_record
56
55
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
57
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.11.1
58
- post_install_message:
56
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_record/0.12.0
59
57
  rdoc_options: []
60
58
  require_paths:
61
59
  - lib
@@ -63,15 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
61
  requirements:
64
62
  - - ">="
65
63
  - !ruby/object:Gem::Version
66
- version: '3.2'
64
+ version: '3.3'
67
65
  required_rubygems_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
69
  version: '0'
72
70
  requirements: []
73
- rubygems_version: 3.4.19
74
- signing_key:
71
+ rubygems_version: 4.0.6
75
72
  specification_version: 4
76
73
  summary: ActiveRecord instrumentation for the OpenTelemetry framework
77
74
  test_files: []