Skip to content

Commit

Permalink
chore(main): release httpserver 1.5.0 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent 116b4fc commit 9293b8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.4.1","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.4.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"}
{"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.4.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"}
7 changes: 7 additions & 0 deletions httpserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/ankorstore/yokai/compare/httpserver/v1.4.1...httpserver/v1.5.0) (2024-04-17)


### Features

* **httpserver:** Removed automatic panic recovery and enhanced error handler error stack printing ([#210](https://github.com/ankorstore/yokai/issues/210)) ([116b4fc](https://github.com/ankorstore/yokai/commit/116b4fc3c76bd5460cb1a4c5105d80f56989d1d7))

## [1.4.1](https://github.com/ankorstore/yokai/compare/httpserver/v1.4.0...httpserver/v1.4.1) (2024-03-22)


Expand Down

0 comments on commit 9293b8f

Please sign in to comment.