Change Log
The current version of DataFlux Func is 6.x. All previous versions have been archived and are only available for download, with no further updates or support provided.
- View DataFlux Func 6.x change log
- View DataFlux Func 5.x change log
- View DataFlux Func 3.x change log
- View DataFlux Func 2.x change log
- View DataFlux Func 1.x change log
- Download old versions
For the version correspondence between "Standalone Deployment DataFlux Func" and "Guance附属 Func", please refer to:
5.1.6 (2024-08-30)
- When installing scripts from the script market, automatically escape double quotes in parameter values (
"
->\"
) - When reporting self-monitoring data of DataFlux Func to Guance, add pagination protection to prevent oversized single-line logs
- When DataKit / DataWay report line protocol data, additional
X-DFF-
series headers are added for Debugging purposes - When DataKit / DataWay execute POST requests, gzip compression is supported for request bodies (default compression when over 20 KB)
- Optimize code, fix known BUGs
5.1.7 (2024-10-12)
- Add new batch call interface
POST /api/v1/func-many
- Optimize code, fix known BUGs
- Adjust default
min_gzip_bytes
parameter for DataKit / DataWay Helper
5.1.6 (2024-08-30)
- When installing scripts from the script market, automatically escape double quotes in parameter values (
"
->\"
) - When reporting line protocol data, add extra HTTP headers as markers, such as
X-Line-Protocol-Category
,X-Line-Protocol-Measurements
, etc. - Add pagination length protection for log reporting to prevent overly long single-line logs
- Add gzip support for DataKit / DataWay Helper
- Optimize code, fix known BUGs
5.1.5 (2024-08-30)
- Optimize
DFF.REDIRECT
handling of URLs - Add method
DFF.GUANCE_DATA.incr_field(...)
5.1.4 (2024-08-20)
- Add restriction that system settings / DataFlux Func ID must start with
DFF
- Adjust some connection parameters in the MySQL module
5.1.3 (2024-07-24)
- Support
raise Warning()
in scripts, and record aswarning
in Guance logs - Add IP region information to operation records
- Remove recent operation records from Summary
- Optimize recent operation records for integrated login users
- Improve personal settings page display for integrated users
5.1.2 (2024-07-17)
- Optimize data reported to Guance
- Adjust some default configurations
- Optimize UI display
- Fix known BUGs
5.1.1 (2024-07-05)
- Adjust default timeout time for various helpers to 10 seconds
5.1.0 (2024-07-04)
- Upgrade bundled docker in installation package to 24.0.9
- DFF.FUNC supports specifying queue
queue
, timeouttimeout
, expirationexpires
- Add async support for direct function calls
- Optimize relative time display
- Optimize cache processing methods, reduce keys, scan scans
- Adjust default timeout time for DataKit/DataWay
- Increase file management / upload processing timeout to 1 hour
- Add version number to XAuthToken for easier user re-login requirement
- Add user occupation prompt for editor conflicts
- Optimize RedisHelper processing
- Add cleanup for expired scheduled task data
- Use Base64 encoding when saving scripts to avoid firewall misreporting
- Optimize system log page
- Fix block comment/multi-line string parsing errors in the code editor
- Change clear queue method to directly delete Key
- Adjust about / system report
- Split system report and detailed Redis report
- Code adjustments
- Optimize configuration files
- Optimize UI
- Optimize Redis tools
- Fix known issues
5.0.5 (2024-06-12)
- Optimize mysql, redis management tools
5.0.4 (2024-06-12)
- Remove all comments in DDL to solve OceanBase compatibility issues
- Add mysql, redis management tools
- Add DFF.CACHE.type method
- Add DFF.CACHE.sadd / scard / sismember / smembers methods
- Optimize DFF.CACHE.delete method
- Optimize DFF.CACHE.type method
- Reduce the number of keys displayed on the function cache management page
- Remove key prefix classification statistics for built-in monitoring (high resource consumption)
- Optimize storage preview/download functionality for function cache
- Optimize Base64 handling in workers
- Optimize UI
- Fix dynamic CronExpr judgment error issues
5.0.3 (2024-06-05)
- Fix known issues
5.0.2 (2024-06-05)
Support direct calls to business entities in scripts (e.g., DFF.SYNC_API.call
etc.)- Optimize DB processing, prevent duplicate TRUNCATE when clearing database tables
- Automatically position the cursor at the specified location when jumping to the editor
- Optimize Beat scheduling processing, reduce Redis access times
- Add metrics reporting for scheduled tasks and entity counts
- Fix known issues
- Optimize UI, code
5.0.1 (2024-05-30)
- After installing a script from the script market, the default number of task records generated by the "Deployment Plan" feature is set to 100
5.0.0 (2024-05-29)
DataFlux Func 5.0 officially released