Do not forget, 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.
FlowX.AI 5.1.4 is a maintenance release for the 5.1.x LTS line. This release can be deployed as a direct upgrade from 5.1.3 with no breaking changes or configuration updates required.
Upgrade Path
5.1.3 → 5.1.4: Direct upgrade with no breaking changes
An open-source, database-backed system for managing fine-grained authorization. Provides a relationship-based access control model (ReBAC) and powers complex authorization at scale.
A Kubernetes operator that automates the deployment, configuration, and lifecycle management of SpiceDB instances. It streamlines operational tasks such as upgrades, scaling, and configuration changes.
A distributed, open-source graph database designed for high-performance queries and real-time graph processing. Supports GraphQL natively and is optimized for horizontal scalability.
The following optional environment variables have been added for the process-engine to configure config params caching:
Environment Variable
Description
Default Value
Component
FLOWX_CACHE_CONFIGPARAMS_TTLSECONDS
Time-to-live in seconds for cached configuration params
120
process-engine
FLOWX_CACHE_CONFIGPARAMS_MAXENTRIES
Maximum number of entries in the config params cache
500
process-engine
These variables are optional. If not configured, the default values will be used. Adjust these values based on how frequently your configuration changes and your memory constraints.For more details, see Engine Setup - Config params cache.