n8n | n8n@2.27.4

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.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes