- Allow omission of password in config file for passwordless influxdb user
- Bump LibreHardwareMonitor to latest
- Better support for Ryzen 5000
- More accurate Ryzen 3000 CCD Temperatures
- Add Processor Cache to SMBios
- Fix possible exception when waking from standby
- Added support for NCT6687D
- Fix network exception when disabling IPv4
- Update internal client dependencies (prometheus and postgres) to latest major versions.
Fix Graphite Connection Write Contention
If polling for sensors + writing to graphite takes longer than the
configured interval, then it is possible for two threads to be writing
data to the same graphite connection. This will cause corrupted data to
be sent to graphite. This has been fixed.