opentelemetry-instrumentation-active_support 0.10.1 → 0.11.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: e105a2beaf5ff3b3ddef0b878968f0b5a22858439004305a21ccfffb7741939e
4
- data.tar.gz: b69ed995cf289b82da9890e47d6610c3a7f27bc9452bed4cffacf4633c791d0d
3
+ metadata.gz: a7c3ce0e2d234bc732767a061a149cbe5de905139c635c7759eac375148f4fd8
4
+ data.tar.gz: b9865288ec7f8ede6568611579bd1ade9623b59af5862a8eb90637af231d9473
5
5
  SHA512:
6
- metadata.gz: 7e4526425bad91a0820cd0131ee806f59d4ad7e1403faf3ec10a97d12870834c7a8d301520e977c4fc8c356857bc817dac006e7507cda90d8f80ce94c65d1380
7
- data.tar.gz: '09daa7d3097ffefe636babee84ec72a93f41c9a644840d6adab0c03de72cec704062d67a952bc790328bae172cfae80db75b7765eea81da70d4334834d73896b'
6
+ metadata.gz: f397a3cafd27ce6eea529c86ba254950641a6713175886d186042ae3b24ab2818830b9121f04808c5a93e0b0efdcc2ef02f41fb0a019f4d900b551847fa1b5e2
7
+ data.tar.gz: 01f333aca901c56ec30821ae4abd6a5aa62a1c9cc03f88891d88f34be8e0cdbd63eb25b32c63a1fcbaa5d0ec9ba066adf4406e41e761537e5056d00782ffbf12
data/CHANGELOG.md CHANGED
@@ -1,109 +1,109 @@
1
1
  # Release History: opentelemetry-instrumentation-active_support
2
2
 
3
- ### v0.10.1 / 2025-10-22
3
+ ## v0.11.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.10.0 / 2025-10-21
9
+ ## v0.10.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.10.0 / 2025-10-21
12
14
 
13
- ### v0.9.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.9.1 / 2025-09-30
16
19
 
17
- ### v0.9.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.9.0 / 2025-09-30
20
23
 
21
- ### v0.8.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.8.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.7.0 / 2024-12-19
33
+ ## v0.7.0 / 2024-12-19
30
34
 
31
- * ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events
35
+ - ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events
32
36
 
33
- ### v0.6.0 / 2024-07-02
37
+ ## v0.6.0 / 2024-07-02
34
38
 
35
- * BREAKING CHANGE: Custom ActiveSupport Span Names
39
+ - BREAKING CHANGE: Custom ActiveSupport Span Names
40
+ - ADDED: Custom ActiveSupport Span Names
36
41
 
37
- * ADDED: Custom ActiveSupport Span Names
42
+ ## v0.5.3 / 2024-06-20
38
43
 
39
- ### v0.5.3 / 2024-06-20
44
+ - FIXED: Include span kind in ActiveSupport Instrumentation helper
40
45
 
41
- * FIXED: Include span kind in ActiveSupport Instrumentation helper
46
+ ## v0.5.2 / 2024-06-20
42
47
 
43
- ### v0.5.2 / 2024-06-20
48
+ - ADDED: ActiveSupport user specified span kind
44
49
 
45
- * ADDED: ActiveSupport user specified span kind
50
+ ## v0.5.1 / 2023-11-23
46
51
 
47
- ### v0.5.1 / 2023-11-23
52
+ - CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
48
53
 
49
- * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
54
+ ## v0.5.0 / 2023-11-22
50
55
 
51
- ### v0.5.0 / 2023-11-22
56
+ - BREAKING CHANGE: Drop Rails 6.0 EOL
57
+ - ADDED: Drop Rails 6.0 EOL
52
58
 
53
- * BREAKING CHANGE: Drop Rails 6.0 EOL
59
+ ## v0.4.4 / 2023-10-31
54
60
 
55
- * ADDED: Drop Rails 6.0 EOL
61
+ - FIXED: Remove call to ActiveSupport::Notifications.notifier#synchronize deprecated in Rails 7.2
56
62
 
57
- ### v0.4.4 / 2023-10-31
63
+ ## v0.4.3 / 2023-10-16
58
64
 
59
- * FIXED: Remove call to ActiveSupport::Notifications.notifier#synchronize deprecated in Rails 7.2
65
+ - FIXED: Add Rails 7.1 compatibility
60
66
 
61
- ### v0.4.3 / 2023-10-16
62
-
63
- * FIXED: Add Rails 7.1 compatibility
64
-
65
- ### v0.4.2 / 2023-09-07
67
+ ## v0.4.2 / 2023-09-07
66
68
 
67
69
  FIXED: Reduce Object allocation
68
70
 
69
- ### v0.4.1 / 2023-06-05
70
-
71
- * FIXED: Base config options
72
-
73
- ### v0.4.0 / 2023-04-17
71
+ ## v0.4.1 / 2023-06-05
74
72
 
75
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
73
+ - FIXED: Base config options
76
74
 
77
- * ADDED: Drop support for EoL Ruby 2.7
75
+ ## v0.4.0 / 2023-04-17
78
76
 
79
- ### v0.3.0 / 2023-02-01
77
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
78
+ - ADDED: Drop support for EoL Ruby 2.7
80
79
 
81
- * BREAKING CHANGE: Drop Rails 5 Support
80
+ ## v0.3.0 / 2023-02-01
82
81
 
83
- * ADDED: Drop Rails 5 Support
82
+ - BREAKING CHANGE: Drop Rails 5 Support
83
+ - ADDED: Drop Rails 5 Support
84
84
 
85
- ### v0.2.2 / 2023-01-14
85
+ ## v0.2.2 / 2023-01-14
86
86
 
87
- * FIXED: Drop Rails dependency for ActiveSupport Instrumentation
87
+ - FIXED: Drop Rails dependency for ActiveSupport Instrumentation
88
88
 
89
- ### v0.2.1 / 2023-01-14
89
+ ## v0.2.1 / 2023-01-14
90
90
 
91
- * DOCS: Fix gem homepage
92
- * DOCS: More gem documentation fixes
91
+ - DOCS: Fix gem homepage
92
+ - DOCS: More gem documentation fixes
93
93
 
94
- ### v0.2.0 / 2022-06-09
94
+ ## v0.2.0 / 2022-06-09
95
95
 
96
- * Upgrading Base dependency version
97
- * FIXED: Broken test file requirements
96
+ - Upgrading Base dependency version
97
+ - FIXED: Broken test file requirements
98
98
 
99
- ### v0.1.2 / 2022-05-05
99
+ ## v0.1.2 / 2022-05-05
100
100
 
101
- * (No significant changes)
101
+ - (No significant changes)
102
102
 
103
- ### v0.1.1 / 2021-12-02
103
+ ## v0.1.1 / 2021-12-02
104
104
 
105
- * (No significant changes)
105
+ - (No significant changes)
106
106
 
107
- ### v0.1.0 / 2021-11-09
107
+ ## v0.1.0 / 2021-11-09
108
108
 
109
- * Initial release.
109
+ - Initial release.
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module ActiveSupport
10
- VERSION = '0.10.1'
10
+ VERSION = '0.11.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_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.11.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
@@ -45,11 +44,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
45
44
  licenses:
46
45
  - Apache-2.0
47
46
  metadata:
48
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_support/0.10.1/file/CHANGELOG.md
49
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/active_support
47
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_support/0.11.0/file/CHANGELOG.md
48
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_support/v0.11.0/instrumentation/active_support
50
49
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
51
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_support/0.10.1
52
- post_install_message:
50
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_support/0.11.0
53
51
  rdoc_options: []
54
52
  require_paths:
55
53
  - lib
@@ -57,15 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
57
55
  requirements:
58
56
  - - ">="
59
57
  - !ruby/object:Gem::Version
60
- version: '3.2'
58
+ version: '3.3'
61
59
  required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  requirements:
63
61
  - - ">="
64
62
  - !ruby/object:Gem::Version
65
63
  version: '0'
66
64
  requirements: []
67
- rubygems_version: 3.4.19
68
- signing_key:
65
+ rubygems_version: 4.0.6
69
66
  specification_version: 4
70
67
  summary: ActiveSupport instrumentation for the OpenTelemetry framework
71
68
  test_files: []