n8n | n8n@2.17.3

n8n n8n@2.17.3 released on 20-04-2026


n8n n8n@2.17.3 is out now. It guards against undefined configuration properties in credential overwrites to prevent runtime errors, restores correct WASM file paths so cURL imports into the HTTP Request node work again, and updates the LinkedIn node’s API version header to reduce API errors.

See the n8n GitHub release page for full notes, links to the issues and commits, and download options.

What’s in this release

  • Guard against undefined config properties in credential overwrites (issue #28629, commit 5d32052)
  • Restore WASM file paths for cURL import in the HTTP Request node (issue #28619, commit c15d6d0)
  • LinkedIn node: update API version in request headers (issue #28668, commit ce7d1b7)

Upgrade notes

  • No breaking changes listed; upgrade to n8n@2.17.3 to avoid credential-related failures — follow the GitHub release for update instructions.
  • If you need to revert, downgrade to n8n@2.17.2 (compare view available on the project GitHub).

Share any feedback or problems you encounter after updating so maintainers can track issues that only appear in real environments.

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