github moleculerjs/moleculer v0.15.1

11 hours ago

Changes

  • fix: merge grouped service actions from all nodes & regenerate service list on node disconnect (fixes API Gateway autoAliases 404 with zombie nodes) #1362
  • fix: allow to set false for actions without mixins #1355
  • fix: Runner forwards termination signals to cluster workers before disconnect (skipped on Windows) #1342
  • fix: correct Runner.mergeOptions typing #1344
  • fix: Encryption middleware crashed with TypeError when no IV was provided, because crypto.createCipher/createDecipher were removed in Node 22. It now always uses createCipheriv/createDecipheriv (without IV the algorithm must not require one, e.g. ECB)
  • update dependencies (minor/patch bumps only)

Don't miss a new moleculer release

NewReleases is sending notifications on new releases.