Skip to main content
Released: Thursday, November 13, 2025

🎯 Incremental Improvements

This release delivers targeted improvements to chatflow theming, PDF substitutions, global variables and enhanced entity consolidation.

🎨 Chatflow Theming

Theming on publish

Enhanced theme publishing, graph and label colours:
  • Chatflow publishing now offers the possibility to choose a theme
  • More granularity for configuring graph and graph label colours in a given theme

πŸ”§ Technical Improvements

Database schema

  • Reserved keyword key removed - Database key columns were renamed to avoid usage of reserved MySQL keyword

πŸ› Bug Fixes & Improvements

Global variables

  • Squashed bug - Chatflow won’t crash at the finish line if an empty variable is present

Pension adjustment

  • Slider fix - Pension adjustment slider won’t show red color in cases of coverage ratio of exactly 70%

PDF substitutions

  • Fix PDF substitutions - Resolve substitution value to correct chatflow response & trigger output value

🧹 Cleanup & Deprecations

Removed features

  • Legacy pension message - Removed in favor of current PensionsInfo entity
  • Pensure flow message - Removed in favor of current PensionsInfo entity

⚠️ Breaking Changes

Database Schema

  • All key columns renamed - If you have custom scripts or queries, rename all relevant columns

πŸ“š Migration Guide

Database Migration

The key columns renaming migration is handled automatically, but if you have custom database scripts:
  1. Update the analytic, chatflow_starter_template, chatflow_template, user_template_response, and i18n_label table key column to the new name
  2. Review and test any custom queries
  3. Update backup and maintenance scripts

Questions about this release? Contact our support team at [email protected].

Resources