Skip to content

Commit

Permalink
changelog updates for v0.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Mar 26, 2024
1 parent 6244575 commit d3e5f9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions ci/update-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://flexmeasures.io/020-faster-data-reads/>`__.

.. 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
-------------
Expand Down
5 changes: 3 additions & 2 deletions documentation/cli/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======================================
Expand Down

0 comments on commit d3e5f9a

Please sign in to comment.