opentelemetry-instrumentation-faraday 0.32.0 → 0.33.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: 1a6f1d0ea05371f4fad42816108793e49745e733054dc67df47d27e5c435cb7b
4
- data.tar.gz: '09643231c0bfd36346c54ce408c1a29fac455eac1b8303781b27eb8e037be52d'
3
+ metadata.gz: cbd01b9342572f7a48c99b60f7b82e56b5dfb478fc22f3f476274492e0452869
4
+ data.tar.gz: 0b3a7afb0d41cd9e214ea2ec054d27eadbbe7d73ac01e9110f28655330e4cfed
5
5
  SHA512:
6
- metadata.gz: '04964e429627a610e0c99444473d71e5fa4c5a001d836282083af3422ac3262fbbd54a0047a6537389c3001b4395910cc10972b6928d4597216be7287ec1a5ae'
7
- data.tar.gz: 8badb665a02087ec565e2cf2aac82af0856f46be36a3e658ce722392f60e52153bb57c5cee1c00177be1c1846b661ab462bbc04e5d7a75a3cff21caf304fd3cc
6
+ metadata.gz: 294b33d0eae446eec4d86b2545aa0469388a627abc7fde2a8205eb0adb00a79d79351372436631db3d21701401975cde518100c21c92a5f453bb2a8b92a82213
7
+ data.tar.gz: 33c62fe09e3cd63fd2cd2d10996c051a8f04964ee3e46efc93090b27bd43e9f3574cad1f0c5dafb1108bc1fbf1471fffd66f7c13476028e3a193bd00f270be52
data/CHANGELOG.md CHANGED
@@ -1,202 +1,208 @@
1
1
  # Release History: opentelemetry-instrumentation-faraday
2
2
 
3
- ### v0.32.0 / 2026-03-17
3
+ ## v0.33.0 / 2026-04-14
4
4
 
5
- * BREAKING CHANGE: Default to stable HTTP semantic conventions (#2051)
6
- * ADDED: Default to stable HTTP semantic conventions (#2051)
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)
7
8
 
8
- ### v0.31.0 / 2026-01-13
9
+ ## v0.32.0 / 2026-03-17
9
10
 
10
- * ADDED: HTTP Client Semconv v1.17 Span Naming
11
+ - BREAKING CHANGE: Default to stable HTTP semantic conventions (#2051)
12
+ - ADDED: Default to stable HTTP semantic conventions (#2051)
11
13
 
12
- ### v0.30.1 / 2025-11-25
14
+ ## v0.31.0 / 2026-01-13
13
15
 
14
- * FIXED: Update support for unknown HTTP methods to match semantic conventions
16
+ - ADDED: HTTP Client Semconv v1.17 Span Naming
15
17
 
16
- ### v0.30.0 / 2025-10-22
18
+ ## v0.30.1 / 2025-11-25
17
19
 
18
- * BREAKING CHANGE: Min Ruby Version 3.2
19
- * ADDED: Min Ruby Version 3.2
20
+ - FIXED: Update support for unknown HTTP methods to match semantic conventions
20
21
 
21
- ### v0.29.1 / 2025-09-30
22
+ ## v0.30.0 / 2025-10-22
22
23
 
23
- * FIXED: Min OTel Ruby API 1.7
24
+ - BREAKING CHANGE: Min Ruby Version 3.2
25
+ - ADDED: Min Ruby Version 3.2
24
26
 
25
- ### v0.29.0 / 2025-09-30
27
+ ## v0.29.1 / 2025-09-30
26
28
 
27
- * ADDED: Bump minimum API Version to 1.7
29
+ - FIXED: Min OTel Ruby API 1.7
28
30
 
29
- ### v0.28.0 / 2025-08-13
31
+ ## v0.29.0 / 2025-09-30
30
32
 
31
- * ADDED: Add Faraday `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1592](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1592)
33
+ - ADDED: Bump minimum API Version to 1.7
32
34
 
33
- ### v0.27.0 / 2025-06-03
35
+ ## v0.28.0 / 2025-08-13
34
36
 
35
- * ADDED: Suppress internal spans with Faraday instrumentation
37
+ - ADDED: Add Faraday `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1592](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1592)
36
38
 
37
- ### v0.26.0 / 2025-01-16
39
+ ## v0.27.0 / 2025-06-03
38
40
 
39
- * BREAKING CHANGE: Set minimum supported version to Ruby 3.1
40
- * ADDED: Set minimum supported version to Ruby 3.1
41
+ - ADDED: Suppress internal spans with Faraday instrumentation
41
42
 
42
- ### v0.25.0 / 2025-01-07
43
+ ## v0.26.0 / 2025-01-16
43
44
 
44
- * ADDED: Faraday Minimum v1.0
45
+ - BREAKING CHANGE: Set minimum supported version to Ruby 3.1
46
+ - ADDED: Set minimum supported version to Ruby 3.1
45
47
 
46
- ### v0.24.8 / 2024-12-17
48
+ ## v0.25.0 / 2025-01-07
47
49
 
48
- * FIXED: Share Faraday Attrs with Adapter Spans
50
+ - ADDED: Faraday Minimum v1.0
49
51
 
50
- ### v0.24.7 / 2024-11-26
52
+ ## v0.24.8 / 2024-12-17
51
53
 
52
- * CHANGED: Performance Freeze all range objects #1222
54
+ - FIXED: Share Faraday Attrs with Adapter Spans
53
55
 
54
- ### v0.24.6 / 2024-07-23
56
+ ## v0.24.7 / 2024-11-26
55
57
 
56
- * DOCS: Add cspell to CI
58
+ - CHANGED: Performance Freeze all range objects #1222
57
59
 
58
- ### v0.24.5 / 2024-06-20
60
+ ## v0.24.6 / 2024-07-23
59
61
 
60
- * FIXED: Compatibility with Faraday v1
62
+ - DOCS: Add cspell to CI
61
63
 
62
- ### v0.24.4 / 2024-06-18
64
+ ## v0.24.5 / 2024-06-20
63
65
 
64
- * FIXED: Relax otel common gem constraints
66
+ - FIXED: Compatibility with Faraday v1
65
67
 
66
- ### v0.24.3 / 2024-05-09
68
+ ## v0.24.4 / 2024-06-18
67
69
 
68
- * FIXED: Untrace entire request
70
+ - FIXED: Relax otel common gem constraints
69
71
 
70
- ### v0.24.2 / 2024-04-30
72
+ ## v0.24.3 / 2024-05-09
71
73
 
72
- * FIXED: Bundler conflict warnings
74
+ - FIXED: Untrace entire request
73
75
 
74
- ### v0.24.1 / 2024-03-22
76
+ ## v0.24.2 / 2024-04-30
75
77
 
76
- * FIXED: Propagate response attributes on Faraday::Error.
78
+ - FIXED: Bundler conflict warnings
77
79
 
78
- ### v0.24.0 / 2024-02-20
80
+ ## v0.24.1 / 2024-03-22
79
81
 
80
- * ADDED: Faraday add support for internal spans
82
+ - FIXED: Propagate response attributes on Faraday::Error.
81
83
 
82
- ### v0.23.4 / 2023-11-23
84
+ ## v0.24.0 / 2024-02-20
83
85
 
84
- * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
86
+ - ADDED: Faraday add support for internal spans
85
87
 
86
- ### v0.23.3 / 2023-10-16
88
+ ## v0.23.4 / 2023-11-23
87
89
 
88
- * FIXED: Omit `nil` `net.peer.name` attributes
90
+ - CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
89
91
 
90
- ### v0.23.2 / 2023-07-21
92
+ ## v0.23.3 / 2023-10-16
91
93
 
92
- * ADDED: Update `opentelemetry-common` from [0.19.3 to 0.20.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/537)
94
+ - FIXED: Omit `nil` `net.peer.name` attributes
93
95
 
94
- ### v0.23.1 / 2023-06-05
96
+ ## v0.23.2 / 2023-07-21
95
97
 
96
- * FIXED: Base config options
98
+ - ADDED: Update `opentelemetry-common` from [0.19.3 to 0.20.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/537)
97
99
 
98
- ### v0.23.0 / 2023-04-17
100
+ ## v0.23.1 / 2023-06-05
99
101
 
100
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
101
- * ADDED: Drop support for EoL Ruby 2.7
102
+ - FIXED: Base config options
102
103
 
103
- ### v0.22.0 / 2023-01-14
104
+ ## v0.23.0 / 2023-04-17
104
105
 
105
- * ADDED: Add request/response hooks to more http clients
106
- * FIXED: Stop leaking basic authentication credentials in Faraday instrumentation
107
- * DOCS: Fix gem homepage
108
- * DOCS: More gem documentation fixes
106
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
107
+ - ADDED: Drop support for EoL Ruby 2.7
109
108
 
110
- ### v0.21.0 / 2022-06-09
109
+ ## v0.22.0 / 2023-01-14
111
110
 
112
- * Upgrading Base dependency version
113
- * FIXED: Broken test file requirements
111
+ - ADDED: Add request/response hooks to more http clients
112
+ - FIXED: Stop leaking basic authentication credentials in Faraday instrumentation
113
+ - DOCS: Fix gem homepage
114
+ - DOCS: More gem documentation fixes
114
115
 
115
- ### v0.20.1 / 2022-05-03
116
+ ## v0.21.0 / 2022-06-09
116
117
 
117
- * (No significant changes)
118
+ - Upgrading Base dependency version
119
+ - FIXED: Broken test file requirements
118
120
 
119
- ### v0.20.0 / 2022-02-02
121
+ ## v0.20.1 / 2022-05-03
120
122
 
121
- * ADDED: Add net.peer.name to faraday instrumentation
122
- * FIXED: Excessive hash creation on context attr merging
123
+ - (No significant changes)
123
124
 
124
- ### v0.19.3 / 2021-12-02
125
+ ## v0.20.0 / 2022-02-02
125
126
 
126
- * (No significant changes)
127
+ - ADDED: Add net.peer.name to faraday instrumentation
128
+ - FIXED: Excessive hash creation on context attr merging
127
129
 
128
- ### v0.19.2 / 2021-09-29
130
+ ## v0.19.3 / 2021-12-02
129
131
 
130
- * (No significant changes)
132
+ - (No significant changes)
131
133
 
132
- ### v0.19.1 / 2021-08-12
134
+ ## v0.19.2 / 2021-09-29
133
135
 
134
- * DOCS: Update docs to rely more on environment variable configuration
136
+ - (No significant changes)
135
137
 
136
- ### v0.19.0 / 2021-06-23
138
+ ## v0.19.1 / 2021-08-12
137
139
 
138
- * BREAKING CHANGE: Total order constraint on span.status=
139
- * FIXED: Total order constraint on span.status=
140
+ - DOCS: Update docs to rely more on environment variable configuration
140
141
 
141
- ### v0.18.1 / 2021-06-08
142
+ ## v0.19.0 / 2021-06-23
142
143
 
143
- * FIXED: Missing require to common in faraday
144
+ - BREAKING CHANGE: Total order constraint on span.status=
145
+ - FIXED: Total order constraint on span.status=
144
146
 
145
- ### v0.18.0 / 2021-05-21
147
+ ## v0.18.1 / 2021-06-08
146
148
 
147
- * ADDED: Updated API dependency for 1.0.0.rc1
148
- * FIXED: Removed http.status_text attribute #750
149
+ - FIXED: Missing require to common in faraday
149
150
 
150
- ### v0.17.0 / 2021-04-22
151
+ ## v0.18.0 / 2021-05-21
151
152
 
152
- * FIXED: Fix Faraday gem dependencies.
153
- * FIXED: Refactor propagators to add #fields
153
+ - ADDED: Updated API dependency for 1.0.0.rc1
154
+ - FIXED: Removed http.status_text attribute #750
154
155
 
155
- ### v0.16.0 / 2021-03-17
156
+ ## v0.17.0 / 2021-04-22
156
157
 
157
- * FIXED: Remove passwords from http.url
158
- * FIXED: Example scripts now reference local common lib
159
- * DOCS: Replace Gitter with GitHub Discussions
158
+ - FIXED: Fix Faraday gem dependencies.
159
+ - FIXED: Refactor propagators to add #fields
160
160
 
161
- ### v0.15.0 / 2021-02-18
161
+ ## v0.16.0 / 2021-03-17
162
162
 
163
- * FIXED: Include http.status_text only if reason_phrase is in the response
163
+ - FIXED: Remove passwords from http.url
164
+ - FIXED: Example scripts now reference local common lib
165
+ - DOCS: Replace Gitter with GitHub Discussions
164
166
 
165
- ### v0.14.0 / 2021-02-03
167
+ ## v0.15.0 / 2021-02-18
166
168
 
167
- * BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
168
- * ADDED: Replace getter and setter callables and remove rack specific propagators
169
+ - FIXED: Include http.status_text only if reason_phrase is in the response
169
170
 
170
- ### v0.13.0 / 2021-01-29
171
+ ## v0.14.0 / 2021-02-03
171
172
 
172
- * (No significant changes)
173
+ - BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
174
+ - ADDED: Replace getter and setter callables and remove rack specific propagators
173
175
 
174
- ### v0.12.0 / 2020-12-24
176
+ ## v0.13.0 / 2021-01-29
175
177
 
176
- * (No significant changes)
178
+ - (No significant changes)
177
179
 
178
- ### v0.11.0 / 2020-12-11
180
+ ## v0.12.0 / 2020-12-24
179
181
 
180
- * FIXED: Copyright comments to not reference year
182
+ - (No significant changes)
181
183
 
182
- ### v0.10.0 / 2020-12-03
184
+ ## v0.11.0 / 2020-12-11
183
185
 
184
- * (No significant changes)
186
+ - FIXED: Copyright comments to not reference year
185
187
 
186
- ### v0.9.0 / 2020-11-27
188
+ ## v0.10.0 / 2020-12-03
187
189
 
188
- * BREAKING CHANGE: Add timeout for force_flush and shutdown
189
- * ADDED: Add timeout for force_flush and shutdown
190
+ - (No significant changes)
190
191
 
191
- ### v0.8.0 / 2020-10-27
192
+ ## v0.9.0 / 2020-11-27
192
193
 
193
- * (No significant changes)
194
+ - BREAKING CHANGE: Add timeout for force_flush and shutdown
195
+ - ADDED: Add timeout for force_flush and shutdown
194
196
 
195
- ### v0.7.0 / 2020-10-07
197
+ ## v0.8.0 / 2020-10-27
196
198
 
197
- * DOCS: Faraday documentation
198
- * DOCS: Standardize top-level docs structure and readme
199
+ - (No significant changes)
199
200
 
200
- ### v0.6.0 / 2020-09-10
201
+ ## v0.7.0 / 2020-10-07
201
202
 
202
- * (No significant changes)
203
+ - DOCS: Faraday documentation
204
+ - DOCS: Standardize top-level docs structure and readme
205
+
206
+ ## v0.6.0 / 2020-09-10
207
+
208
+ - (No significant changes)
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module Faraday
10
- VERSION = '0.32.0'
10
+ VERSION = '0.33.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-faraday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
@@ -50,10 +50,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
50
50
  licenses:
51
51
  - Apache-2.0
52
52
  metadata:
53
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.32.0/file/CHANGELOG.md
54
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/faraday
53
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.33.0/file/CHANGELOG.md
54
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-faraday/v0.33.0/instrumentation/faraday
55
55
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
56
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.32.0
56
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.33.0
57
57
  rdoc_options: []
58
58
  require_paths:
59
59
  - lib
@@ -61,14 +61,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.2'
64
+ version: '3.3'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 4.0.3
71
+ rubygems_version: 4.0.6
72
72
  specification_version: 4
73
73
  summary: Faraday instrumentation for the OpenTelemetry framework
74
74
  test_files: []