Merged
Size
S
Change Breakdown
Bug Fix100%
#28154:rocket: Release 1.123.29

Bug fixes land in n8n 1.123.29

N8
n8n-assistant
·Apr 8, 2026

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.

View Original GitHub Description

1.123.29 (2026-04-08)

Bug Fixes

  • core: Restore missing axios request interceptor dropped during 1.x backport (#27842) (1fe07e9)
  • core: Support reconnecting on Redis failover (#28106) (6e66377)
© 2026 · via Gitpulse