n8n | n8n@2.23.4

n8n n8n@2.23.4 released on 05-06-2026


n8n n8n@2.23.4 is out now. It fixes a PDF parsing failure in the Data Loader by polyfilling DOMMatrix, so environments without a native DOMMatrix implementation no longer error when parsing PDFs.

See the GitHub release and compare for the full changelog and release metadata: https://github.com/n8n-io/n8n/compare/n8n@2.23.3…n8n@2.23.4 and https://api.github.com/repos/n8n-io/n8n/releases/latest

What’s in this release

  • Polyfill DOMMatrix when parsing PDFs in the Data Loader to prevent PDF parsing failures (issue #31700, commit f80c96a).
  • Release metadata and changelog published (compare available at the GitHub compare link above).
  • Small, non-breaking robustness patch — recommended for users seeing PDF-related errors in server/Node or older browser contexts.

Upgrade notes

  • No breaking changes reported; follow standard upgrade and testing procedures before rolling to production. Users experiencing PDF parsing errors should upgrade.
  • No special rollback steps noted in the release; use your usual rollback process if required.

Share any comments on your experience with the update via the project’s GitHub issue tracker.

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