opentelemetry-instrumentation-net_http 0.28.0 → 0.29.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: e00a6b4c4bbb252a2de6b684c92a1ee795ff093f90e4a78c92531952b12ec20b
4
- data.tar.gz: 31143899e71925865b825d865b18bc5131494ffe708a4258fa4d10a71e33614b
3
+ metadata.gz: 53bd74e04f88cdbc957e2bea8c28f6164f0ebe78814d56cbe222b00757a8cfe6
4
+ data.tar.gz: c854319903b2d3e600daf1b151af069c4acfd4b62034ec41d639c6e811118497
5
5
  SHA512:
6
- metadata.gz: 074a27e1cdb249da3207f2963d2b989abb92ac6a0d554a47a4dfba39623962ce7f4c5785377096a27957eff5354aae3cb1a1dfeed20d240a955677021c737f95
7
- data.tar.gz: db493c52e928e60c519f4f0a09e566c5c45b1a5cac1bb5f60db2b04aca800200e5b6390c237030e53ee3483fb32724f624d8a8252bc219cfae117f489c93930f
6
+ metadata.gz: 567957c73eda58ee4e560ede96646b03f4570392109e1e826246cfb6d739c8e80a3cb44da2a5335372a4bf065c917ba35aef3ccdb729650bba332dd8399e15ca
7
+ data.tar.gz: edfc740a298eff286668130b1c1e804049c602e61dc25f8024a91e7661899e1fbd5bc54cd077665d24cddbb0f4883751ca41ffda4d6a202c2c04c27b77618471
data/CHANGELOG.md CHANGED
@@ -1,176 +1,182 @@
1
1
  # Release History: opentelemetry-instrumentation-net_http
2
2
 
3
- ### v0.28.0 / 2026-03-17
3
+ ## v0.29.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.27.0 / 2026-01-13
9
+ ## v0.28.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.26.1 / 2025-11-25
14
+ ## v0.27.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.26.0 / 2025-10-22
18
+ ## v0.26.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.25.1 / 2025-09-30
22
+ ## v0.26.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.25.0 / 2025-09-30
27
+ ## v0.25.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.24.0 / 2025-08-26
31
+ ## v0.25.0 / 2025-09-30
30
32
 
31
- * ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility [#1572](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1572)
33
+ - ADDED: Bump minimum API Version to 1.7
32
34
 
33
- ### v0.23.1 / 2025-08-13
35
+ ## v0.24.0 / 2025-08-26
34
36
 
35
- * FIXED: net_http and aws_sdk ci fix
37
+ - ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable compatibility [#1572](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1572)
36
38
 
37
- ### v0.23.0 / 2025-01-16
39
+ ## v0.23.1 / 2025-08-13
38
40
 
39
- * BREAKING CHANGE: Set minimum supported version to Ruby 3.1
40
- * ADDED: Set minimum supported version to Ruby 3.1
41
+ - FIXED: net_http and aws_sdk ci fix
41
42
 
42
- ### v0.22.8 / 2024-11-26
43
+ ## v0.23.0 / 2025-01-16
43
44
 
44
- * CHANGED: Performance Freeze all range objects #1222
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.22.7 / 2024-07-23
48
+ ## v0.22.8 / 2024-11-26
47
49
 
48
- * DOCS: Add cspell to CI
50
+ - CHANGED: Performance Freeze all range objects #1222
49
51
 
50
- ### v0.22.6 / 2024-06-18
52
+ ## v0.22.7 / 2024-07-23
51
53
 
52
- * FIXED: Relax otel common gem constraints
54
+ - DOCS: Add cspell to CI
53
55
 
54
- ### v0.22.5 / 2024-05-09
56
+ ## v0.22.6 / 2024-06-18
55
57
 
56
- * FIXED: Untrace entire request
58
+ - FIXED: Relax otel common gem constraints
57
59
 
58
- ### v0.22.4 / 2023-11-23
60
+ ## v0.22.5 / 2024-05-09
59
61
 
60
- * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
62
+ - FIXED: Untrace entire request
61
63
 
62
- ### v0.22.3 / 2023-11-22
64
+ ## v0.22.4 / 2023-11-23
63
65
 
64
- * FIXED: Update `Net::HTTP` instrumentation to no-op on untraced contexts
66
+ - CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
65
67
 
66
- ### v0.22.2 / 2023-07-21
68
+ ## v0.22.3 / 2023-11-22
67
69
 
68
- * ADDED: Update `opentelemetry-common` from [0.19.3 to 0.20.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/537)
70
+ - FIXED: Update `Net::HTTP` instrumentation to no-op on untraced contexts
69
71
 
70
- ### v0.22.1 / 2023-06-05
72
+ ## v0.22.2 / 2023-07-21
71
73
 
72
- * FIXED: Base config options
74
+ - ADDED: Update `opentelemetry-common` from [0.19.3 to 0.20.0](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/537)
73
75
 
74
- ### v0.22.0 / 2023-04-17
76
+ ## v0.22.1 / 2023-06-05
75
77
 
76
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
77
- * ADDED: Drop support for EoL Ruby 2.7
78
- * FIXED: Drop Rails dependency for ActiveSupport Instrumentation
78
+ - FIXED: Base config options
79
79
 
80
- ### v0.21.1 / 2023-01-14
80
+ ## v0.22.0 / 2023-04-17
81
81
 
82
- * FIXED: Add untraced check to the Net::HTTP connect instrumentation
83
- * DOCS: Fix gem homepage
84
- * DOCS: More gem documentation fixes
82
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
83
+ - ADDED: Drop support for EoL Ruby 2.7
84
+ - FIXED: Drop Rails dependency for ActiveSupport Instrumentation
85
85
 
86
- ### v0.21.0 / 2022-10-04
86
+ ## v0.21.1 / 2023-01-14
87
87
 
88
- * ADDED: Add Net::HTTP :untraced_hosts option
89
- * FIXED: Rename HTTP CONNECT for low level connection spans
88
+ - FIXED: Add untraced check to the Net::HTTP connect instrumentation
89
+ - DOCS: Fix gem homepage
90
+ - DOCS: More gem documentation fixes
90
91
 
91
- ### v0.20.0 / 2022-06-09
92
+ ## v0.21.0 / 2022-10-04
92
93
 
93
- * Upgrading Base dependency version
94
- * FIXED: Broken test file requirements
94
+ - ADDED: Add Net::HTTP :untraced_hosts option
95
+ - FIXED: Rename HTTP CONNECT for low level connection spans
95
96
 
96
- ### v0.19.5 / 2022-05-05
97
+ ## v0.20.0 / 2022-06-09
97
98
 
98
- * (No significant changes)
99
+ - Upgrading Base dependency version
100
+ - FIXED: Broken test file requirements
99
101
 
100
- ### v0.19.4 / 2022-02-02
102
+ ## v0.19.5 / 2022-05-05
101
103
 
102
- * FIXED: Client Context attrs overwrite in net::http
103
- * FIXED: Excessive hash creation on context attr merging
104
+ - (No significant changes)
104
105
 
105
- ### v0.19.3 / 2021-12-01
106
+ ## v0.19.4 / 2022-02-02
106
107
 
107
- * FIXED: Change net attribute names to match the semantic conventions spec for http
108
+ - FIXED: Client Context attrs overwrite in net::http
109
+ - FIXED: Excessive hash creation on context attr merging
108
110
 
109
- ### v0.19.2 / 2021-09-29
111
+ ## v0.19.3 / 2021-12-01
110
112
 
111
- * (No significant changes)
113
+ - FIXED: Change net attribute names to match the semantic conventions spec for http
112
114
 
113
- ### v0.19.1 / 2021-08-12
115
+ ## v0.19.2 / 2021-09-29
114
116
 
115
- * DOCS: Update docs to rely more on environment variable configuration
117
+ - (No significant changes)
116
118
 
117
- ### v0.19.0 / 2021-06-23
119
+ ## v0.19.1 / 2021-08-12
118
120
 
119
- * BREAKING CHANGE: Total order constraint on span.status=
120
- * FIXED: Total order constraint on span.status=
121
+ - DOCS: Update docs to rely more on environment variable configuration
121
122
 
122
- ### v0.18.0 / 2021-05-21
123
+ ## v0.19.0 / 2021-06-23
123
124
 
124
- * ADDED: Updated API dependency for 1.0.0.rc1
125
+ - BREAKING CHANGE: Total order constraint on span.status=
126
+ - FIXED: Total order constraint on span.status=
125
127
 
126
- ### v0.17.0 / 2021-04-22
128
+ ## v0.18.0 / 2021-05-21
127
129
 
128
- * FIXED: Refactor propagators to add #fields
130
+ - ADDED: Updated API dependency for 1.0.0.rc1
129
131
 
130
- ### v0.16.0 / 2021-03-17
132
+ ## v0.17.0 / 2021-04-22
131
133
 
132
- * FIXED: Example scripts now reference local common lib
133
- * DOCS: Replace Gitter with GitHub Discussions
134
+ - FIXED: Refactor propagators to add #fields
134
135
 
135
- ### v0.15.0 / 2021-02-18
136
+ ## v0.16.0 / 2021-03-17
136
137
 
137
- * ADDED: Add Net::HTTP#connect tracing
138
+ - FIXED: Example scripts now reference local common lib
139
+ - DOCS: Replace Gitter with GitHub Discussions
138
140
 
139
- ### v0.14.0 / 2021-02-03
141
+ ## v0.15.0 / 2021-02-18
140
142
 
141
- * BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
142
- * ADDED: Replace getter and setter callables and remove rack specific propagators
143
+ - ADDED: Add Net::HTTP#connect tracing
143
144
 
144
- ### v0.13.0 / 2021-01-29
145
+ ## v0.14.0 / 2021-02-03
145
146
 
146
- * (No significant changes)
147
+ - BREAKING CHANGE: Replace getter and setter callables and remove rack specific propagators
148
+ - ADDED: Replace getter and setter callables and remove rack specific propagators
147
149
 
148
- ### v0.12.0 / 2020-12-24
150
+ ## v0.13.0 / 2021-01-29
149
151
 
150
- * (No significant changes)
152
+ - (No significant changes)
151
153
 
152
- ### v0.11.0 / 2020-12-11
154
+ ## v0.12.0 / 2020-12-24
153
155
 
154
- * FIXED: Copyright comments to not reference year
156
+ - (No significant changes)
155
157
 
156
- ### v0.10.0 / 2020-12-03
158
+ ## v0.11.0 / 2020-12-11
157
159
 
158
- * (No significant changes)
160
+ - FIXED: Copyright comments to not reference year
159
161
 
160
- ### v0.9.0 / 2020-11-27
162
+ ## v0.10.0 / 2020-12-03
161
163
 
162
- * ADDED: Add common helpers
164
+ - (No significant changes)
163
165
 
164
- ### v0.8.0 / 2020-10-27
166
+ ## v0.9.0 / 2020-11-27
165
167
 
166
- * BREAKING CHANGE: Remove 'canonical' from status codes
167
- * FIXED: Remove 'canonical' from status codes
168
+ - ADDED: Add common helpers
168
169
 
169
- ### v0.7.0 / 2020-10-07
170
+ ## v0.8.0 / 2020-10-27
170
171
 
171
- * DOCS: Added documentation for net_http gem in instrumentation
172
- * DOCS: Standardize top-level docs structure and readme
172
+ - BREAKING CHANGE: Remove 'canonical' from status codes
173
+ - FIXED: Remove 'canonical' from status codes
173
174
 
174
- ### v0.6.0 / 2020-09-10
175
+ ## v0.7.0 / 2020-10-07
175
176
 
176
- * (No significant changes)
177
+ - DOCS: Added documentation for net_http gem in instrumentation
178
+ - DOCS: Standardize top-level docs structure and readme
179
+
180
+ ## v0.6.0 / 2020-09-10
181
+
182
+ - (No significant changes)
@@ -8,7 +8,7 @@ module OpenTelemetry
8
8
  module Instrumentation
9
9
  module Net
10
10
  module HTTP
11
- VERSION = '0.28.0'
11
+ VERSION = '0.29.0'
12
12
  end
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-net_http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
@@ -47,10 +47,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
47
47
  licenses:
48
48
  - Apache-2.0
49
49
  metadata:
50
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-net_http/0.28.0/file/CHANGELOG.md
51
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/net_http
50
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-net_http/0.29.0/file/CHANGELOG.md
51
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-net_http/v0.29.0/instrumentation/net_http
52
52
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
53
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-net_http/0.28.0
53
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-net_http/0.29.0
54
54
  rdoc_options: []
55
55
  require_paths:
56
56
  - lib
@@ -58,14 +58,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '3.2'
61
+ version: '3.3'
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubygems_version: 4.0.3
68
+ rubygems_version: 4.0.6
69
69
  specification_version: 4
70
70
  summary: Net::HTTP instrumentation for the OpenTelemetry framework
71
71
  test_files: []