diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..fc7b759b 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.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.5.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/fxhttpclient/CHANGELOG.md b/fxhttpclient/CHANGELOG.md index afeab32c..4abf41db 100644 --- a/fxhttpclient/CHANGELOG.md +++ b/fxhttpclient/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.5.0](https://github.com/adaosantos/yokai/compare/fxhttpclient-v1.4.0...fxhttpclient/v1.5.0) (2025-09-17) + + +### Features + +* **fxhttpclient:** Added configurable metrics on http client usage ([#110](https://github.com/adaosantos/yokai/issues/110)) ([04ea42d](https://github.com/adaosantos/yokai/commit/04ea42d717cef522c8af8875cb9c9ed930974bdf)) +* **fxhttpclient:** Added request path normalization mechanism for client metrics ([#115](https://github.com/adaosantos/yokai/issues/115)) ([1d33130](https://github.com/adaosantos/yokai/commit/1d331308dfd1d377bd097c21336a67663593efcb)) +* **fxhttpclient:** Provided module ([#38](https://github.com/adaosantos/yokai/issues/38)) ([fa99930](https://github.com/adaosantos/yokai/commit/fa99930f2c73eb031656c13732be06067101fcdd)) +* **fxhttpclient:** Updated dependencies ([#161](https://github.com/adaosantos/yokai/issues/161)) ([8ab9f60](https://github.com/adaosantos/yokai/commit/8ab9f6074fbb71c39509526dd2cb1c656497d06f)) +* **fxhttpclient:** Updated metrics base name ([#169](https://github.com/adaosantos/yokai/issues/169)) ([7bb8e22](https://github.com/adaosantos/yokai/commit/7bb8e22eb890a7a4bf932243eadc554d3a53b210)) + ## [1.4.0](https://github.com/ankorstore/yokai/compare/fxhttpclient/v1.3.0...fxhttpclient/v1.4.0) (2024-03-15)