A new era of business process automation - n8n 2.0
n8n 2.0 is a long-awaited major update to the automation platform. Learn about new features, release schedule, and what you need to know about migration.
More than two years after the launch of n8n 1.0 in July 2023, the platform has undergone remarkable growth and has become the industry standard for business process automation and AI orchestration. Now comes something everyone has been waiting for – n8n 2.0, with its official launch scheduled for December 2025. This new version brings many user-requested features, improved security, and infrastructure modernization. If you manage business processes using n8n, it's worth knowing what's changing.
When will n8n 2.0 be released?
The release of the new version will happen in two stages:
- 2.0.0 (Beta) – December 8, 2025
- 2.0.x (Stable) – December 15, 2025
This means you'll soon have the opportunity to test the new features. If you manage n8n infrastructure in your company, it's worth planning time to prepare for the upgrade. For companies that prioritize security and reliability, this two-stage release strategy allows for gradual implementation and identification of potential issues.
What's new in n8n 2.0?
Autosave – the feature everyone has been waiting for
One of the most anticipated features by the community – autosave – will be available soon after the official release of the stable version. This means an end to worries about losing work due to accidental browser closure or connection issues. For smaller companies and freelancers, this will be a change worth noting, as it increases productivity and data safety. In the daily work of people designing workflows, this feature will save hours and protect against frustrating losses.
Modern user interface
n8n 2.0 is not just about features – it's also an aesthetic and functional transformation. The platform awaits:
- Improved canvas with better readability and intuitiveness
- Updated sidebar making navigation easier
- Overall better user experience when building advanced workflows
These changes make workflow construction more user-friendly for everyone at every skill level – from beginners to advanced administrators.
Security first
A key goal of n8n 2.0 is to strengthen security. The new version introduces a series of changes that ensure protection at a higher level:
- Task runners will be enabled by default, isolating code execution and preventing unwanted access
- Authentication requirement on OAuth callback URL
- Default disabling of potentially dangerous nodes (ExecuteCommand, LocalFileTrigger)
- Removal of in-memory binary data mode in favor of safer storage methods on the file system, database, or S3
For companies working with sensitive data and requiring compliance (GDPR, SOC 2, HIPAA), this is huge news. n8n engineers have explained that the goal is to "improve security and performance, simplify configuration, and remove outdated features."
Performance and reliability
Among the performance improvements you'll find:
- Switch to native Python instead of Pyodide, significantly increasing script execution speed
- Change of SQLite driver to a more efficient version with pooling – preliminary measurements show 10x faster performance
- Better binary data management through separation of storage
All this means your workflows will run faster and more reliably, even with more complex automation scenarios. For companies processing large amounts of data or working with complicated integrations, this will be a noticeable improvement.
Behavioral changes – What changes in Your workflows?
Change in sub-workflow behavior
If you use sub-workflows containing waiting nodes (webhooks, forms, HITL), you need to know that their behavior is changing. Previously, the parent workflow received the input data to the child workflow. In version 2.0, it will receive the output data from the end of the sub-workflow. This allows better use of human-in-the-loop and processing of approval or rejection results.
Task runners will be mandatory
In version 2.0, task runners will be enabled by default. This significantly improves security but requires appropriate infrastructure. If you're using the Community Edition, it's worth testing now by setting the environment variable N8N_RUNNERS_ENABLED=true.
Changes in environment variables
Certain environment variables are changing their default values:
N8N_SKIP_AUTH_ON_OAUTH_CALLBACKchanges fromtruetofalse(authentication required)N8N_RESTRICT_FILE_ACCESS_TOwill have a default value set limiting file accessN8N_DEFAULT_BINARY_DATA_MODEhas new options:filesystem,database, ors3
Nodes that are changing or disappearing
- ExecuteCommand and LocalFileTrigger will be disabled by default for security reasons
- Pyodide-based Python Code node will be removed – task runners with native Python replace it
- Legacy SQLite driver will be removed
- n8n tunneling (
n8n --tunnel) will be removed – use ngrok, localtunnel, or Cloudflare Tunnel instead
How to prepare for n8n 2.0?
1. Use the migration report
Log in to n8n (version 1.121.0 or higher) and go to Settings > Migration Report. This tool will show you exactly which workflows might have issues after the upgrade. This is an invaluable starting point for migration planning.
2. Testing in sandbox
Before updating production, install the 2.0 beta version in a test environment. This will give you time to check workflows and make necessary changes without impacting your running infrastructure.
3. Prepare task runner infrastructure
If you're using self-hosted n8n:
- Make sure you have access to a separate Docker image
n8nio/runners(it will no longer be in the mainn8nio/n8nimage) - Prepare infrastructure for external mode task runners
- Test configuration in pre-production environment
4. Review environment variables
Document any custom environment variables, as their behavior will change. Prepare a change map that you'll have during the upgrade.
Support for different versions
Supported editions
Regardless of whether you're using:
- Community Edition (free)
- Cloud (SaaS)
- Enterprise (self-hosted)
All editions will receive full support for n8n 2.0 with all new features and security improvements.
Transition from version 1.x
- Version 1.x will receive security and bug fixes for 3 months after v2 release
- No new features for version 1.x after 2.0 release
- This gives you enough time for a smooth migration without pressure
Why is n8n 2.0 an important update for Your company?
For small and medium business owners
n8n 2.0 is an ideal opportunity to:
- Review existing automations from a security perspective
- Implement more reliable and faster workflows that will save your team time
- Use autosave to eliminate the risk of losing work and increase efficiency
For IT managers and administrators
The new version prioritizes security, which is critical for:
- Meeting compliance requirements and regular audits
- Isolating code through mandatory task runners
- Reducing security risks related to file system access
For marketing and automation specialists
The improved performance means:
- Faster workflows for marketing automation and lead nurturing
- Better handling of complex integration scenarios with multiple CRM systems, email, and analytics
- More responsive interface when working with complex processes
Summary
n8n 2.0 is another step in the evolution of the automation platform. Autosave, improved security, better performance, and a modern interface – all of this makes it a version worth upgrading to. Behavioral changes may require some workflow adjustments, but n8n's support tools and detailed documentation make the migration process smooth and predictable.
If you want to be confident that your workflows will migrate without issues, or if you're looking for help optimizing automation processes for the new version, now is the right time to take action.
Prepare your company for n8n 2.0! Do you want to be sure that your automations will be secure, performant, and optimized for the new version?
Schedule a free consultation with an AutomationNex.io expert – we'll help you analyze existing workflows, prepare for migration, and implement best practices for n8n 2.0.
Learn more about the possibilities of n8n in your company and how we can automate your business processes.