From 6e5b4194c35d99cf3ac7fce13337ca24edf525d5 Mon Sep 17 00:00:00 2001 From: Mark Herwege Date: Tue, 30 Apr 2024 20:38:10 +0200 Subject: [PATCH 1/2] persistence actions breaking change Signed-off-by: Mark Herwege --- distributions/openhab/src/main/resources/bin/update.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 0276461e6..0b6807cab 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -136,6 +136,7 @@ ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. ALERT;Jython Scripting: Default python lib path changed from "/automation/lib/python" to "/automation/jython/lib" and default python script path changed from "automation/jsr223" to "automation/jython". Just move your python scripts and libraries to new locations. The path "automation/jsr223" is still working, because it is used as a deprecated path for all automation add-ons. ALERT;OpenWeatherMap Binding: One Call API version 2.5 is to be shut down in June 2024. Read the binding's documentation for the migration process. +ALERT;Persistence Actions: historicState and evolutionRate have been deprecated and replaced by persistedState and evolutionRateSince. They may get removed in a future version. Return values of actions may now be QuantityType. [[PRE]] [2.2.0] From 46575ac319b68fa2d500aeecb94f65d56af0e038 Mon Sep 17 00:00:00 2001 From: Mark Herwege Date: Thu, 2 May 2024 08:26:23 +0200 Subject: [PATCH 2/2] review adjustment Signed-off-by: Mark Herwege --- distributions/openhab/src/main/resources/bin/update.lst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 0b6807cab..64b2f5190 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -136,8 +136,7 @@ ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. ALERT;Jython Scripting: Default python lib path changed from "/automation/lib/python" to "/automation/jython/lib" and default python script path changed from "automation/jsr223" to "automation/jython". Just move your python scripts and libraries to new locations. The path "automation/jsr223" is still working, because it is used as a deprecated path for all automation add-ons. ALERT;OpenWeatherMap Binding: One Call API version 2.5 is to be shut down in June 2024. Read the binding's documentation for the migration process. -ALERT;Persistence Actions: historicState and evolutionRate have been deprecated and replaced by persistedState and evolutionRateSince. They may get removed in a future version. Return values of actions may now be QuantityType. - +ALERT;Persistence Extensions: "historicState" and evolutionRate" have been deprecated and replaced by "persistedState" and "evolutionRateSince". They will be removed in a future version. Methods may now return QuantityType instead of DecimalType. See documentation for details. [[PRE]] [2.2.0] DEFAULT;$OPENHAB_USERDATA/etc/org.ops4j.pax.logging.cfg