Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add persistence extensions breaking changes alert #1652

Merged
merged 2 commits into from May 2, 2024

Conversation

mherwege
Copy link
Contributor

@mherwege mherwege requested a review from a team as a code owner April 30, 2024 18:40
@@ -135,6 +135,7 @@ ALERT;AndroidTV Binding: The thing configuration of 'port' has been renamed and
ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or updated channels. Existing Items will need to be adjusted.
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;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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adjusted

@holgerfriedrich
Copy link
Member

@mherwege can you please rebase?

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
@mherwege
Copy link
Contributor Author

mherwege commented May 2, 2024

@mherwege can you please rebase

done

@J-N-K J-N-K added the enhancement An enhancement or new feature label May 2, 2024
@J-N-K J-N-K added this to the 4.2 milestone May 2, 2024
@J-N-K J-N-K merged commit 354596c into openhab:main May 2, 2024
3 checks passed
@J-N-K J-N-K changed the title Add persistence actions breaking changes alert Add persistence extensions breaking changes alert May 2, 2024
@mherwege mherwege deleted the persistence_actions branch May 2, 2024 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants