Skip to content

ChangeLog

The current DataFlux Func version is 7.x. Previous versions have been archived and are only available for download, with no further updates or support provided.

7.4.2 (2026-01-17)

  • Optimized UI interface
  • Minor code adjustments

7.4.1 (2026-01-16)

  • Fixed known bugs
  • Minor code adjustments

7.4.0 (2026-01-14)

  • Added IP address filtering function in system settings
  • Added "Disable IP Address Filtering" command in admin tools
  • Added built-in variable _DFF_FUNC_CALL_KWARGS
  • Added reporting failure records for self-monitoring data
  • Added function configurations custom / custom_json / custom_yaml
  • Enabled toggling code analysis on/off in the debug page
  • Refactored time series data and self-monitoring data stored in Redis
  • Optimized time acquisition processing (automatic calibration based on Redis)
  • Direct configuration of CORS and custom HTTP response headers supported in system settings
  • Added timeout for self-monitoring data reporting
  • Adjusted data structure (extraConfigJSON.integrationConfig -> extraConfigJSON.autoRun)
  • Fixed known bugs
  • Optimized UI interface
  • Minor code adjustments

7.3.6 (2025-10-24)

  • Fixed known bugs

7.3.5 (2025-10-22)

  • Minor code adjustments

7.3.4 (2025-10-22)

  • Fixed known bugs
  • Minor code adjustments

7.3.3 (2025-10-15)

  • Updated third-party packages

7.3.2 (2025-10-15)

  • Fixed known bugs

7.3.1 (2025-10-15)

  • Adjusted download/installation scripts

7.3.0 (2025-10-14)

  • Bundled Redis upgraded to 6.2.20
  • Support for specifying system configuration via config file (using SYSTEM_SETTING_ prefix)
  • Added DFF.API_AUTH support
  • Added function parameter hint support
  • Optimized WebSocket debugger
  • Fixed known bugs
  • Minor code adjustments

7.2.11 (2025-09-16)

  • element-ui library moved into client/src for maintenance
  • Updated lodash version in the element-ui library
  • Minor code adjustments

7.2.10 (2025-09-12)

  • Fixed known bugs

7.2.9 (2025-09-12)

  • Fixed known bugs

7.2.8 (2025-09-12)

  • Added output limit for memory analysis reports
  • Added DFF.FUNC_SYNC(...) for synchronous function calls
  • Fixed known bugs
  • Optimized UI interface
  • Minor code adjustments

7.2.7 (2025-09-09)

  • Added ARM version SQL Server support
  • Third-party package object-checker made built-in
  • Added default value for config item WEB_FIXED_RESPONSE_HEADERS_MAP
  • Reduced number of Tags reported in self-monitoring data
  • Added system DB and system cache DB query details to self-monitoring data
  • Added Key element count display in function cache management page
  • Added DFF.CACHE.eval() method for executing Redis Lua scripts
  • Environment variable DFF.ENV(...) supports default values
  • Enhanced security
  • Cron expressions support using 7 to represent Sunday
  • Underlying code optimization
  • Fixed known bugs
  • Optimized UI interface
  • Minor code adjustments

7.2.6 (2025-08-15)

  • Fixed known bugs

7.2.5 (2025-08-14)

  • Fixed known bugs

7.2.4 (2025-08-13)

  • Implemented log rotation using scheduled tasks
  • Removed logrotate
  • Adjusted exception handling in user scripts
  • Fixed known bugs
  • Optimized UI interface

7.2.3 (2025-08-11)

  • Automatically added DataFlux Func information to self-monitoring reported data
  • Fixed known bugs

7.2.2 (2025-08-08)

  • Fixed known bugs
  • Minor code adjustments

7.2.1 (2025-08-06)

Deprecated Version

This version has issues. Do not use this version for new installations.

If you have already installed this version and encounter the Unknown column 'outerId' in 'field list' problem, you can try executing the following SQL statement to fix it:

MySQL
1
ALTER TABLE `wat_main_user` ADD COLUMN `outerId` text DEFAULT NULL AFTER `customPrivileges`;
  • Fixed known bugs
  • Minor code adjustments

7.2.0 (2025-08-05)

  • Supported external user login
  • Fixed known bugs
  • Minor code adjustments

7.1.9 (2025-07-30)

  • Fixed known bugs

7.1.8 (2025-07-29)

  • Fixed known bugs
  • Minor code adjustments

7.1.7 (2025-07-28)

  • Adjusted Hostname when deploying in Docker Stack
  • Fixed known bugs

7.1.6 (2025-07-25)

  • Optimized system metrics / self-monitoring module
  • Fixed known bugs

7.1.5 (2025-07-24)

  • Optimized Script Market processing performance
  • Optimized error request page
  • Renamed role sa to admin; Administrators no longer distinguish between sa and admin
  • Fixed known bugs
  • Minor code adjustments

7.1.4 (2025-07-18)

  • Fixed known bugs

7.1.3 (2025-07-16)

  • Fixed known bugs

7.1.2 (2025-07-16)

  • Fixed known bugs

7.1.1 (2025-07-16)

  • Fixed known bugs
  • Minor code adjustments

7.1.0 (2025-07-16)

  • Optimized Script Market implementation
  • Fixed known bugs
  • Minor code adjustments

7.0.2 (2025-07-02)

  • Fixed known bugs

7.0.1 (2025-07-01)

  • Fixed known bugs
  • Minor code adjustments

7.0.0 (2025-07-01)

  • 7.0.0 released