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
falsefor actions without mixins #1355 - fix: Runner forwards termination signals to cluster workers before disconnect (skipped on Windows) #1342
- fix: correct
Runner.mergeOptionstyping #1344 - fix: Encryption middleware crashed with
TypeErrorwhen no IV was provided, becausecrypto.createCipher/createDecipherwere removed in Node 22. It now always usescreateCipheriv/createDecipheriv(without IV the algorithm must not require one, e.g. ECB) - update dependencies (minor/patch bumps only)