Merged
S
Change Breakdown
Bug Fix100%
Bug fixes land in n8n 1.123.29
Version 1.123.29 patches two infrastructure issues: an axios request interceptor that went missing during a backport, and Redis connections that now recover after failover events.
The 1.123.29 release addresses two infrastructure bugs in n8n's core. HTTP requests made through axios were missing a request interceptor that should have been present — this could have caused issues with authentication headers, logging, or custom request handling depending on how n8n was configured. Redis connections now handle failover events gracefully, reconnecting automatically when a Redis instance recovers or changes. Both issues affect the n8n core package and impact any deployment relying on external HTTP calls or Redis-backed queuing.