n8n n8n@2.27.4 released on 24-06-2026

n8n n8n@2.27.4 is out now. It restores relative imports for allowlisted Python packages, fixes incorrect chained-node construction and moves the Google Ads node to API v21, improving reliability for Python nodes and compatibility for Google Ads workflows.
See the n8n GitHub release page for the full changelog and any upgrade guidance.
What’s in this release
- core: allowlisted Python packages can import their own submodules via relative imports (fix for #32832)
- core: corrected how chained nodes are built to prevent incorrect node constructions (fix for #32850)
- Google Ads node: API upgraded from v20 to v21 (see #32791); check workflows for any field or mapping differences
Upgrade notes
- Google Ads API bump may change fields or mappings — verify affected workflows after upgrading and update mappings where necessary.
- If you need to revert, the previous release is n8n@2.27.3 (compare n8n@2.27.3…n8n@2.27.4).
Share any issues or successes you see after upgrading — feedback helps the community and maintainers spot regressions quickly.


