From 013dd1157226613b3172fc673c617a4a023f53b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:20:01 +0000 Subject: [PATCH] chore(main): release httpclient 1.6.0 --- .release-please-manifest.json | 2 +- httpclient/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..20febf58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file +{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.6.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file diff --git a/httpclient/CHANGELOG.md b/httpclient/CHANGELOG.md index 55c545e8..0310ff26 100644 --- a/httpclient/CHANGELOG.md +++ b/httpclient/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.6.0](https://github.com/adaosantos/yokai/compare/httpclient-v1.5.0...httpclient/v1.6.0) (2025-09-17) + + +### Features + +* **httpclient:** Added metrics transport ([#108](https://github.com/adaosantos/yokai/issues/108)) ([8b809c5](https://github.com/adaosantos/yokai/commit/8b809c5a89c848e8862e81fc95f4bb7ba08d7964)) +* **httpclient:** Added request path normalization mechanism in metrics transport for better metrics cardinality ([#113](https://github.com/adaosantos/yokai/issues/113)) ([3c8811c](https://github.com/adaosantos/yokai/commit/3c8811c878c0d446d4ca307254ab49d0b9cb40b2)) +* **httpclient:** Added test server helper ([#323](https://github.com/adaosantos/yokai/issues/323)) ([b2dd342](https://github.com/adaosantos/yokai/commit/b2dd342ecef06b24a290a9723bd839e5032f08cc)) +* **httpclient:** Provided module ([#11](https://github.com/adaosantos/yokai/issues/11)) ([8de35c6](https://github.com/adaosantos/yokai/commit/8de35c690182bb373895cbd2cfb67af9b52db962)) +* **httpclient:** Updated dependencies ([#133](https://github.com/adaosantos/yokai/issues/133)) ([b7d5665](https://github.com/adaosantos/yokai/commit/b7d5665bf38aea0823f6739930d5fbc352b50903)) +* **httpclient:** Updated metrics base name ([#167](https://github.com/adaosantos/yokai/issues/167)) ([0b91487](https://github.com/adaosantos/yokai/commit/0b91487c8e8f5a94a3878433fa0fba6380fa02fe)) + + +### Bug Fixes + +* **httpclient:** Fixed logger transport config ([#143](https://github.com/adaosantos/yokai/issues/143)) ([a4438a4](https://github.com/adaosantos/yokai/commit/a4438a4cbd9d252e3c15195c141524c7ef816590)) + ## [1.5.0](https://github.com/ankorstore/yokai/compare/httpclient/v1.4.0...httpclient/v1.5.0) (2025-03-06)