From a914f281ea0e6b08a6576fdd82ccddfe5c8881b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:09:48 +0000 Subject: [PATCH] chore(main): release opentelemetry-instrumentation-httpx 0.1.2 --- .release-please-manifest.json | 2 +- instrumentation/httpx/CHANGELOG.md | 7 +++++++ .../lib/opentelemetry/instrumentation/httpx/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4f2fb0487..d6a8cbfb9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -20,7 +20,7 @@ "instrumentation/http": "0.23.2", "instrumentation/graphql": "0.27.0", "instrumentation/http_client": "0.22.3", - "instrumentation/httpx": "0.1.1", + "instrumentation/httpx": "0.1.2", "instrumentation/koala": "0.20.2", "instrumentation/active_model_serializers": "0.20.1", "instrumentation/concurrent_ruby": "0.21.2", diff --git a/instrumentation/httpx/CHANGELOG.md b/instrumentation/httpx/CHANGELOG.md index d77ecae3c..1df3f1e54 100644 --- a/instrumentation/httpx/CHANGELOG.md +++ b/instrumentation/httpx/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History: opentelemetry-instrumentation-httpx +## [0.1.2](https://github.com/flywirecorp/opentelemetry-ruby-contrib/compare/opentelemetry-instrumentation-httpx-v0.1.1...opentelemetry-instrumentation-httpx/v0.1.2) (2024-02-27) + + +### Bug Fixes + +* regex non-match with obfuscation limit (issue [#486](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/486)) ([#488](https://github.com/flywirecorp/opentelemetry-ruby-contrib/issues/488)) ([6a9c330](https://github.com/flywirecorp/opentelemetry-ruby-contrib/commit/6a9c33088c6c9f39b2bc30247a3ed825553c07d4)) + ### v0.1.1 / 2023-11-23 * CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727) diff --git a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb index da576ff94..d5df1b2da 100644 --- a/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb +++ b/instrumentation/httpx/lib/opentelemetry/instrumentation/httpx/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module HTTPX - VERSION = '0.1.1' + VERSION = '0.1.2' end end end