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 +4 -4
- data/CHANGELOG.md +59 -59
- data/lib/opentelemetry/instrumentation/active_support/version.rb +1 -1
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7c3ce0e2d234bc732767a061a149cbe5de905139c635c7759eac375148f4fd8
|
|
4
|
+
data.tar.gz: b9865288ec7f8ede6568611579bd1ade9623b59af5862a8eb90637af231d9473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
3
|
+
## v0.11.0 / 2026-04-14
|
|
4
4
|
|
|
5
|
-
|
|
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
|
-
|
|
9
|
+
## v0.10.1 / 2025-10-22
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
- FIXED: Update opentelemetry-instrumentation-base dependency
|
|
10
12
|
|
|
11
|
-
|
|
13
|
+
## v0.10.0 / 2025-10-21
|
|
12
14
|
|
|
13
|
-
|
|
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
|
-
|
|
18
|
+
## v0.9.1 / 2025-09-30
|
|
16
19
|
|
|
17
|
-
|
|
20
|
+
- FIXED: Min OTel Ruby API 1.7
|
|
18
21
|
|
|
19
|
-
|
|
22
|
+
## v0.9.0 / 2025-09-30
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
- ADDED: Bump minimum API Version to 1.7
|
|
22
25
|
|
|
23
|
-
|
|
24
|
-
* BREAKING CHANGE: Set minimum supported version to Ruby 3.1
|
|
26
|
+
## v0.8.0 / 2025-01-16
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
33
|
+
## v0.7.0 / 2024-12-19
|
|
30
34
|
|
|
31
|
-
|
|
35
|
+
- ADDED: Enable support for `Regexp` patterns when subscribing to Active Support's instrumentation Events
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
## v0.6.0 / 2024-07-02
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
- BREAKING CHANGE: Custom ActiveSupport Span Names
|
|
40
|
+
- ADDED: Custom ActiveSupport Span Names
|
|
36
41
|
|
|
37
|
-
|
|
42
|
+
## v0.5.3 / 2024-06-20
|
|
38
43
|
|
|
39
|
-
|
|
44
|
+
- FIXED: Include span kind in ActiveSupport Instrumentation helper
|
|
40
45
|
|
|
41
|
-
|
|
46
|
+
## v0.5.2 / 2024-06-20
|
|
42
47
|
|
|
43
|
-
|
|
48
|
+
- ADDED: ActiveSupport user specified span kind
|
|
44
49
|
|
|
45
|
-
|
|
50
|
+
## v0.5.1 / 2023-11-23
|
|
46
51
|
|
|
47
|
-
|
|
52
|
+
- CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
|
|
48
53
|
|
|
49
|
-
|
|
54
|
+
## v0.5.0 / 2023-11-22
|
|
50
55
|
|
|
51
|
-
|
|
56
|
+
- BREAKING CHANGE: Drop Rails 6.0 EOL
|
|
57
|
+
- ADDED: Drop Rails 6.0 EOL
|
|
52
58
|
|
|
53
|
-
|
|
59
|
+
## v0.4.4 / 2023-10-31
|
|
54
60
|
|
|
55
|
-
|
|
61
|
+
- FIXED: Remove call to ActiveSupport::Notifications.notifier#synchronize deprecated in Rails 7.2
|
|
56
62
|
|
|
57
|
-
|
|
63
|
+
## v0.4.3 / 2023-10-16
|
|
58
64
|
|
|
59
|
-
|
|
65
|
+
- FIXED: Add Rails 7.1 compatibility
|
|
60
66
|
|
|
61
|
-
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
* FIXED: Base config options
|
|
72
|
-
|
|
73
|
-
### v0.4.0 / 2023-04-17
|
|
71
|
+
## v0.4.1 / 2023-06-05
|
|
74
72
|
|
|
75
|
-
|
|
73
|
+
- FIXED: Base config options
|
|
76
74
|
|
|
77
|
-
|
|
75
|
+
## v0.4.0 / 2023-04-17
|
|
78
76
|
|
|
79
|
-
|
|
77
|
+
- BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
|
78
|
+
- ADDED: Drop support for EoL Ruby 2.7
|
|
80
79
|
|
|
81
|
-
|
|
80
|
+
## v0.3.0 / 2023-02-01
|
|
82
81
|
|
|
83
|
-
|
|
82
|
+
- BREAKING CHANGE: Drop Rails 5 Support
|
|
83
|
+
- ADDED: Drop Rails 5 Support
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
## v0.2.2 / 2023-01-14
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
- FIXED: Drop Rails dependency for ActiveSupport Instrumentation
|
|
88
88
|
|
|
89
|
-
|
|
89
|
+
## v0.2.1 / 2023-01-14
|
|
90
90
|
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
- DOCS: Fix gem homepage
|
|
92
|
+
- DOCS: More gem documentation fixes
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
## v0.2.0 / 2022-06-09
|
|
95
95
|
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
- Upgrading Base dependency version
|
|
97
|
+
- FIXED: Broken test file requirements
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
## v0.1.2 / 2022-05-05
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
- (No significant changes)
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
## v0.1.1 / 2021-12-02
|
|
104
104
|
|
|
105
|
-
|
|
105
|
+
- (No significant changes)
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
## v0.1.0 / 2021-11-09
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
- Initial release.
|
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.
|
|
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:
|
|
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.
|
|
49
|
-
source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/
|
|
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.
|
|
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.
|
|
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:
|
|
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: []
|