opentelemetry-instrumentation-http 0.29.0 → 0.30.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: a3150b68369a6f0290053042433dfa0993b8890de5588691860c4ace3cf5a9e3
4
- data.tar.gz: 3e08a5ec697ca3d76f3e17b7713b32926182911af8711ba285f6f261f7b9cc03
3
+ metadata.gz: 4543fe83a9f11f078468ed896e6c97b902600b8ca1e6f2851cb5fc074b87f992
4
+ data.tar.gz: f9cfa712de1fcb7dbdf013dcc396087ec4c1d7368a5aee1885aee28a3d79bad1
5
5
  SHA512:
6
- metadata.gz: fdc63188e29c702d22c98d75114e41491a88f919ee11a525c8298fb7133a9899e955bacdf012ff700168bacc6c2c1b15bd64fb4265daf82afc39c3beb0b056ca
7
- data.tar.gz: a663c02174206ce9edea300ba43414bf022b6777eb23bf1f48707d2a5a0f65d3b09ca9f5ce276e9a1e85caea5b971c0cca3635d76ede0371d3d08a353518a303
6
+ metadata.gz: 308dad930e78f6c0d4a6c1054a87155f7da8262bf8ca8385d5a2b518ec78a2120e5b5497c71907f82bbf794a41e4a21c30fd2569ce9a164f6a80cbaa6f8bd7f8
7
+ data.tar.gz: ed2bbff794c2c357a4cf468a045be0f1f678ef5722e751e6dbe9ea642b926e760ff6917879546f0c6204e37c7e3384276fc1bbc2636a213997de87dd7f9d1197
data/CHANGELOG.md CHANGED
@@ -1,129 +1,135 @@
1
1
  # Release History: opentelemetry-instrumentation-http
2
2
 
3
- ### v0.29.0 / 2026-03-17
3
+ ## v0.30.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.28.0 / 2026-01-13
9
+ ## v0.29.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.27.1 / 2025-11-25
14
+ ## v0.28.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.27.0 / 2025-10-22
18
+ ## v0.27.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.26.1 / 2025-09-30
22
+ ## v0.27.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.26.0 / 2025-09-30
27
+ ## v0.26.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.25.1 / 2025-07-01
31
+ ## v0.26.0 / 2025-09-30
30
32
 
31
- * FIXED: Update span name when semconv stability is enabled
33
+ - ADDED: Bump minimum API Version to 1.7
32
34
 
33
- ### v0.25.0 / 2025-06-17
35
+ ## v0.25.1 / 2025-07-01
34
36
 
35
- * ADDED: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1547](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547)
37
+ - FIXED: Update span name when semconv stability is enabled
36
38
 
37
- ### v0.24.0 / 2025-01-16
39
+ ## v0.25.0 / 2025-06-17
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: Add `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1547](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1547)
41
42
 
42
- ### v0.23.5 / 2024-11-26
43
+ ## v0.24.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.23.4 / 2024-07-23
48
+ ## v0.23.5 / 2024-11-26
47
49
 
48
- * DOCS: Add cspell to CI
50
+ - CHANGED: Performance Freeze all range objects #1222
49
51
 
50
- ### v0.23.3 / 2024-04-30
52
+ ## v0.23.4 / 2024-07-23
51
53
 
52
- * FIXED: Bundler conflict warnings
54
+ - DOCS: Add cspell to CI
53
55
 
54
- ### v0.23.2 / 2023-11-23
56
+ ## v0.23.3 / 2024-04-30
55
57
 
56
- * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
58
+ - FIXED: Bundler conflict warnings
57
59
 
58
- ### v0.23.1 / 2023-06-05
60
+ ## v0.23.2 / 2023-11-23
59
61
 
60
- * FIXED: Base config options
62
+ - CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
61
63
 
62
- ### v0.23.0 / 2023-05-15
64
+ ## v0.23.1 / 2023-06-05
63
65
 
64
- * ADDED: Add span_preprocessor hook
66
+ - FIXED: Base config options
65
67
 
66
- ### v0.22.0 / 2023-04-17
68
+ ## v0.23.0 / 2023-05-15
67
69
 
68
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
69
- * ADDED: Drop support for EoL Ruby 2.7
70
+ - ADDED: Add span_preprocessor hook
70
71
 
71
- ### v0.21.0 / 2023-01-14
72
+ ## v0.22.0 / 2023-04-17
72
73
 
73
- * ADDED: Add request/response hooks to more http clients
74
- * DOCS: Fix gem homepage
75
- * DOCS: More gem documentation fixes
74
+ - BREAKING CHANGE: Drop support for EoL Ruby 2.7
75
+ - ADDED: Drop support for EoL Ruby 2.7
76
76
 
77
- ### v0.20.0 / 2022-06-09
77
+ ## v0.21.0 / 2023-01-14
78
78
 
79
- * Upgrading Base dependency version
80
- * FIXED: Broken test file requirements
79
+ - ADDED: Add request/response hooks to more http clients
80
+ - DOCS: Fix gem homepage
81
+ - DOCS: More gem documentation fixes
81
82
 
82
- ### v0.19.6 / 2022-05-05
83
+ ## v0.20.0 / 2022-06-09
83
84
 
84
- * (No significant changes)
85
+ - Upgrading Base dependency version
86
+ - FIXED: Broken test file requirements
85
87
 
86
- ### v0.19.5 / 2022-05-02
88
+ ## v0.19.6 / 2022-05-05
87
89
 
88
- * FIXED: RubyGems Fallback
90
+ - (No significant changes)
89
91
 
90
- ### v0.19.4 / 2022-02-02
92
+ ## v0.19.5 / 2022-05-02
91
93
 
92
- * FIXED: Excessive hash creation on context attr merging
94
+ - FIXED: RubyGems Fallback
93
95
 
94
- ### v0.19.3 / 2021-12-01
96
+ ## v0.19.4 / 2022-02-02
95
97
 
96
- * FIXED: Change net attribute names to match the semantic conventions spec for http
98
+ - FIXED: Excessive hash creation on context attr merging
97
99
 
98
- ### v0.19.2 / 2021-09-29
100
+ ## v0.19.3 / 2021-12-01
99
101
 
100
- * (No significant changes)
102
+ - FIXED: Change net attribute names to match the semantic conventions spec for http
101
103
 
102
- ### v0.19.1 / 2021-08-12
104
+ ## v0.19.2 / 2021-09-29
103
105
 
104
- * (No significant changes)
106
+ - (No significant changes)
105
107
 
106
- ### v0.19.0 / 2021-06-23
108
+ ## v0.19.1 / 2021-08-12
107
109
 
108
- * BREAKING CHANGE: Total order constraint on span.status=
109
- * FIXED: Total order constraint on span.status=
110
+ - (No significant changes)
110
111
 
111
- ### v0.18.0 / 2021-05-21
112
+ ## v0.19.0 / 2021-06-23
112
113
 
113
- * ADDED: Updated API dependency for 1.0.0.rc1
114
+ - BREAKING CHANGE: Total order constraint on span.status=
115
+ - FIXED: Total order constraint on span.status=
114
116
 
115
- ### v0.17.0 / 2021-04-22
117
+ ## v0.18.0 / 2021-05-21
116
118
 
117
- * FIXED: Refactor propagators to add #fields
119
+ - ADDED: Updated API dependency for 1.0.0.rc1
118
120
 
119
- ### v0.16.2 / 2021-03-29
121
+ ## v0.17.0 / 2021-04-22
120
122
 
121
- * FIXED: HTTP Instrumentation should check for gem presence
123
+ - FIXED: Refactor propagators to add #fields
122
124
 
123
- ### v0.16.1 / 2021-03-25
125
+ ## v0.16.2 / 2021-03-29
124
126
 
125
- * FIXED: HTTP instrumentation missing require
127
+ - FIXED: HTTP Instrumentation should check for gem presence
126
128
 
127
- ### v0.16.0 / 2021-03-17
129
+ ## v0.16.1 / 2021-03-25
128
130
 
129
- * Initial release.
131
+ - FIXED: HTTP instrumentation missing require
132
+
133
+ ## v0.16.0 / 2021-03-17
134
+
135
+ - Initial release.
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module HTTP
10
- VERSION = '0.29.0'
10
+ VERSION = '0.30.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-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-http/0.29.0/file/CHANGELOG.md
54
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/http
53
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http/0.30.0/file/CHANGELOG.md
54
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/opentelemetry-instrumentation-http/v0.30.0/instrumentation/http
55
55
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
56
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http/0.29.0
56
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http/0.30.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: HTTP instrumentation for the OpenTelemetry framework
74
74
  test_files: []