You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/api/change_log.rst
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,12 @@ API change log
5
5
6
6
.. note:: The FlexMeasures API follows its own versioning scheme. This is also reflected in the URL (e.g. `/api/v3_0`), allowing developers to upgrade at their own pace.
7
7
8
-
v3.0-26 | 2025-09-02
9
-
""""""""""""""""""""
10
-
- Added endpoints `GET /sensors/<id>/data` and `POST /sensors/<id>/data`.
11
-
- Moved endpoints `GET /sensors/data` and `POST /sensors/data` into deprecation. Their URL does not align with the style of other endpoints, and they rely on entity addresses instead of IDs, which has been confusing users (a concept we are fading out).
12
-
13
-
14
8
v3.0-26 | 2025-09-10
15
9
""""""""""""""""""""
16
10
- Added endpoint `POST /users`.
17
11
- Added endpoint `GET /assets/types`.
12
+
- Added endpoints `GET /sensors/<id>/data` and `POST /sensors/<id>/data`.
13
+
- Moved endpoints `GET /sensors/data` and `POST /sensors/data` into deprecation. Their URL does not align with the style of other endpoints, and they rely on entity addresses instead of IDs, which has been confusing users (a concept we are fading out).
Copy file name to clipboardExpand all lines: documentation/cli/change_log.rst
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@
4
4
FlexMeasures CLI Changelog
5
5
**********************
6
6
7
-
since v0.27.0 | September XX, 2025
7
+
since v0.28.0 | September 10, 2025
8
8
=================================
9
9
* Removed command ``flexmeasures db-ops save`` and ``flexmeasures db-ops load`` for folder&file - base backup management.
10
10
11
-
12
11
since v0.27.0 | July 20, 2025
13
12
=================================
14
13
* Add ``flexmeasures show assets`` CLI command for listing public assets and option ``--account <account-id>`` to list assets owned by a specific account.
@@ -26,35 +25,29 @@ since v0.25.0 | April 01, 2025
26
25
27
26
since v0.24.0 | January 6, 2025
28
27
=================================
29
-
30
28
* ``flexmeasures show beliefs`` shows datetime values on x-axis labels.
31
29
* ``flexmeasures add sensor`` no longer requires the ``capacity_in_mw`` attribute to be set for power sensors.
32
30
33
31
since v0.22.0 | June 29, 2024
34
32
=================================
35
-
36
33
* Add ``--resolution`` option to ``flexmeasures show chart`` to produce charts in different time resolutions.
37
34
38
35
since v0.21.0 | April 16, 2024
39
36
=================================
40
-
41
37
* Include started, deferred and scheduled jobs in the overview printed by the CLI command ``flexmeasures jobs show-queues``.
42
38
43
39
since v.0.20.0 | March 26, 2024
44
40
=================================
45
-
46
41
* Add command ``flexmeasures edit transfer-ownership`` to transfer the ownership of an asset and its children.
47
42
* Add ``--offspring`` option to ``flexmeasures delete beliefs`` command, allowing to delete beliefs of children, as well.
48
43
* Add support for providing a sensor definition to the ``--site-power-capacity``, ``--site-consumption-capacity`` and ``--site-production-capacity`` options of the ``flexmeasures add schedule for-storage`` command.
49
44
50
45
since v0.19.1 | February 26, 2024
51
46
=======================================
52
-
53
47
* Fix support for providing a sensor definition to the ``--storage-power-capacity`` option of the ``flexmeasures add schedule for-storage`` command.
54
48
55
49
since v0.19.0 | February 18, 2024
56
50
=======================================
57
-
58
51
* Enable the use of QuantityOrSensor fields for the ``flexmeasures add schedule for-storage`` CLI command:
59
52
60
53
* ``charging-efficiency``
@@ -73,21 +66,18 @@ since v0.19.0 | February 18, 2024
73
66
* ``--asset-type-id`` -> ``--asset-type``
74
67
* ``--sensor-id`` -> ``--sensor``
75
68
* ``--source-id`` -> ``--source``
76
-
* ``--user-id`` -> ``--user`
69
+
* ``--user-id`` -> ``--user``
77
70
78
71
since v0.18.1 | January 15, 2024
79
72
=======================================
80
-
81
73
* Fix the validation of the option ``--parent-asset`` of command ``flexmeasures add asset``.
82
74
83
75
since v0.17.0 | November 8, 2023
84
76
=======================================
85
-
86
77
* Add ``--consultancy`` option to ``flexmeasures add account`` to create a consultancy relationship with another account.
87
78
88
79
since v0.16.0 | September 29, 2023
89
80
=======================================
90
-
91
81
* Add command ``flexmeasures add sources`` to add the base `DataSources` for the `DataGenerators`.
92
82
* Add command ``flexmeasures show chart`` to export sensor and asset charts in PNG or SVG formats.
93
83
* Add ``--kind reporter`` option to ``flexmeasures add toy-account`` to create the asset and sensors for the reporter tutorial.
@@ -103,13 +93,11 @@ since v0.15.0 | August 9, 2023
103
93
104
94
since v0.14.1 | June 20, 2023
105
95
=================================
106
-
107
96
* Avoid saving any :abbr:`NaN(not a number)` values to the database, when calling ``flexmeasures add report``.
108
97
* Fix defaults for the ``--start-offset`` and ``--end-offset` options to ``flexmeasures add report``, which weren't being interpreted in the local timezone of the reporting sensor.
109
98
110
99
since v0.14.0 | June 15, 2023
111
100
=================================
112
-
113
101
* Allow setting a storage efficiency using the new ``--storage-efficiency`` option to the ``flexmeasures add schedule for-storage`` CLI command.
114
102
* Add CLI command ``flexmeasures add report`` to calculate a custom report from sensor data and save the results to the database, with the option to export them to a CSV or Excel file.
115
103
* Add CLI command ``flexmeasures show reporters`` to list available reporters, including any defined in registered plugins.
@@ -118,13 +106,11 @@ since v0.14.0 | June 15, 2023
118
106
119
107
since v0.13.0 | May 1, 2023
120
108
=================================
121
-
122
109
* Add ``flexmeasures add source`` CLI command for adding a new data source.
123
110
* Add ``--inflexible-device-sensor`` option to ``flexmeasures add schedule``.
124
111
125
112
since v0.12.0 | January 04, 2023
126
113
=================================
127
-
128
114
* Add ``--resolution``, ``--timezone`` and ``--to-file`` options to ``flexmeasures show beliefs``, to show beliefs data in a custom resolution and/or timezone, and also to save shown beliefs data to a CSV file.
129
115
* Add options to ``flexmeasures add beliefs`` to 1) read CSV data with timezone naive datetimes (use ``--timezone`` to localize the data), 2) read CSV data with datetime/timedelta units (use ``--unit datetime`` or ``--unit timedelta``, 3) remove rows with NaN values, and 4) add filter to read-in data by matching values in specific columns (use ``--filter-column`` and ``--filter-value`` together).
130
116
* Fix ``flexmeasures db-ops dump`` and ``flexmeasures db-ops restore`` incorrectly reporting a success when `pg_dump` and `pg_restore` are not installed.
@@ -135,7 +121,6 @@ since v0.12.0 | January 04, 2023
135
121
136
122
since v0.11.0 | August 28, 2022
137
123
==============================
138
-
139
124
* Add ``flexmeasures jobs show-queues`` to show contents of computation job queues.
140
125
* ``--name`` parameter in ``flexmeasures jobs run-worker`` is now optional.
141
126
* Add ``--custom-message`` param to ``flexmeasures monitor tasks``.
0 commit comments