Releases: openhab/openhab-jruby
Releases · openhab/openhab-jruby
v5.14.0
Features
- Add more helper methods to access linked channels by @ccutrer in #215
- testing: add helper to initialize missing thing types by @ccutrer in #218
Bug Fixes
- testing: load storage based type providers by @ccutrer in #216
- ignore damaged bundle in rspec by @ccutrer in #217
- spec: "autoupdate" channels from mock thing handler by @ccutrer in #219
- Make sitemap label a kwarg by @jimtng in #220
- spec: change how mock timers hook in by @ccutrer in #221
Full Changelog: v5.13.0...v5.14.0
v5.13.0
v5.12.1
v5.12.0
v5.11.0
v5.10.0
v5.9.0
v5.8.0
v5.8.0 (2023-10-07)
Features
- Add Thing#provider #167 (ccutrer)
- Support removing custom semantic tags #162 (jimtng)
- Support expire configuration options in Item Builder #158 (jimtng)
- Allow updating things/items/sitemaps by recreating them #157 (jimtng)
- Allow symbolic channel name in ItemBuilder #156 (jimtng)
- Add UI script's uid to logger prefix #152 (jimtng)
Bug Fixes
- Metadata::Hash#provider shouldn't raise an exception #161
- Fix latitude/longitude/altitude getters on Location objects #174 (uqs)
- Semantics.add should raise an error if parent is invalid #168 (jimtng)
- Verify item builder's
dimension
#165 (jimtng) - Fix a non-array passed to item's
groups
argument inside group block #164 (jimtng) - Fix entity lookup inside item builder's item block #163 (jimtng)