After upgrading to a new platform version, always ensure that your installed component versions match the versions specified in the release notes. To verify this, navigate to FlowX.AI Designer β Platform Status.
Upgrade overview
FlowX.AI 5.9.2 is a maintenance release for the 5.9.x LTS line. It can be deployed as a direct upgrade from 5.9.1 with no breaking changes.Upgrade Path
5.9.1 β 5.9.2: Direct upgrade with no breaking changes.Self-hosted customers still on the 5.1.x LTS upgrade directly to the 5.9.x line β see Migrating from 5.1 LTS.
Component versions
Core components
Embedded components
- SpiceDB β see the 5.9.0 deployment guidelines for details.
- Qdrant (vector database) β bundled in the AI Platform Helm chart; its version is managed by the chart and not pinned here. See the Qdrant setup guide for deployment and configuration.
Renderers
AI components
FlowX.AI groups AI services into four tiers by deployment role. AI Base components are the foundation; AI Runtime and AI Dev Time components both require Base to be installed first; AI Extensions are optional add-ons layered on top.AI component versioning is unified in 5.9.2. All AI Platform services now ship under a single AI Platform version (10.9.0), including services that previously carried their own version lines (
doc-parser, doc-converter, data-privacy, speech-to-text, web-crawler, evals-judge). Their 5.9.2 version numbers are therefore not comparable with earlier columns β for example, doc-parser moves from 10.10.1 to 10.9.0 without losing anything. Component rows below use the plain service names introduced in 5.9.2 (the ai-platform- prefix is dropped β see AI Platform service naming); earlier columns show the same component under its previous name.AI Base components
AI Runtime components
AI Dev Time components
AI Extensions
For the plugins matrix, refer to the 5.9.0 deployment guidelines.
Kafka topics
5.9.2 introduces no new Kafka topics over 5.9.1. For the topics added in 5.9.1, see the 5.9.1 deployment guidelines; for the full multi-release topic matrix, see the 5.9.0 deployment guidelines.
Deployment notes
Standard deployment
This maintenance release follows standard FlowX.AI deployment procedures:- Update container images to the 5.9.2 versions listed in the table above.
- Deploy services using your standard deployment process.
- Verify deployment via FlowX.AI Designer β Platform Status.
Configuration changes
- Kafka reconnect backoff: platform services now default to a gentler broker-reconnect backoff β
SPRING_KAFKA_PRODUCER_PROPERTIES_RECONNECT_BACKOFF_MS1000/SPRING_KAFKA_PRODUCER_PROPERTIES_RECONNECT_BACKOFF_MAX_MS10000(and the consumer equivalents) β and repetitive Kafka NetworkClient connection errors log at a quieter level, tunable viaLOGGING_LEVEL_KAFKA_NETWORK_CLIENT(defaultERROR). No action needed unless you previously tuned these. - Resource-server security type: the default for
idp.resourceServer.securityTypeon the AI services changes tojwt. If you previously set the security type tojwtexplicitly as a workaround, that override is no longer needed and can be removed.
Data partitioning and archiving
5.9.2 adds configuration for the archiving lifecycle on the process-engine and Integration Designer. All new settings default to off, so no action is required on upgrade.- Stuck-instance termination: an optional sweep (
FLOWX_DATA_PARTITIONING_ARCHIVING_STUCKTERMINATE_ENABLED, defaultfalse) terminates instances that would otherwise block archiving. Enable it, plus its cron and batch-size, if archiving stalls on unfinished data. - Legacy backfill: one-shot backfills of
partition_id(FLOWX_DATA_PARTITIONING_BACKFILL_ENABLED) andorganization_id(FLOWX_DATA_PARTITIONING_ORGIDBACKFILL_ENABLED), both defaultfalse, populate legacy rows when you first turn partitioning on. The organization-ID backfill is optional on self-hosted and can remainfalse.
AI Platform service naming
AI Platform services are now deployed under their plain names β theai-platform- prefix is dropped from pod, service, and image names (for example, ai-platform-agent-builder becomes agent-builder). If you have monitoring dashboards, alerts, or log queries that match the prefixed names, update them as part of this upgrade. The bundled Qdrant subchart is renamed the same way, so any explicit references to its service host must be updated too.
Confirm any required configuration changes against the setup guides before upgrading.
Third-party supported component versions
Within each version line listed below, versions that have reached upstream end of life are not supported, even though their major/minor is listed.
(*) Required only if using indexing via Kafka. Multiple sink connector implementations also work, as long as they are compatible with both the deployed Kafka and Elasticsearch version.
The table lists version lines, not individual versions. A version is supported for as long as its vendor still supports it, so check the version you plan to deploy against that vendorβs lifecycle page before committing to it. When a version reaches upstream end of life it is no longer supported; upgrade that component to keep your deployment on a supported configuration. Versions can also be added during the familyβs lifetime as FlowX validates them.
For previous FlowX.AI releases, please refer to the Release Notes overview.

