File: version_5.15.rst

package info (click to toggle)
ecflow 5.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,868 kB
  • sloc: cpp: 269,341; python: 22,756; sh: 3,609; perl: 770; xml: 333; f90: 204; ansic: 141; makefile: 70
file content (69 lines) | stat: -rw-r--r-- 2,091 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.. _version_5.15:

Version 5.15 updates
********************

.. role:: jiraissue
   :class: hidden

Version 5.15.2
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2025-12-17

Server
------

- **Bug Fix** correct use of whitelist for authorisation purposes :jiraissue:`ECFLOW-2055`

Version 5.15.1
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2025-10-20

Server
------

- **Bug Fix** correct handling of :code:`state_change` in checkpoint file :jiraissue:`ECFLOW-2042`
- **Improvement** allow use of :code:`ecflow_start.sh` script when mail command is not available :jiraissue:`ECFLOW-2040`

Version 5.15.0
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2025-09-11

General
-------

- **New Feature** enable *HTTPS* authentication for ecFlow :jiraissue:`ECFLOW-2041`

.. important::

   This feature is still experimental and subject to change.
   To learn how to use this feature see the documentation available :ref:`here <how_to_setup_ecflow_with_https_authentication>`.

- **Improvement** enable connection retry for User Commands based on :code:`ECF_HOSTFILE_POLICY` :jiraissue:`ECFLOW-2034`
- **Improvement** allow including ecFlow variables in Aviso attribute configuration :jiraissue:`ECFLOW-2029`
- **Improvement** consolidate Boost dependencies :jiraissue:`ECFLOW-1922`

  - remove use of :code:`Boost.chrono` and :code:`Boost.timers`
  - reduce scope of :code:`Boost.posix_time` and :code:`Boost.date_time`

- **Fix** correct use of :code:`ECF_HOSTFILE` with option :code:`--host`/:code:`--port` :jiraissue:`ECFLOW-2036`


ecFlowUI
--------

- **Fix** correct progress markers (:code:`...`) display for Repeats :jiraissue:`ECFLOW-2038`
- **Fix** correct display of DateTime values :jiraissue:`ECFLOW-2035`

Python
------

- **Fix** correct Defs indentation when printing using Python :jiraissue:`ECFLOW-2037`

Documentation
-------------

- **Improvement** improve :code:`--alter` documentation regarding updating Repeats :jiraissue:`ECFLOW-2039`