Răsfoiți Sursa

Start writing 0.4.0 changelog

Nick Babcock 6 ani în urmă
părinte
comite
d7cce2adc8
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      CHANGELOG.md

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## 0.4.0 - TBD
+
+* Update LibreHardwareMonitor to [4652be0](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/tree/4652be058cb263b945bbea3e67dd6c4732f96f06)
+  * Support for Ryzen 2000 series processors
+* As long as OhmGraphite can send to a given graphite endpoint, keep a persistent tcp connection alive. Previous behavior would open a connection every `interval` seconds. This technique should work for 99% of use cases, but when there are a limited number of ports open on the client load one can receive the error "Only one usage of each socket address (protocol/network address/port) is normally permitted". The new behavior will keep the same connection open until there is a failure, which will then trigger a reconnect.
+
 ## 0.3.0 - 2018-05-14
 
 * Update LibreHardwareMonitor to [3460ec](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/tree/3460ec7fb27a4c9ac1aec6512364340c4bd38004)