Skip to content

Change Log

The current DataFlux Func version is 7.x. Previous versions have been archived, are only available for download, and are no longer updated or supported.

7.5.3 (2026-03-27)

  • Fixed an issue where scripts could not be imported using import __script_id within class methods
  • Optimized code boundary page completion hints
  • Optimized the function page
  • Optimized the UI interface
  • Minor code adjustments

7.5.2 (2026-03-25)

  • Added the require_api_auth parameter to @DFF.API(...)
  • Added _DFF_IMAGE_INFO
  • Optimized the UI interface
  • Fixed known bugs

7.5.1 (2026-03-24)

  • Added function page feature
  • Added "About / Interrupted Tasks"
  • Optimized the UI interface
  • Fixed known bugs
  • Minor code adjustments

7.5.0 (2026-03-11)

  • Added Access Token feature
  • Added MCP service support
  • Optimized the UI interface
  • Fixed known bugs
  • Minor code adjustments

7.4.2 (2026-01-17)

  • Optimized the 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 feature in system settings
  • Added "Disable IP Address Filtering" command in administrator tools
  • Added the built-in variable _DFF_FUNC_CALL_KWARGS
  • Added reporting of self-observation data upload failures
  • Added function configurations custom / custom_json / custom_yaml
  • Enabled enabling/disabling code analysis on the debugging page
  • Refactored time series data and self-observation data stored in Redis
  • Optimized time acquisition processing (auto-calibrated based on Redis)
  • System settings now support direct configuration of CORS, custom HTTP response headers
  • Added timeout for self-observation data upload
  • Adjusted data structure (extraConfigJSON.integrationConfig -> extraConfigJSON.autoRun)
  • Fixed known bugs
  • Optimized the 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 configuration 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 within 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 the 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
  • Configuration item WEB_FIXED_RESPONSE_HEADERS_MAP added default value
  • Reduced number of tags reported in self-observation data
  • Added system DB, system cache DB query details to self-observation data
  • Added element count display for Key in function cache management page
  • Added DFF.CACHE.eval() method for executing Redis Lua scripts
  • Environment variable DFF.ENV(...) now supports default values
  • Enhanced security
  • Cron expressions now support using 7 to represent Sunday
  • Underlying code optimization
  • Fixed known bugs
  • Optimized the 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 the UI interface

7.2.3 (2025-08-11)

  • Automatically added DataFlux Func information to self-observation upload data
  • Fixed known bugs

7.2.2 (2025-08-08)

  • Fixed known bugs
  • Minor code adjustments

7.2.1 (2025-08-06)

Obsolete Version

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

If you have already installed this version and encounter the Unknown column 'outerId' in 'field list' issue, 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)

  • Support for 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 during Docker Stack deployment
  • Fixed known bugs

7.1.6 (2025-07-25)

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

7.1.5 (2025-07-24)

  • Optimized script marketplace processing performance
  • Optimized error request page
  • Role sa renamed 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 marketplace 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