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.12.0.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,6 +592,17 @@ For detailed migration guides and API documentation, see the [ESPHome Developers
592
592
- [api] Fix potential buffer overflow in noise PSK base64 decode [esphome#12395](https://github.com/esphome/esphome/pull/12395) by [@bdraco](https://github.com/bdraco)
593
593
- [esp8266] Eliminate up to 16ms socket latency [esphome#12397](https://github.com/esphome/esphome/pull/12397) by [@bdraco](https://github.com/bdraco)
594
594
- [http_request] Skip update check when network not connected [esphome#12418](https://github.com/esphome/esphome/pull/12418) by [@swoboda1337](https://github.com/swoboda1337)
595
+
- [core] Fix CORE.raw_config not updated after package merge [esphome#12456](https://github.com/esphome/esphome/pull/12456) by [@bdraco](https://github.com/bdraco)
596
+
- [packet_transport] Ensure retransmission at update intervals [esphome#12472](https://github.com/esphome/esphome/pull/12472) by [@clydebarrow](https://github.com/clydebarrow)
597
+
- [core] Fix polling_component_schema and type consistency [esphome#12478](https://github.com/esphome/esphome/pull/12478) by [@swoboda1337](https://github.com/swoboda1337)
598
+
- [cc1101] Add packet mode support [esphome#12474](https://github.com/esphome/esphome/pull/12474) by [@swoboda1337](https://github.com/swoboda1337) (new-feature)
599
+
- [dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket [esphome#12479](https://github.com/esphome/esphome/pull/12479) by [@bdraco](https://github.com/bdraco)
600
+
- [wifi_signal] Skip publishing disconnected RSSI value [esphome#12482](https://github.com/esphome/esphome/pull/12482) by [@bdraco](https://github.com/bdraco)
601
+
- [web_server_idf] Always enable LRU purge to prevent socket exhaustion [esphome#12481](https://github.com/esphome/esphome/pull/12481) by [@bdraco](https://github.com/bdraco)
602
+
- [ota] Match client timeout to device timeout to prevent premature failures [esphome#12484](https://github.com/esphome/esphome/pull/12484) by [@bdraco](https://github.com/bdraco)
603
+
- Fix progmem.h includes for host [esphome#12471](https://github.com/esphome/esphome/pull/12471) by [@guillempages](https://github.com/guillempages)
604
+
- [ethernet] fix used pins validation in configuration of RMII pins [esphome#12486](https://github.com/esphome/esphome/pull/12486) by [@mbohdal](https://github.com/mbohdal)
605
+
- [wifi] Fix WiFi recovery after failed connection attempts [esphome#12483](https://github.com/esphome/esphome/pull/12483) by [@bdraco](https://github.com/bdraco)
0 commit comments