diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..33b63813 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.4.0","fxhttpserver":"1.7.1","fxcore":"1.13.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/fxcore/CHANGELOG.md b/fxcore/CHANGELOG.md index 2dc3d217..a982cba9 100644 --- a/fxcore/CHANGELOG.md +++ b/fxcore/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.13.0](https://github.com/adaosantos/yokai/compare/fxcore-v1.12.0...fxcore/v1.13.0) (2025-09-17) + + +### Features + +* **fxcore:** Added app description ([#274](https://github.com/adaosantos/yokai/issues/274)) ([3d4fd98](https://github.com/adaosantos/yokai/commit/3d4fd984fa919a564e574f71d1f8c9d9b8afeacb)) +* **fxcore:** Added core dashboard options ([#60](https://github.com/adaosantos/yokai/issues/60)) ([f11c871](https://github.com/adaosantos/yokai/commit/f11c871e8e9ec2eb0c1187ee328c9abbb9369a49)) +* **fxcore:** Added core server exposition config ([#329](https://github.com/adaosantos/yokai/issues/329)) ([f5b741b](https://github.com/adaosantos/yokai/commit/f5b741bbadf7d3097df7b0d1879c4306a37f893f)) +* **fxcore:** Added core tasks system ([#326](https://github.com/adaosantos/yokai/issues/326)) ([ae58a8f](https://github.com/adaosantos/yokai/commit/ae58a8fe30a2b196101bd5a428ab464b528ae7b3)) +* **fxcore:** Added possibility to provide extra information ([#56](https://github.com/adaosantos/yokai/issues/56)) ([e355505](https://github.com/adaosantos/yokai/commit/e355505f182677995795e648001312f0467f51dd)) +* **fxcore:** Added support for listener address ([#206](https://github.com/adaosantos/yokai/issues/206)) ([9e092a9](https://github.com/adaosantos/yokai/commit/9e092a9206a0077f6c961058d3fec539b3c2c4ac)) +* **fxcore:** Provided module ([#45](https://github.com/adaosantos/yokai/issues/45)) ([7d64e8f](https://github.com/adaosantos/yokai/commit/7d64e8f16f2f0655110433aff1089752799bbd45)) +* **fxcore:** Updated core dashboard docs link ([#50](https://github.com/adaosantos/yokai/issues/50)) ([4133640](https://github.com/adaosantos/yokai/commit/4133640305961b6a3322960723e6827fb68db0ec)) +* **fxcore:** Updated core http server metrics configurations ([#121](https://github.com/adaosantos/yokai/issues/121)) ([e7fe4ce](https://github.com/adaosantos/yokai/commit/e7fe4ce468ee64188fe235633f85a54475095f43)) +* **fxcore:** Updated dependencies ([#175](https://github.com/adaosantos/yokai/issues/175)) ([62e8ad2](https://github.com/adaosantos/yokai/commit/62e8ad2e7e7d780fb2b357a9194b4c493beeb1ac)) +* **fxcore:** Updated dependencies ([#186](https://github.com/adaosantos/yokai/issues/186)) ([e9a4b87](https://github.com/adaosantos/yokai/commit/e9a4b875069aa12cf6c05323bcbf1123cac863a7)) +* **fxcore:** Updated httpserver module for dashboard handling ([#317](https://github.com/adaosantos/yokai/issues/317)) ([3013c65](https://github.com/adaosantos/yokai/commit/3013c65574e37aa27975fc58291bd6d23bce7487)) +* **fxcore:** Updated panic recovery to prevent observability middlewares interruption ([#214](https://github.com/adaosantos/yokai/issues/214)) ([06f3ba8](https://github.com/adaosantos/yokai/commit/06f3ba847dd7efae99208e8703770dc12e8b25b3)) + ## [1.12.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.11.0...fxcore/v1.12.0) (2025-03-18)