Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Apr 2, 2024
1 parent 0d88cca commit 13f3a97
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,16 @@
<a name="Unreleased"></a>
# [Unreleased](https://github.com/moleculerjs/moleculer/compare/v0.14.32...master)
# [Unreleased](https://github.com/moleculerjs/moleculer/compare/v0.14.33...master)

--------------------------------------------------
<a name="0.14.33"></a>
# [0.14.33](https://github.com/moleculerjs/moleculer/compare/v0.14.32...v0.14.33) (2024-04-02)

## Changes
- autodetect Redis type discoverer when using redis SSL URI [#1260](https://github.com/moleculerjs/moleculer/pull/1260)
- change redis client events [#1269](https://github.com/moleculerjs/moleculer/pull/1269)
- fix transit connecting state flag [#1258](https://github.com/moleculerjs/moleculer/pull/1258)
- add hook middlewares interceptors to preserve call context with call middlewares [#1270](https://github.com/moleculerjs/moleculer/pull/1270)
- remove unnecessary clone in node update method [#1274](https://github.com/moleculerjs/moleculer/pull/1274)

--------------------------------------------------
<a name="0.14.32"></a>
Expand Down
40 changes: 35 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13f3a97

Please sign in to comment.