Skip to main content
Version: v72

v2025.2.72

v2025.2.72.0 – Redis Storage, Process Optimization

Added

Redis Storage

For the correct functioning of the platform, it is now required to use Redis-compatible storage. Such storage:

  • enables a gradual transition away from file-based persistent storage;
  • increases the platform’s fault tolerance and manageability;
  • ensures more reliable and faster interaction between services.

We recommend using Kvrocks. The platform installation documentation includes a guide for connecting Kvrocks.

Using Redis is allowed but only with AOF data persistence mode or RDB + AOF mode.

Support for RabbitMQ Quorum Queues and Unified Virtual Host

caution

Before installing the update, you need to create a new virtual host (by default, altcraft) and ensure that the current user has full permissions on it.

info

If there are messages left in old virtual hosts, you can use the Shovel plugin to transfer them. Below is an example of moving messages from the trk_read queue in the / virtual host to the altcraft virtual host:

rabbitmqctl set_parameter shovel trk_read '{
"src-protocol": "amqp091",
"src-uri": "amqp://altcraft:abcdefghijklmnopqrstuvwxyzABCDEF@localhost:5672",
"src-queue": "trk_read",
"dest-protocol": "amqp091",
"dest-uri": "amqp://altcraft:abcdefghijklmnopqrstuvwxyzABCDEF@localhost:5672/altcraft",
"dest-queue": "trk_read"
}'

Other Changes

  • Users can now create a new report based on an existing one.
  • Added support for configuring a handler pool for the RMQ Event Sender.

Improved

  • Platform performance has been improved.
  • Stability of the procintegras process has been improved.
  • Task processing in the proctask process has been optimized.

Other

  • Platform performance improved.
  • Fixed several UI/UX issues.
  • Increased stability of the procintegras process.
  • Fixed authorization-related errors.
  • Optimized task processing logic in proctask.
  • Fixed incorrect display of analytics metrics.
  • Confirmation link validation in templates works properly again.
  • Automation Scenario elements now operate more reliably — previously occurring errors have been resolved.
References

v2025.2.72.0: PL-18318 PL-18343 PL-18519 PL-18367 PL-18349 PL-18323 PL-18192 PL-18321 PL-18322 PL-18262 PL-18316 PL-18483 PL-18445 PL-18482 PL-18276 PL-18458 PL-18427 PL-18389 PL-18372 PL-18347 PL-18319 PL-18332 PL-18403 PL-18396 PL-18359 PL-18375 PL-18379 PL-18302 PL-18307 PL-18295 PL-18255 PL-17490 PL-17886 PL-18134 PL-17904 PL-16949 PL-16946 PL-17729 PL-17590 PL-16965 PL-17223 PL-15798 PL-17545 PL-17068 PL-17474 PL-17453 PL-17131 PL-17451 PL-17442 PL-17399 PL-16918 PL-17328 PL-17302 PL-16782 PL-17192 PL-17243 PL-17023 PL-16948 PL-17101 PL-17087 PL-17091 PL-11284 PL-16885 PL-17030 PL-17029 PL-16969 PL-17013 PL-6658 PL-16541 PL-16356 PL-16702 PL-3437 PL-16530