You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog/2025.9.0.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,13 @@ and advanced setups may require updates.
185
185
-[md5] Optimize MD5::get_hex() to eliminate sprintf dependency [esphome#10710](https://github.com/esphome/esphome/pull/10710) by [@bdraco](https://github.com/bdraco)
186
186
-[wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency [esphome#10715](https://github.com/esphome/esphome/pull/10715) by [@bdraco](https://github.com/bdraco)
187
187
-[esp32_ble] Optimize BLE hex formatting to eliminate sprintf dependency [esphome#10714](https://github.com/esphome/esphome/pull/10714) by [@bdraco](https://github.com/bdraco)
188
+
- Improve coverage for various core modules [esphome#10663](https://github.com/esphome/esphome/pull/10663) by [@bdraco](https://github.com/bdraco)
189
+
- Add additional test coverage ahead of Path conversion [esphome#10700](https://github.com/esphome/esphome/pull/10700) by [@bdraco](https://github.com/bdraco)
190
+
-[select] Use const references to avoid unnecessary vector copies [esphome#10741](https://github.com/esphome/esphome/pull/10741) by [@bdraco](https://github.com/bdraco)
191
+
-[dashboard] Fix archive handler to properly delete build folders using correct path [esphome#10724](https://github.com/esphome/esphome/pull/10724) by [@bdraco](https://github.com/bdraco)
192
+
-[ethernet] Conditionally compile PHY-specific code to reduce flash usage [esphome#10747](https://github.com/esphome/esphome/pull/10747) by [@bdraco](https://github.com/bdraco)
193
+
-[mqtt] fix publish payload length when payload contains null characters [esphome#10744](https://github.com/esphome/esphome/pull/10744) by [@jokujossai](https://github.com/jokujossai)
194
+
-[ade7880] fix channel a voltage registry [esphome#10750](https://github.com/esphome/esphome/pull/10750) by [@jokujossai](https://github.com/jokujossai)
0 commit comments