Skip to content

v0.15.1

Latest

Choose a tag to compare

@icebob icebob released this 21 Jul 13:14

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)