Version 5.14 updates
Version 5.14.1
Released on 2025-07-15
General
New Feature add Docker environment to support HTTP-based deployment of ecFlow ECFLOW-2032
Fix correct the handling of incorrect Aviso authentication credentials file ECFLOW-2027
Python
Improvement reduce the footpring of Boost.python in the Python API (internal refactoring) ECFLOW-1922
REST
Fix correct memory allocation issues when calling endpoint
.../v1/suites/{path}/definitionECFLOW-2022
Version 5.14.0
Released on 2025-05-06
General
New Feature enable support for HTTP communication between ecFlow components ECFLOW-1957
Improvement enable Alter command to add Events and Meters ECFLOW-1915
Improvement add log entries to register changes to Variables/Triggers/Completed ECFLOW-2019
Improvement add log entries to register Repeat value per iteration ECFLOW-2018
Improvement enable support for recent CMake versions (no longer using FindBoost module) ECFLOW-1972
Improvements multiple fixes to source code to allow building with latest GNU/Clang compilers and dependencies
Improvements multiple grammatical errors corrected in error messages
ecFlowUI
Improvement enable beginning a suspended suite ECFLOW-2018
Improvement enable option Force -> Queued in Node context menu for operators ECFLOW-2015
Improvement reorder Node context menu to minimize potential errors ECFLOW-1990
Fix correct the rendering of Repeat continuation markers (
...) ECFLOW-1905
Python
Fix correct SSL handling in Python API ECFLOW-2013
Improvement remove Python2 support ECFLOW-1974
Documentation
Improvement provide description of Trigger functions
cal::date_to_julian/cal::julian_to_dateECFLOW-2020Improvement provide instructions to avoid “Too many open files” errors ECFLOW-2006
Improvement clarify the use of ECF_CHECK_CMD (now declared deprecated) ECFLOW-2005
Improvements multiple clarifications and corrections to the documentation