opentelemetry-instrumentation-http_client 0.24.0 → 0.25.1

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: 60b3ed3e8e11d1726975a033df4ba872f039d45732369de647a8429c2b43df6a
4
- data.tar.gz: ad8704c3b61d5c5833b361217c88f1e396264ea5b2c8d5a6275da358e85e4945
3
+ metadata.gz: 7d550599c102a31e27e28e4b12534b4db40ad444501e763e81ffcaeafc157671
4
+ data.tar.gz: a58b43c98f70bc5dbcae522752efc39ac3d9b8e9e9615d6261c489c68e28ba30
5
5
  SHA512:
6
- metadata.gz: 86fb5beb404148d290b468b46f6d8ff6287b2fd6c4a62e7839267951b58ff264d9698f44af86726b3da763e956c264bc7cfd6f1df3d5ed1c77afa9bbb3ead963
7
- data.tar.gz: 01aab5af766e9b0b8c988d52c8673b75cce65574b08e0dc530119eabd80198593708817802d08b3d31838f677ce4d2dff1c35d9eb1c8f42e2cdafcd0c704d951
6
+ metadata.gz: 282b5a006f1a34f16bebed4c1e99c0a1043383d815fdbc3bbd52a2ef82a62f26f74bb313c21ee50e4373aabb072e2514899a3a80db7407419d4c355e128f76cb
7
+ data.tar.gz: 146d87ad586c30ebae561c1d172f51ec57a5636292a811f64a2f8a97a7691a257c7bb9e6302ffb3d7dfd95296da652a187e500a8363010ff508958c12f2ff506
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Release History: opentelemetry-instrumentation-http_client
2
2
 
3
- ### v0.24.0 / 2025-07-29
3
+ ### v0.25.1 / 2025-09-30
4
+
5
+ * FIXED: Min OTel Ruby API 1.7
6
+
7
+ ### v0.25.0 / 2025-09-30
8
+
9
+ * ADDED: Bump minimum API Version to 1.7
10
+
11
+ ### v0.24.0 / 2025-08-13
4
12
 
5
13
  * ADDED: Add HTTPClient `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1588](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1588)
6
14
 
@@ -40,24 +48,24 @@
40
48
 
41
49
  ### v0.22.1 / 2023-06-05
42
50
 
43
- * FIXED: Base config options
51
+ * FIXED: Base config options
44
52
 
45
53
  ### v0.22.0 / 2023-04-17
46
54
 
47
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
55
+ * BREAKING CHANGE: Drop support for EoL Ruby 2.7
48
56
 
49
- * ADDED: Drop support for EoL Ruby 2.7
57
+ * ADDED: Drop support for EoL Ruby 2.7
50
58
 
51
59
  ### v0.21.0 / 2023-01-14
52
60
 
53
- * ADDED: Add request/response hooks to more http clients
54
- * DOCS: Fix gem homepage
55
- * DOCS: More gem documentation fixes
61
+ * ADDED: Add request/response hooks to more http clients
62
+ * DOCS: Fix gem homepage
63
+ * DOCS: More gem documentation fixes
56
64
 
57
65
  ### v0.20.0 / 2022-06-09
58
66
 
59
67
  * Upgrading Base dependency version
60
- * FIXED: Broken test file requirements
68
+ * FIXED: Broken test file requirements
61
69
 
62
70
  ### v0.19.5 / 2022-05-05
63
71
 
@@ -65,11 +73,11 @@
65
73
 
66
74
  ### v0.19.4 / 2022-02-02
67
75
 
68
- * FIXED: Excessive hash creation on context attr merging
76
+ * FIXED: Excessive hash creation on context attr merging
69
77
 
70
78
  ### v0.19.3 / 2021-12-01
71
79
 
72
- * FIXED: Change net attribute names to match the semantic conventions spec for http
80
+ * FIXED: Change net attribute names to match the semantic conventions spec for http
73
81
 
74
82
  ### v0.19.2 / 2021-09-29
75
83
 
@@ -77,13 +85,13 @@
77
85
 
78
86
  ### v0.19.1 / 2021-08-12
79
87
 
80
- * DOCS: Update docs to rely more on environment variable configuration
88
+ * DOCS: Update docs to rely more on environment variable configuration
81
89
 
82
90
  ### v0.19.0 / 2021-06-23
83
91
 
84
- * BREAKING CHANGE: Total order constraint on span.status=
92
+ * BREAKING CHANGE: Total order constraint on span.status=
85
93
 
86
- * FIXED: Total order constraint on span.status=
94
+ * FIXED: Total order constraint on span.status=
87
95
 
88
96
  ### v0.18.0 / 2021-05-21
89
97
 
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module HttpClient
10
- VERSION = '0.24.0'
10
+ VERSION = '0.25.1'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,43 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-instrumentation-http_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-13 00:00:00.000000000 Z
11
+ date: 2025-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: opentelemetry-api
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '1.0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: opentelemetry-instrumentation-base
29
15
  requirement: !ruby/object:Gem::Requirement
30
16
  requirements:
31
17
  - - "~>"
32
18
  - !ruby/object:Gem::Version
33
- version: 0.23.0
19
+ version: '0.24'
34
20
  type: :runtime
35
21
  prerelease: false
36
22
  version_requirements: !ruby/object:Gem::Requirement
37
23
  requirements:
38
24
  - - "~>"
39
25
  - !ruby/object:Gem::Version
40
- version: 0.23.0
26
+ version: '0.24'
41
27
  description: HttpClient instrumentation for the OpenTelemetry framework
42
28
  email:
43
29
  - cncf-opentelemetry-contributors@lists.cncf.io
@@ -64,10 +50,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby-contrib
64
50
  licenses:
65
51
  - Apache-2.0
66
52
  metadata:
67
- changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http_client/0.24.0/file/CHANGELOG.md
53
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http_client/0.25.1/file/CHANGELOG.md
68
54
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/http_client
69
55
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
70
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http_client/0.24.0
56
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-http_client/0.25.1
71
57
  post_install_message:
72
58
  rdoc_options: []
73
59
  require_paths: