opentelemetry-instrumentation-faraday 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: b79cd4f94a4533971dc6e87e0b7b385be4905ba2fd29ff28483184929c680c03
4
- data.tar.gz: 5cf513bb53039de6901d33d7327c97b4b539cea350e557da09bafa74a5684af3
3
+ metadata.gz: b85e3681f3964e94c187ba4f13c261e49d65857fef62b7591a72d14355086d70
4
+ data.tar.gz: 0ff2b06c0b51e59e1331d923079ed97598b39a17f8bc964d3caaf1d0e7ef1812
5
5
  SHA512:
6
- metadata.gz: 5598c9c8d064e90594e9ad8e4a299bfafe1acb51fb3b5ab23366bfbe6f9761d136b740019c6ad60d25ace28cc9021daac72f1be079f84f3bd4d7777701f87af2
7
- data.tar.gz: 82180c8e8cf09fd3bcb3c37df9569fbf55cf951a39b560a74ca882d265e14946d2edde143893815fb1c71f8815a205cfed5bfd786fb1306846cac2c478582c41
6
+ metadata.gz: 573d2502499da5b6a1281962358b02284413074f42a37d74fa22e7ca76f450eae533fe0c93406e6a0265afda1f3bc6c6129e126e0eeec42d6d0c4db38cf67eb7
7
+ data.tar.gz: cf22b7a0da102962250a603db1705b3ad4588e50ea9f322595e5511646bc9af284c20e319543b252ed170c03cac4057c950d165ff12bf786085a666fe2bded18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Release History: opentelemetry-instrumentation-faraday
2
2
 
3
- ### v0.28.0 / 2025-08-12
3
+ ### v0.29.0 / 2025-09-30
4
+
5
+ * ADDED: Bump minimum API Version to 1.7
6
+
7
+ ### v0.28.0 / 2025-08-13
4
8
 
5
9
  * ADDED: Add Faraday `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1592](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1592)
6
10
 
@@ -68,25 +72,25 @@
68
72
 
69
73
  ### v0.23.1 / 2023-06-05
70
74
 
71
- * FIXED: Base config options
75
+ * FIXED: Base config options
72
76
 
73
77
  ### v0.23.0 / 2023-04-17
74
78
 
75
- * BREAKING CHANGE: Drop support for EoL Ruby 2.7
79
+ * BREAKING CHANGE: Drop support for EoL Ruby 2.7
76
80
 
77
- * ADDED: Drop support for EoL Ruby 2.7
81
+ * ADDED: Drop support for EoL Ruby 2.7
78
82
 
79
83
  ### v0.22.0 / 2023-01-14
80
84
 
81
- * ADDED: Add request/response hooks to more http clients
82
- * FIXED: Stop leaking basic authentication credentials in Faraday instrumentation
83
- * DOCS: Fix gem homepage
84
- * DOCS: More gem documentation fixes
85
+ * ADDED: Add request/response hooks to more http clients
86
+ * FIXED: Stop leaking basic authentication credentials in Faraday instrumentation
87
+ * DOCS: Fix gem homepage
88
+ * DOCS: More gem documentation fixes
85
89
 
86
90
  ### v0.21.0 / 2022-06-09
87
91
 
88
92
  * Upgrading Base dependency version
89
- * FIXED: Broken test file requirements
93
+ * FIXED: Broken test file requirements
90
94
 
91
95
  ### v0.20.1 / 2022-05-03
92
96
 
@@ -94,8 +98,8 @@
94
98
 
95
99
  ### v0.20.0 / 2022-02-02
96
100
 
97
- * ADDED: Add net.peer.name to faraday instrumentation
98
- * FIXED: Excessive hash creation on context attr merging
101
+ * ADDED: Add net.peer.name to faraday instrumentation
102
+ * FIXED: Excessive hash creation on context attr merging
99
103
 
100
104
  ### v0.19.3 / 2021-12-02
101
105
 
@@ -107,17 +111,17 @@
107
111
 
108
112
  ### v0.19.1 / 2021-08-12
109
113
 
110
- * DOCS: Update docs to rely more on environment variable configuration
114
+ * DOCS: Update docs to rely more on environment variable configuration
111
115
 
112
116
  ### v0.19.0 / 2021-06-23
113
117
 
114
- * BREAKING CHANGE: Total order constraint on span.status=
118
+ * BREAKING CHANGE: Total order constraint on span.status=
115
119
 
116
- * FIXED: Total order constraint on span.status=
120
+ * FIXED: Total order constraint on span.status=
117
121
 
118
122
  ### v0.18.1 / 2021-06-08
119
123
 
120
- * FIXED: Missing require to common in faraday
124
+ * FIXED: Missing require to common in faraday
121
125
 
122
126
  ### v0.18.0 / 2021-05-21
123
127
 
@@ -7,7 +7,7 @@
7
7
  module OpenTelemetry
8
8
  module Instrumentation
9
9
  module Faraday
10
- VERSION = '0.28.0'
10
+ VERSION = '0.29.0'
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-faraday
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-14 00:00:00.000000000 Z
11
+ date: 2025-09-30 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.23'
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.23'
41
27
  description: Faraday 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-faraday/0.28.0/file/CHANGELOG.md
53
+ changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.29.0/file/CHANGELOG.md
68
54
  source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/faraday
69
55
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues
70
- documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.28.0
56
+ documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.29.0
71
57
  post_install_message:
72
58
  rdoc_options: []
73
59
  require_paths: