n8n released version 2.37.10 on September 4 2026 as a maintenance patch release following [email protected]. This release incorporates automated updates under pull request 37801 via cubic review integration to maintain workflow engine stability. The release is published as an official production release rather than a prerelease build.
The full release notes and downloads are on the GitHub release page.
Maintenance Patch Details ¶
The 2.37.10 release is a minor patch update in the 2.37.x release series for n8n. Patch releases in this project focus on operational bug fixes, execution engine stability, and internal maintenance without introducing breaking changes to stored workflow schemas or node configurations.
The release baseline moves from [email protected] to [email protected]. Operators analyzing changes between these tags can review the full diff through the official GitHub compare view between [email protected] and [email protected]. Keeping up with patch updates ensures that workflow orchestrators remain stable during high volume data processing runs across production clusters. Regular patch adoption also prevents minor execution regressions from accumulating between minor feature releases.
Automated Integration and Pull Request 37801 ¶
The verbatim changelog for this release includes an auto generated metadata block provided by cubic code review automation. The release entry links directly to pull request 37801 review on cubic, which encapsulates the code changes assembled for tag [email protected].
Automated pull request tracking helps platform teams audit incoming commits before deploying updates to self hosted worker nodes. In modern continuous integration pipelines, automated code reviews flag potential regressions in node execution logic and API connectors before binaries are tagged. For platform engineers managing n8n, verifying the linked pull request provides clear visibility into the specific commits packaged inside the release container image. This transparency allows engineering teams to validate security patches and dependency updates efficiently.
Operational Impact for Workflow Pipelines ¶
n8n acts as a data engineering orchestrator and ETL processing system, running scheduled tasks, webhook ingest routines, and asynchronous API integration flows. Maintenance releases like 2.37.10 impact background execution workers, memory usage during large payload transforms, and connector resilience under sustained workload pressure.
When running n8n in containerized environments such as Kubernetes or Docker Compose, patch releases should be rolled out using standard rolling deployment strategies. Because patch updates preserve backwards compatibility across node definitions and trigger hooks, active workflows continue operating without requiring schema conversion steps. Platform teams should monitor pod restart metrics, queue worker status, and database connection pools during the deployment rollout. In distributed deployment modes with Redis task queues, upgrading main control instances alongside execution workers prevents protocol version mismatches.
Upgrade Notes ¶
Upgrading production instances to [email protected] requires updating the container image tag or updating the npm package version depending on your deployment infrastructure. Operators using Docker or Kubernetes should update their deployment manifest tag to [email protected] and trigger a pod refresh across all worker replicas.
Before applying the update in production environments, take a full database snapshot of the backend store that manages workflow configurations and execution histories. No manual schema migrations or breaking environment variable changes are required for this release. Testing the container image in a staging environment verifies that webhook endpoints and database connections function properly before completing the production upgrade. Monitoring error rates in central log collectors immediately following the upgrade ensures swift detection of any edge case regressions.
Where to Get It ¶
To deploy or inspect [email protected], use the official project resources below:
- The full release details are on the GitHub release page.
- The source code repository is hosted at GitHub.
- The official release tag is
[email protected].