From c61e6f074215b852e81c5be5e44729095079c245 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:20:51 +0200 Subject: [PATCH] chore(main): release fxcore 1.8.0 (#215) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- fxcore/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f213d19..af24d62 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.3.0","healthcheck":"1.1.0","httpclient":"1.4.0","httpserver":"1.5.0","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.5.0","fxcore":"1.7.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.2.0"} \ No newline at end of file +{"config":"1.3.0","log":"1.2.0","generate":"1.1.0","trace":"1.3.0","healthcheck":"1.1.0","httpclient":"1.4.0","httpserver":"1.5.0","orm":"1.1.0","fxconfig":"1.1.0","fxgenerate":"1.1.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.0","fxorm":"1.1.0","fxhttpclient":"1.4.0","fxhttpserver":"1.5.0","fxcore":"1.8.0","worker":"1.1.0","fxworker":"1.1.0","fxcron":"1.1.0","grpcserver":"1.1.0","fxgrpcserver":"1.2.0"} \ No newline at end of file diff --git a/fxcore/CHANGELOG.md b/fxcore/CHANGELOG.md index 7e0c878..5cdcbb2 100644 --- a/fxcore/CHANGELOG.md +++ b/fxcore/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.7.0...fxcore/v1.8.0) (2024-04-17) + + +### Features + +* **fxcore:** Updated panic recovery to prevent observability middlewares interruption ([#214](https://github.com/ankorstore/yokai/issues/214)) ([06f3ba8](https://github.com/ankorstore/yokai/commit/06f3ba847dd7efae99208e8703770dc12e8b25b3)) + ## [1.7.0](https://github.com/ankorstore/yokai/compare/fxcore/v1.6.0...fxcore/v1.7.0) (2024-04-05)