Skip to content

v1.4.1

Latest

Choose a tag to compare

@thib3113 thib3113 released this 17 Aug 18:06
· 2 commits to main since this release
v1.4.1
5e1322e

⚠️ Important

1.4.x is the last version line supporting Moleculer 0.14.

🐛 Fix

  • Alias regeneration throttle: the 10s throttle was placed on the regenerateOpenApiPaths action, but Moleculer only supports throttle on events (not actions) — it was a no-op. Every $api.aliases.regenerated event therefore triggered a path regeneration ($node.services round-trip), which could cause chain reactions when services join/leave in bursts. The throttle now lives on the $api.aliases.regenerated event (native Moleculer event throttle) and stays enabled by default.