You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 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)