From ce5bbad6b417b8d13d67ce7e7c6d4c9180b2eaa1 Mon Sep 17 00:00:00 2001 From: "Jan N. Klug" Date: Sun, 4 Apr 2021 19:29:35 +0200 Subject: [PATCH] add compatibility matrix Signed-off-by: Jan N. Klug --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 30d7ca2116..4747e4f239 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,18 @@ The documentation can be found [here](https://github.com/smarthomej/addons/tree/ The latest version of RepoManager can be downloaded [here](https://download.smarthomej.org/repomanager-latest). +### Compatibility + +Due to a breaking change in openHAB 3.1 (starting with SNAPSHOT #2305), older and newer versions of bundles are no longer compatible. +Please check the table to see which versions of SmartHome/J are compatible with which openHAB version: + +| | openHAB 3.0.x (snapshots, milestones, releases) | openHAB 3.1.0 (snapshots <= #2305, milestones <= M3) | openHAB 3.1.0 (snapshots > #2305, milestones > M3 | +|---|:---:|:---:|:---:| +| SmartHome/J 3.1.x (snapshots, releases) | yes | yes | no | +| SmartHome/J 3.2.0 (snapshots, releases) | no | no | yes | + +We'll continue to support 3.0 compatible addons until further notice. + ## Development SmartHome/J add-ons are [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) `.jar` files.