Skip to main content
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.10 is a SaaS-managed release. Deployment-level changes — infrastructure, Kafka topics, and service configuration — are handled automatically by FlowX. The information below is provided for transparency.

Component versions

The versions below are the component versions that make up FlowX.AI 5.10.0. On SaaS these are managed by FlowX; the list is provided for transparency.

Core components

Component5.10.0
admin11.18.0
advancing-controller11.12.0
application-manager11.18.0
audit-core11.11.0
authorization-system11.14.0
cms-core11.14.0
data-search11.11.0
data-sync11.9.0
designer11.36.1
document-plugin11.19.0
email-gateway11.15.0
events-gateway11.14.0
file-gateway11.14.0
integration-designer11.24.2
license11.13.0
nosql-db-runner11.14.0
notification-plugin11.14.0
organization-manager11.14.0
process-engine11.19.3
runtime-manager11.18.0
scheduler-core11.11.0
task-management-plugin11.15.0
webhook-gateway11.13.0

AI base components

Component5.10.0
embedder11.2.0
knowledgebase-indexer-v211.2.0
knowledgebase-rag11.2.0
doc-parser11.2.0

AI dev-time components

Component5.10.0
ai-gateway11.15.1
ai-analyst11.2.0
ai-assistant11.2.0
ai-designer11.2.0
ai-developer11.2.0
kb-enrichment11.2.0
planner11.2.0

AI runtime components

Component5.10.0
agent-builder11.2.0
data-privacy11.2.0
doc-converter11.2.0
dynamic-classifier11.2.0
evals-judge11.2.0
speech-to-text11.2.0
web-crawler11.2.0

AI extensions

Component5.10.0
modpod11.2.0
observatory-api11.0.2
observatory-platform11.0.2
observatory-web11.0.2

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.

Configuration changes

On SaaS, required configuration changes are applied automatically by FlowX. The changes below are listed for transparency. Self-hosted deployments receive them, re-verified, with the next LTS release.

New Kafka topics

TopicProducer → ConsumerPurpose
ai.flowx.core.trigger.resource.cache-evict.v1admin → process-engineResource cache eviction
ai.flowx.config.params.events.v1application-manager → process-engineConfig-param change notifications
ai.flowx.core.notify.terminated.runtime-instance.v1process-engine → integration-designerRuntime-instance termination
ai.flowx.evals.suggestions.job.request.v1 / .response.v1integration-designerEvals suggestions job requests and responses

AI Platform service naming

AI Platform services are now deployed under their plain names — the ai-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 when your environment moves to 5.10. This release also adds a new AI Platform component, dynamic-classifier (listed under AI runtime components above), which backs document classification. In admin, the single FLOWX_FEATUREAVAILABILITY_AISERVICENAME setting is replaced by two, reflecting the split between AI dev-time and AI runtime services: FLOWX_FEATUREAVAILABILITY_AIDEVTIMESERVICENAME (default ai-gateway-mngt) and FLOWX_FEATUREAVAILABILITY_AIRUNTIMESERVICENAME (default agent-builder-mngt).
For previous FlowX.AI releases, please refer to the Release Notes overview.
Last modified on July 7, 2026