Next and last one for 2.5: Milestone 6 is there with these changes:
openHAB Core:
- update runtime dependencies to sync Jetty and Pax Web versions (#1218) (details / githubweb)
- Fix unexpected behavior while using runblacklist in itests (#1219) (details / githubweb)
- Bump Californium to 2.0.0-RC1 (#1201) (details / githubweb)
- use mock instead of real service implementation (#1221) (details / githubweb)
- Removed access to ‘BundleContext’ from ‘BaseThingHandler’ (#1214) (details / githubweb)
- use correct wildcard for mandatory path parameters (#1224) (details / githubweb)
- [thing] Call
removeItem()
with item name instead ofThingUID
(#1230) (details / githubweb) - [semantics] Norwegian translation (#1228) (details / githubweb)
- Removed duplicate brackets (#1235) (details / githubweb)
- Correcting Issue #1231 (#1240) (details / githubweb)
- Use default SslContextFactory excludes for weak ciphers and protocols (#1241) (details / githubweb)
- Set UNINITIALIZED -> HANDLER_MISSING_ERROR after enabling a Thing and handler is missing (#1243) (details / githubweb)
- Removed dependency on ‘org.apache.commons.collections’ (#1244) (details / githubweb)
- Reduce logging level in FeatureInstaller for uninstalling a binding (#1247) (details / githubweb)
- Fix check which allows QoS 3 (#1248) (details / githubweb)
openHAB 2 Add-ons:
- resolve itests runbundles (#6407) (details / githubweb)
- Added more details and example of configuration for ‘shownotifiation’ channel (#6409) (details / githubweb)
- Remodel discovery services as ‘ThingHandlerService’ (#6396) (details / githubweb)
- [tradfri] Update Californium to 2.0.0-RC1 (#6405) (details / githubweb)
- [mqtt] make rollershutter symmetric (#6244) (details / githubweb)
- [wemo] Add DimmerSwitch support and update README (#6304) (details / githubweb)
- Both Gateway and Thermostat handlers could stay uninitialized. (#6420) (details / githubweb)
- [daikin] Log non-handled commands as debug message #6413 (#6415) (details / githubweb)
- [hueemulation] Fix Amazon Echo device discovery (#6402) (details / githubweb)
- [mqtt] add QoS to channel config (#6246) (details / githubweb)
- upgrade hap to 1.2.0 (#6223) (details / githubweb)
- [systeminfo] Upgrade jna/oshi due to “Failed to read process file” spam on raspberry. (#6422) (details / githubweb)
- Fix build (#6425) (details / githubweb)
- [wemo] Improvements and corrections in README (#6427) (details / githubweb)
- [rotel] Fix handling of freq value (#6424) (details / githubweb)
- Subscribe also to volume changes when external speakers are only attached in addition to the internal ones. (#6411) (details / githubweb)
- Fixes NPE if no profile is returned in response (#6432) (details / githubweb)
- sending pictures via http/https is now possible if the address is only reachable from the local network + support for basic authentication (similar to the old binding) (#6419) (details / githubweb)
- [enturno] Documentation update (#6382) (details / githubweb)
- [kodi] Updated pattern for rating channel (#6437) (details / githubweb)
- [lgwebos] README update for to new new binding version (#6436) (details / githubweb)
- [hydrawise] Hydrawise Binding initial contribution (#5877) (details / githubweb)
- [pixometer] Pixometer Binding initial contribution (#4162) (details / githubweb)
- Refactored Tesla binding to use an account, added support for Model X, 3 and Y, added discovery and unit support (#6342) (details / githubweb)
- [lghombot] LG HomBot Binding initial contribution (#4181) (details / githubweb)
- [enocean] Implement EEP A5-13 for environmental sensors (#5741) (details / githubweb)
- [iaqualink] Checks for “error” status of returned home message (#6449) (details / githubweb)
- [lgwebos] README updated (#6443) (details / githubweb)
- [ambientweather] Minor documentation updates (#6460) (details / githubweb)
- Some small improvements (#6463) (details / githubweb)
- README updates (#6464) (details / githubweb)
- [bigassfan] README updates (#6462) (details / githubweb)
- [innogysmarthome] New version for innogy-API 1.1 (#6389) (details / githubweb)
- Removed dependency on ‘org.apache.commons.collections’ (#6467) (details / githubweb)
- [kodi] Added German translations for ‘shownotification’ channel configuration (#6468) (details / githubweb)
- fixed XML formatting (#6470) (details / githubweb)
- fixes NPE if get method returns null (#6473) (details / githubweb)
- Update README.md (#6474) (details / githubweb)
- [hueemulation] Fix ipv4 or ipv6 only environment (#6403) (details / githubweb)
- Removed dependency on ‘org.apache.commons.collections’ (#6434) (details / githubweb)
- [lutron] Doc update (#6456) (details / githubweb)
Zigbee Binding:
- Improve level converter logging (#520) (details / githubweb)
- Handle gently no supported clusters scenario (#521) (details / githubweb)
- Add Xiaomi Aqara Wired Wall Switch to supported devices (details / githubweb)
- Added converter for Binary Input cluster (#519) (details / githubweb)
- Removed baud configuration on telegesis dongle discovery (#524) (details / githubweb)
Web UIs:
- [habot] avoid feeding null or empty attributes to the trainer (#141) (details / githubweb)
- [basicui] Implement color management for setpoint widgets (#147) (details / githubweb)
- Fixed font size for group value (#149) (details / githubweb)
Next up is 2.5.0.RC1 in a week from now - no further merges than major+critical bug fixes will be done after that date anymore.
Best regards,
Kai