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