From d3e5f9a86c4173dd26f1ad4073fca526e4de9e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Tue, 26 Mar 2024 17:45:45 +0100 Subject: [PATCH] changelog updates for v0.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Höning --- ci/update-packages.sh | 1 + documentation/changelog.rst | 6 ++++-- documentation/cli/change_log.rst | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ci/update-packages.sh b/ci/update-packages.sh index 28a68c8f6..9ee226d40 100755 --- a/ci/update-packages.sh +++ b/ci/update-packages.sh @@ -52,6 +52,7 @@ cd $TEMP_DIR for PYTHON_VERSION in "${PYTHON_VERSIONS[@]}" do + echo "Working on dependencies for Python $PYTHON_VERSION ..." # Check if container exists and remove it docker container inspect flexmeasures-update-packages-$PYTHON_VERSION > /dev/null 2>&1 && docker rm --force flexmeasures-update-packages-$PYTHON_VERSION # Build the docker image diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 3e43b6b3d..6eb5f9975 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -4,10 +4,12 @@ FlexMeasures Changelog ********************** -v0.20.0 | April XX, 2024 +v0.20.0 | March 26, 2024 ============================ -.. warning:: From this version on, the config setting `FLEXMEASURES_FORCE_HTTPS` decides whether to enforce HTTPS on requests - and it defaults to `False`. Previously, this was governed by `Flask_ENV` or `FLEXMEASURES_ENV` being set to something else than "documentation" or "development". This new way is more clear, but you might be in need of using this setting before upgrading. +.. note:: Read more on these features on `the FlexMeasures blog `__. + + .. warning:: From this version on, the config setting `FLEXMEASURES_FORCE_HTTPS` decides whether to enforce HTTPS on requests - and it defaults to `False`. Previously, this was governed by `Flask_ENV` or `FLEXMEASURES_ENV` being set to something else than "documentation" or "development". This new way is more clear, but you might be in need of using this setting before upgrading. New features ------------- diff --git a/documentation/cli/change_log.rst b/documentation/cli/change_log.rst index 1043c9325..5df7ce3c0 100644 --- a/documentation/cli/change_log.rst +++ b/documentation/cli/change_log.rst @@ -4,11 +4,12 @@ FlexMeasures CLI Changelog ********************** -since v.0.20.0 | March XX, 2024 +since v.0.20.0 | March 26, 2024 ================================= * Add command ``flexmeasures edit transfer-ownership`` to transfer the ownership of an asset and its children. -- 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. +* Add ``--offspring`` option to ``flexmeasures delete beliefs`` command, allowing to delete beliefs of children, as well. +* 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. since v0.19.1 | February 26, 2024 =======================================