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.


