File: version_5.10.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 (33 lines) | stat: -rw-r--r-- 1,135 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
.. _version_5.10:

Version 5.10 updates
********************


Version 5.10.0
==============

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


REST API
--------

- **New feature**: a new HTTP server provides access to a running ecFlow server via a REST API. This is still experimental and subject to change, but if you'd like to have a look, the documentation is :ref:`here <rest_api>`.

ecFlowUI
--------

- **Improvement**: a repeat date list is now shown as numbers instead of strings in the suite info panel


General
-------

- **New feature**: added an option `as_bytes` to the Python API call :py:meth:`ecflow.Client.get_file` to return non-ASCII output

- **Improvement**: added a timestamp to the warning generated when the server fails to write its log file

- **Fix**: fixed issue where the server stats showed the wrong number of suites and did not display anything for the request frequency. Available via the client :ref:`stats<stats_cli>` command or the 'Info' tab in ecFlowUI.

- **Fix**: fixed issue where `--password` was not used by the command-line interface even if supplied