opentelemetry-instrumentation-active_model_serializers 0.23.0 → 0.25.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: dcabf75219836c0cb2cbf458cfa88cb4a1542781f64f3577da3a8a7f5f696c27
4
- data.tar.gz: 26d4d7b5a9d67aa500031876eed9832c1c8e91fcc72c1cd1c9d47321e32e9664
3
+ metadata.gz: c44163007199669e6720e44689c3fce8c589dc8a20c63c24270c81d7185ccc42
4
+ data.tar.gz: 273bae3d50a4b5ce8b4dd5907df9ce91ba331b8f1fd3acd578ba255d72cbcb92
5
5
  SHA512:
6
- metadata.gz: 64b58228c4574f7686c8b4e7865ebc8fb0c29d6196d6a2a34672c6ebc69f2a5ebfc7ef74d6d1f030cd494548a07f62ed31af57d01b99f90ac63b91bf5ec7dd74
7
- data.tar.gz: 6fd780f3f0bc2bfc43db3ed3588eff6a7ebdb8ba499f98a30770eb9f3a03a59828ba11272660a81fcb189a2c6e18cb1e07a17c0574411bc9a9e9dc8a0b18c1fc
6
+ metadata.gz: 965bfa22bcf651e6320ddad1d164cc62bf047beb2116a650e997fb7ca77ab839b9ab5fec0b28e6711826b5cdf7928d5759574b3f0d2836b08f36f23291d88a59
7
+ data.tar.gz: c20b02d6f5bfc47421311d1f0f9cc4259d2786f5cb9e78c8cc353b1475c3849632cee1b0de7e57a36b8fed9554172dc74d9635ec4b54c2138e67b7316e52832a
data/CHANGELOG.md CHANGED
@@ -1,115 +1,123 @@
1
1
  # Release History: opentelemetry-instrumentation-active_model_serializers
2
2
 
3
- ### v0.23.0 / 2025-09-30
3
+ ## v0.25.0 / 2026-04-14
4
4
 
5
- * ADDED: Bump minimum API Version to 1.7
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.22.0 / 2025-01-16
9
+ ## v0.24.0 / 2025-10-22
8
10
 
9
- * BREAKING CHANGE: Set minimum supported version to Ruby 3.1
11
+ - BREAKING CHANGE: Min Ruby Version 3.2
12
+ - ADDED: Min Ruby Version 3.2
10
13
 
11
- * ADDED: Set minimum supported version to Ruby 3.1
14
+ ## v0.23.0 / 2025-09-30
12
15
 
13
- ### v0.21.1 / 2025-01-07
16
+ - ADDED: Bump minimum API Version to 1.7
14
17
 
15
- * DOCS: Update action for link check and fix one broken link
18
+ ## v0.22.0 / 2025-01-16
16
19
 
17
- ### v0.21.0 / 2024-12-19
20
+ - BREAKING CHANGE: Set minimum supported version to Ruby 3.1
21
+ - ADDED: Set minimum supported version to Ruby 3.1
18
22
 
19
- * ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
23
+ ## v0.21.1 / 2025-01-07
20
24
 
21
- ### v0.20.3 / 2024-12-04
25
+ - DOCS: Update action for link check and fix one broken link
22
26
 
23
- * FIXED: Use ActiveSupport::Notifications subscriber to serialize events.
27
+ ## v0.21.0 / 2024-12-19
24
28
 
25
- ### v0.20.2 / 2024-07-23
29
+ - ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
26
30
 
27
- * DOCS: Add cspell to CI
31
+ ## v0.20.3 / 2024-12-04
28
32
 
29
- ### v0.20.1 / 2023-06-05
33
+ - FIXED: Use ActiveSupport::Notifications subscriber to serialize events.
30
34
 
31
- * FIXED: Base config options
35
+ ## v0.20.2 / 2024-07-23
32
36
 
33
- ### v0.20.0 / 2023-04-17
37
+ - DOCS: Add cspell to CI
34
38
 
35
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
39
+ ## v0.20.1 / 2023-06-05
36
40
 
37
- * ADDED: Drop support for EoL Ruby 2.7
41
+ - FIXED: Base config options
38
42
 
39
- ### v0.19.1 / 2023-01-14
43
+ ## v0.20.0 / 2023-04-17
40
44
 
41
- * DOCS: Fix gem homepage
42
- * DOCS: More gem documentation fixes
45
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
46
+ - ADDED: Drop support for EoL Ruby 2.7
43
47
 
44
- ### v0.19.0 / 2022-06-09
48
+ ## v0.19.1 / 2023-01-14
45
49
 
46
- * Upgrading Base dependency version
47
- * FIXED: Broken test file requirements
50
+ - DOCS: Fix gem homepage
51
+ - DOCS: More gem documentation fixes
48
52
 
49
- ### v0.18.5 / 2022-05-02
53
+ ## v0.19.0 / 2022-06-09
50
54
 
51
- * FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
52
- * FIXED: RubyGems Fallback
55
+ - Upgrading Base dependency version
56
+ - FIXED: Broken test file requirements
53
57
 
54
- ### v0.18.4 / 2021-12-02
58
+ ## v0.18.5 / 2022-05-02
55
59
 
56
- * (No significant changes)
60
+ - FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
61
+ - FIXED: RubyGems Fallback
57
62
 
58
- ### v0.18.3 / 2021-09-29
63
+ ## v0.18.4 / 2021-12-02
59
64
 
60
- * (No significant changes)
65
+ - (No significant changes)
61
66
 
62
- ### v0.18.2 / 2021-08-12
67
+ ## v0.18.3 / 2021-09-29
63
68
 
64
- * (No significant changes)
69
+ - (No significant changes)
65
70
 
66
- ### v0.18.1 / 2021-06-23
71
+ ## v0.18.2 / 2021-08-12
67
72
 
68
- * (No significant changes)
73
+ - (No significant changes)
69
74
 
70
- ### v0.18.0 / 2021-05-21
75
+ ## v0.18.1 / 2021-06-23
71
76
 
72
- * ADDED: Updated API dependency for 1.0.0.rc1
77
+ - (No significant changes)
73
78
 
74
- ### v0.17.0 / 2021-04-22
79
+ ## v0.18.0 / 2021-05-21
75
80
 
76
- * FIXED: Refactor propagators to add #fields
81
+ - ADDED: Updated API dependency for 1.0.0.rc1
77
82
 
78
- ### v0.16.0 / 2021-03-17
83
+ ## v0.17.0 / 2021-04-22
79
84
 
80
- * FIXED: Example scripts now reference local common lib
81
- * DOCS: Replace Gitter with GitHub Discussions
85
+ - FIXED: Refactor propagators to add #fields
82
86
 
83
- ### v0.15.0 / 2021-02-18
87
+ ## v0.16.0 / 2021-03-17
84
88
 
85
- * (No significant changes)
89
+ - FIXED: Example scripts now reference local common lib
90
+ - DOCS: Replace Gitter with GitHub Discussions
86
91
 
87
- ### v0.14.0 / 2021-02-03
92
+ ## v0.15.0 / 2021-02-18
88
93
 
89
- * BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
94
+ - (No significant changes)
90
95
 
91
- * ADDED: Replace getter and setter callables and remove rack specific propagators
96
+ ## v0.14.0 / 2021-02-03
92
97
 
93
- ### v0.13.0 / 2021-01-29
98
+ - BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
99
+ - ADDED: Replace getter and setter callables and remove rack specific propagators
94
100
 
95
- * (No significant changes)
101
+ ## v0.13.0 / 2021-01-29
96
102
 
97
- ### v0.12.0 / 2020-12-24
103
+ - (No significant changes)
98
104
 
99
- * (No significant changes)
105
+ ## v0.12.0 / 2020-12-24
100
106
 
101
- ### v0.11.0 / 2020-12-11
107
+ - (No significant changes)
102
108
 
103
- * FIXED: Copyright comments to not reference year
109
+ ## v0.11.0 / 2020-12-11
104
110
 
105
- ### v0.10.1 / 2020-12-09
111
+ - FIXED: Copyright comments to not reference year
106
112
 
107
- * FIXED: Active_model_serializers installer
113
+ ## v0.10.1 / 2020-12-09
108
114
 
109
- ### v0.10.0 / 2020-12-03
115
+ - FIXED: Active_model_serializers installer
110
116
 
111
- * (No significant changes)
117
+ ## v0.10.0 / 2020-12-03
112
118
 
113
- ### v0.9.0 / 2020-11-03
119
+ - (No significant changes)
114
120
 
115
- * Initial release of Active Model Serializers instrumenter (ported from Datadog)
121
+ ## v0.9.0 / 2020-11-03
122
+
123
+ - Initial release of Active Model Serializers Instrumentation (ported from Datadog)
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module ActiveModelSerializers
10
- VERSION = '0.23.0'
10
+ VERSION = '0.25.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_model_serializers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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-09-30 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-active_support
@@ -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_model_serializers/0.23.0/file/CHANGELOG.md
49
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/active_model_serializers
47
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_model_serializers/0.25.0/file/CHANGELOG.md
48
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-active_model_serializers/v0.25.0/instrumentation/active_model_serializers
50
49
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
51
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_model_serializers/0.23.0
52
- post_install_message:
50
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-active_model_serializers/0.25.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.1'
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.3.27
68
- signing_key:
65
+ rubygems_version: 4.0.6
69
66
  specification_version: 4
70
67
  summary: Active Model Serializers instrumentation for the OpenTelemetry framework
71
68
  test_files: []