Release 2.3.9.174 Available
Changes from 2.3.9.166
Platform Changes
- Tweaked network and cloud reconnect logic.
- Added optional gzip compression to mobile app interface to process larger data requests.
- Added an option to disable UI access by subnet in addition to individual IPs. Below is the full list of endpoints:
- /hub/advanced/limitAccess?subnets=192.168.4.252/29,192.168.4.4/29 - (use comma separated list of CIDR subnets to set value and limit access)
- /hub/advanced/limitAccess?subnets=none - (empty value restores access)
- /hub/advanced/limitAccess?addresses=1.2.3.4,1.2.3.5 - (use comma separated list of IPs to set value and limit access)
- /hub/advanced/limitAccess?addresses=none - (empty value restores access)
- /hub/advanced/getLimitedAccessAddresses - (reads current list)
Bug Fixes
- Fixed a Hubitat dashboard bug preventing drag/drop on tile sliders. Tile drag is no longer initiated when trying to use slider.
- Replaced built-in SSL certificate with one expiring in 2034.
- Fixed MissingMethodException in z-wave notification handling.
- Fixed "GroovyRuntimeException: Cannot read write-only property: level" error.
- Fixed text overflow on Easy dashboard clock and calendar tiles.
- Fixed Visual Rule Builder scheduling issue when conditions are present.