Skip to content

Commit fc3c6d9

Browse files
chore(main): release opentelemetry-instrumentation-faraday 0.24.0
1 parent e76e0b5 commit fc3c6d9

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"instrumentation/delayed_job": "0.22.1",
2929
"instrumentation/ethon": "0.21.3",
3030
"instrumentation/excon": "0.22.0",
31-
"instrumentation/faraday": "0.23.4",
31+
"instrumentation/faraday": "0.24.0",
3232
"instrumentation/mongo": "0.22.2",
3333
"instrumentation/mysql2": "0.25.0",
3434
"instrumentation/net_http": "0.22.4",

instrumentation/faraday/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
## [0.24.0](https://github.com/yoheyk/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-faraday-v0.23.4...opentelemetry-instrumentation-faraday/v0.24.0) (2024-02-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389))
9+
* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3))
10+
11+
### Features
12+
13+
* add request/response hooks to more http clients ([#71](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/71)) ([37696bd](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/37696bd2c5c8c58c072937e69834b562bf2c42a5))
14+
* Drop support for EoL Ruby 2.7 ([#389](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/389)) ([233dfd0](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/233dfd0dae81346e9687090f9d8dfb85215e0ba7))
15+
16+
17+
### Bug Fixes
18+
19+
* Base config options ([#499](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/499)) ([7304e86](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/7304e86e9a3beba5c20f790b256bbb54469411ca))
20+
* broken test file requirements ([#1286](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/1286)) ([3ec7d8a](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3ec7d8a456dbd3c9bbad7b397a3da8b8a311d8e3))
21+
* Omit `nil` `net.peer.name` attributes ([#693](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/693)) ([0cc425b](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/0cc425b80dfcd339daee97b87fd7e7167e09d798))
22+
* regex non-match with obfuscation limit (issue [#486](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4))
23+
* Stop leaking basic authentication credentials in Faraday instrumentation ([#53](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/53)) ([3bc1865](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3bc18658263d6f320e0540585d684da1c774c1c2))
24+
25+
26+
### Code Refactoring
27+
28+
* Remove parent repo libraries ([#3](https://github.com/yoheyk/opentelemetry-ruby-contrib/issues/3)) ([3e85d44](https://github.com/yoheyk/opentelemetry-ruby-contrib/commit/3e85d4436d338f326816c639cd2087751c63feb1))
29+
330
### v0.23.4 / 2023-11-23
431

532
* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)

instrumentation/faraday/lib/opentelemetry/instrumentation/faraday/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Faraday
10-
VERSION = '0.23.4'
10+
VERSION = '0.24.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)