Skip to content

Commit 3a91cfa

Browse files
authored
Add alert for changed REST response codes in 5.2.0 (#1874)
Signed-off-by: Ravi Nadahar <nadahar@rediffmail.com>
1 parent ae4ed4b commit 3a91cfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • distributions/openhab/src/main/resources/bin

distributions/openhab/src/main/resources/bin/update.lst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ ALERT;Shelly Binding: Thing type shellyplushtg3 was renamed to shellyplusht. Del
198198
ALERT;SMHI Binding: Due to updates to SMHI's API, the channel ids have changed. Measures have been taken to ensure backwards compatibility, but to avoid future issues all items need to be relinked to the new channels.
199199

200200
[5.2.0]
201+
ALERT;CORE: GET /actions/{thingUID} REST API endpoint has changed HTTP status code from 404 to 204 if no entries exist.
202+
ALERT;CORE: GET /channel-types/{channelTypeUID} and GET /thing-types/{thingTypeUID} REST API endpoints have changed HTTP status code from 204 to 404 if no result is found.
201203
ALERT;CORE: Persistence extensions with QuantityType as input now return results in the item unit or logically derived unit instead of the system unit. This may require changes to rules if you relied on the return values to be in the system unit.
202204
ALERT;Main UI: oh-canvas-items now use 100% of the height their bounding box and center vertically in that bounding box. While this fixes incorrect behaviour, it might change the appearance of your oh-canvas-layout pages. In that case, you need to adjust the bounding boxes through their resize handles.
203205
ALERT;Main UI: oh-category-axis startOnSunday parameter has been removed. For chartType = week, the chart will either start on Sunday or on Monday depending on your locale. For chartType = isoWeek, the chart will always start on Monday.

0 commit comments

Comments
 (0)