Skip to content

Commit 9ca31a7

Browse files
committed
changelog & deps updates for v0.29.0
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
1 parent 9bf250a commit 9ca31a7

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

documentation/api/change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ API change log
66
.. 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.
77

88

9-
v3.0-28 | 2025-10-XX
9+
v3.0-28 | 2025-10-14
1010
""""""""""""""""""""
1111
- Moved documentation to OpenAPI standard (incl. smaller improvements), each instance now provides a Swagger UI.
1212

documentation/changelog.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ FlexMeasures Changelog
44
**********************
55

66

7-
v0.29.0 | October XX, 2025
7+
v0.29.0 | October 14, 2025
88
============================
99

10+
.. note:: Read more on these features on `the FlexMeasures blog <https://flexmeasures.io/v029-flex-model-swaggerui/>`_.
11+
12+
.. warning:: Upgrading to this version requires running ``flexmeasures db upgrade`` (you can create a backup first with ``flexmeasures db-ops dump``).
13+
This upgrade may take a few minutes, depending on how much time series data you have in your database (the data will be reindexed).
1014

1115
New features
1216
-------------
13-
* New CLI command for scheduling, with full flex-context and flex-model support as well as the option to set your scheduler class [see `PR #1713 <https://github.com/FlexMeasures/flexmeasures/pull/1713>`_]
1417
* Added a UI editor (form modal) to edit an asset's flex-model [see `PR #1429 <https://github.com/FlexMeasures/flexmeasures/pull/1429>`_ and `PR #1565 <https://github.com/FlexMeasures/flexmeasures/pull/1565>`_]
18+
* New CLI command for scheduling, with full flex-context and flex-model support as well as the option to set your scheduler class [see `PR #1713 <https://github.com/FlexMeasures/flexmeasures/pull/1713>`_]
1519
* Full coverage of flex-context fields in the UI editor [see `PR #1689 <https://www.github.com/FlexMeasures/flexmeasures/pull/1689>`_]
1620
* Touch up the KPI cards [see `PR #1731 <https://www.github.com/FlexMeasures/flexmeasures/pull/1731>`_]
1721
* Touch up asset context page [see `PR #1732 <https://www.github.com/FlexMeasures/flexmeasures/pull/1732>`_]

documentation/cli/change_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FlexMeasures CLI Changelog
55
**********************
66

7-
since v0.29.0 | October XX, 2024
7+
since v0.29.0 | October 14, 2024
88
=================================
99
* Include finished and canceled jobs in the overview printed by the CLI command ``flexmeasures jobs show-queues``.
1010
* The ``flexmeasures delete unchanged-beliefs`` CLI command now supports limiting the action to a given period.

requirements/3.10/app.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ flask-migrate==4.1.0
116116
flask-principal==0.4.0
117117
# via flask-security-too
118118
flask-security-too[fsqla,mfa]==5.6.2
119-
# via
120-
# -r requirements/app.in
121-
# flask-security-too
119+
# via -r requirements/app.in
122120
flask-sqlalchemy==3.1.1
123121
# via
124122
# -r requirements/app.in

0 commit comments

Comments
 (0)