๐ฏ Major Milestones
This is our most substantial release to date with ~1,500 files changed, ~100,000 additions and ~42,000 removals. Version 2.17.0 represents a major evolution of the Wizflow platform with complete architectural redesigns, new production capabilities, and extensive infrastructure improvements.๐ค Wizflow Assistant v3
Complete Architectural Redesign
Next-generation assistant system with modular architecture:
- Modular architecture for better scalability and maintainability
- Enhanced conversation management with improved state handling
- Better performance with optimized processing
- Improved extensibility for future capabilities
๐ app.wizflow.io Production Launch
NFW/Production Ready
New production environment for Wizflow applications:
- Implicit guest authentication for seamless user experience
- Custom email templates for professional communications
- Enhanced entity isolation for SaaS user security
- Production-grade infrastructure ready for scale
๐๏ธ Database Schema Migration
Azure Support & Performance
Major database schema overhaul for better compatibility and performance:
- snake_case table names for Azure SQL compatibility
- Improved collation for better query performance
- 15% database size reduction through optimization
- Better maintainability with standardized naming
โจ Major Features
๐ฑ Mobile Responsive Design
- Mobile responsive dashboard pages - Full mobile support for all dashboard functionality
- Mobile responsive flow builder - Build and edit flows on mobile devices
- Responsive Vibeflow layout - Mobile-optimized interactive component preview
- Touch-optimized controls - Enhanced mobile user experience
- Adaptive layouts - Seamless experience across all screen sizes
๐ PDF E-Signage Major Refactor
- Simplified schema - Streamlined data structure for better maintainability
- Multiple PDFs per flow support - Handle multiple documents in a single flow
- Updated UI - Modern interface design for signature workflows
- Reduced entity choices to 1 - Simplified configuration for easier setup
๐ค Identity & Authentication
- Identity entity persistence - Maintain user identity across sessions
- Auth session management - Resumable chatflows with session state
- Guest authentication - Seamless onboarding without registration
- Enhanced security - Better user data protection and isolation
๐จ Theme & Design Improvements
- Theme editor with AI assistant - AI-powered theme customization
- Improved theme selection - Better theme browsing and preview
- New default theme - Modern, professional default styling
- System blue theme - Enhanced blue color palette option
- Canvas to preview switcher - Toggle between canvas and preview modes
- Share modal for wizflow editor - Enhanced collaboration with flow sharing capabilities
๐งฎ Enhanced Financial Calculations
- Pension recommendation entity - New entity type for pension recommendations
- Household data model support - Enhanced calculation triggers with household data
- Improved calculation accuracy - Better financial modeling
- Data model value caching - Caching after trigger execution for performance
๐จ Creative & Visual Tools
- AI image generator trigger - Generate images using AI directly in flows
- Enhanced visual workflows - Better visual design capabilities
- Improved asset handling - Better media management
๐ Infrastructure & Tooling
Azure Integration
- New Azure AD CLI scripts - Comprehensive user management tools
- Azure SQL compatibility - Full support for Azure database services
- Production-ready deployment - Enhanced Azure infrastructure support
Developer Experience
- Assistant evaluation playground - Test and refine system prompts
- Export chatflow templates to JSON - Script for template portability
- Unified infra entry point - Single
npm run infracommand for all infrastructure tasks - Node position database storage - Chatflow node positions now stored in database instead of Redis for better reliability
- Better development workflows - Improved tooling and automation
Performance & Optimization
- 15% database size reduction - Optimized schema and collation
- Improved query performance - Better indexing and data structure
- Enhanced caching - Data model value caching for faster operations
- Better resource utilization - Optimized infrastructure usage
๐ Bug Fixes & Improvements
Critical Fixes
- Fixed array type properties in entities - Resolved issues with array handling in entity definitions
- Template import conflicts - Now duplicates instead of override to prevent data loss
- Calculation results sorting - Corrected sorting logic for accurate results
- Credit card autofill issues - Partially resolved browser autofill conflicts
Analytics & UI Fixes
- Multiple chatflow analytics fixes - Improved tracking and reporting accuracy
- Chatflow UI improvements - Various interface refinements and bug fixes
- Better error handling - Enhanced error messages and recovery
- Improved data integrity - Better validation and consistency checks
Data Processing
- Data model value caching - Fixed caching behavior after trigger execution
- Entity validation - Better validation for entity configurations
- State management - Improved state handling in complex workflows
๐งน Cleanup & Deprecations
Removed Features
- Builder.io integration - Removed in favor of native solutions
- Monorepo B2C v1 pages and components - Cleaned up legacy B2C implementation
- Legacy posthooks and dependencies - Removed outdated hook system
- Static templates and chatflows - Migrated to dynamic system
- Scrive and SignaturGruppen triggers - Removed as part of e-signage refactor; use new unified e-signage entity
- Template e-signage message - Replaced with streamlined e-signage workflow
- PDF message e-signage functionality - Consolidated into dedicated e-signage entity
Code Quality
- Reduced technical debt with massive codebase cleanup
- Improved maintainability through better code organization
- Removed unused dependencies and dead code
- Streamlined build process and reduced bundle sizes
๐จ User Experience Updates
Interface Improvements
- Modern, mobile-first design language
- Enhanced visual consistency across all components
- Better navigation and information architecture
- Improved accessibility and usability
Workflow Enhancements
- Streamlined flow building experience
- Better preview and testing capabilities
- Enhanced template management
- More intuitive configuration options
โ ๏ธ Breaking Changes
Database Schema
- Table names migrated to snake_case - If you have custom scripts or queries, update them to use snake_case table names
- Updated collation - Database collation changes may affect string comparisons in custom queries
Deprecated Features
- Builder.io - No longer supported; migrate to native theme system
- Legacy posthooks - Replace with new hook system
- Static templates - Migrate to dynamic template system
- B2C v1 components - Use B2C v2 components instead
- Scrive and SignaturGruppen triggers - Use the new unified e-signage entity instead
๐ Migration Guide
Database Migration
The snake_case migration is handled automatically, but if you have custom database scripts:- Update table references to snake_case (e.g.,
UserTableโuser_table) - Review and test any custom queries
- Update backup and maintenance scripts
Authentication Updates
If youโre using custom authentication flows:- Review new session management patterns
- Update to support identity entity persistence
- Test resumable chatflow functionality
Questions about this release? Contact our support team at [email protected].

