opentelemetry-instrumentation-faraday 0.28.0 → 0.29.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 +4 -4
- data/CHANGELOG.md +23 -15
- data/lib/opentelemetry/instrumentation/faraday/version.rb +1 -1
- metadata +6 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 582d4e9d37f65f2637e0ce1639d4ddc487e869b47c4a8ed212aac52943207d56
|
4
|
+
data.tar.gz: 3c879d16b16c945c78ec0a07b2e40b9268982cee01eb8bba58ad531c14f6a511
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99d59433b39deb594b6eaee2c9f4cc96d5847cb1421b575332e8a5500c12e8e72bc790e18c9e4d03017d8774278c3b8c59c610a6c846e27faed1a64511f0f148
|
7
|
+
data.tar.gz: 23d0c62d909bbc4aee93e9fa104f107d5875201b6861da8ff10d3b211b108a5f63a7fc11df5247504d8a777cc23299659326d8ae5858ce2b094366c5ad0f24e3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
# Release History: opentelemetry-instrumentation-faraday
|
2
2
|
|
3
|
-
### v0.
|
3
|
+
### v0.29.1 / 2025-09-30
|
4
|
+
|
5
|
+
* FIXED: Min OTel Ruby API 1.7
|
6
|
+
|
7
|
+
### v0.29.0 / 2025-09-30
|
8
|
+
|
9
|
+
* ADDED: Bump minimum API Version to 1.7
|
10
|
+
|
11
|
+
### v0.28.0 / 2025-08-13
|
4
12
|
|
5
13
|
* ADDED: Add Faraday `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable [#1592](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1592)
|
6
14
|
|
@@ -68,25 +76,25 @@
|
|
68
76
|
|
69
77
|
### v0.23.1 / 2023-06-05
|
70
78
|
|
71
|
-
* FIXED: Base config options
|
79
|
+
* FIXED: Base config options
|
72
80
|
|
73
81
|
### v0.23.0 / 2023-04-17
|
74
82
|
|
75
|
-
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
83
|
+
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
|
76
84
|
|
77
|
-
* ADDED: Drop support for EoL Ruby 2.7
|
85
|
+
* ADDED: Drop support for EoL Ruby 2.7
|
78
86
|
|
79
87
|
### v0.22.0 / 2023-01-14
|
80
88
|
|
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
|
89
|
+
* ADDED: Add request/response hooks to more http clients
|
90
|
+
* FIXED: Stop leaking basic authentication credentials in Faraday instrumentation
|
91
|
+
* DOCS: Fix gem homepage
|
92
|
+
* DOCS: More gem documentation fixes
|
85
93
|
|
86
94
|
### v0.21.0 / 2022-06-09
|
87
95
|
|
88
96
|
* Upgrading Base dependency version
|
89
|
-
* FIXED: Broken test file requirements
|
97
|
+
* FIXED: Broken test file requirements
|
90
98
|
|
91
99
|
### v0.20.1 / 2022-05-03
|
92
100
|
|
@@ -94,8 +102,8 @@
|
|
94
102
|
|
95
103
|
### v0.20.0 / 2022-02-02
|
96
104
|
|
97
|
-
* ADDED: Add net.peer.name to faraday instrumentation
|
98
|
-
* FIXED: Excessive hash creation on context attr merging
|
105
|
+
* ADDED: Add net.peer.name to faraday instrumentation
|
106
|
+
* FIXED: Excessive hash creation on context attr merging
|
99
107
|
|
100
108
|
### v0.19.3 / 2021-12-02
|
101
109
|
|
@@ -107,17 +115,17 @@
|
|
107
115
|
|
108
116
|
### v0.19.1 / 2021-08-12
|
109
117
|
|
110
|
-
* DOCS: Update docs to rely more on environment variable configuration
|
118
|
+
* DOCS: Update docs to rely more on environment variable configuration
|
111
119
|
|
112
120
|
### v0.19.0 / 2021-06-23
|
113
121
|
|
114
|
-
* BREAKING CHANGE: Total order constraint on span.status=
|
122
|
+
* BREAKING CHANGE: Total order constraint on span.status=
|
115
123
|
|
116
|
-
* FIXED: Total order constraint on span.status=
|
124
|
+
* FIXED: Total order constraint on span.status=
|
117
125
|
|
118
126
|
### v0.18.1 / 2021-06-08
|
119
127
|
|
120
|
-
* FIXED: Missing require to common in faraday
|
128
|
+
* FIXED: Missing require to common in faraday
|
121
129
|
|
122
130
|
### v0.18.0 / 2021-05-21
|
123
131
|
|
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.
|
4
|
+
version: 0.29.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-
|
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.
|
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.
|
26
|
+
version: '0.24'
|
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.
|
53
|
+
changelog_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.29.1/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.
|
56
|
+
documentation_uri: https://rubydoc.info/gems/opentelemetry-instrumentation-faraday/0.29.1
|
71
57
|
post_install_message:
|
72
58
|
rdoc_options: []
|
73
59
|
require_paths:
|