Skip to content

Commit 8499305

Browse files
committed
Update changelog for 2025.11.0b5
1 parent 331bf92 commit 8499305

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/changelog/2025.11.0.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Major framework updates bring the latest ESP-IDF 5.5.1 and Arduino 3.3.2 to ESPH
173173
- **ESP-IDF 5.5.1**: Latest features and bug fixes from Espressif
174174
- **Arduino 3.3.2**: Updated Arduino framework with improved stability
175175
- **Memory improvements**: Significant RAM gains (+3.1-3.3MB free RAM)
176-
- **Platform version**: Updated to 55.03.31-1
176+
- **Platform version**: Updated to 55.03.31-2
177177

178178
These updates are automatically applied when using the default framework versions.
179179

@@ -624,6 +624,11 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
624624

625625
### Beta Changes
626626

627+
- [tests] Fix SNTP time ID conflicts in component tests for grouped testing [esphome#11990](https://github.com/esphome/esphome/pull/11990) by [@bdraco](https://github.com/bdraco)
628+
- [text_sensor] Fix infinite loop in substitute filter [esphome#11989](https://github.com/esphome/esphome/pull/11989) by [@swoboda1337](https://github.com/swoboda1337)
629+
- [wifi] Fix positive RSSI values on 8266 [esphome#11994](https://github.com/esphome/esphome/pull/11994) by [@swoboda1337](https://github.com/swoboda1337)
630+
- [web_server_idf] Fix pbuf_free crash by moving shutdown before close [esphome#11995](https://github.com/esphome/esphome/pull/11995) by [@bdraco](https://github.com/bdraco)
631+
- [epaper_spi] Add basic `7.3in-Spectra-E6` model [esphome#12001](https://github.com/esphome/esphome/pull/12001) by [@jesserockz](https://github.com/jesserockz) (new-feature)
627632
- [ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests [esphome#11850](https://github.com/esphome/esphome/pull/11850) by [@bdraco](https://github.com/bdraco)
628633
- [esp32] Update the recommended platform to 55.03.31-2 [esphome#11865](https://github.com/esphome/esphome/pull/11865) by [@swoboda1337](https://github.com/swoboda1337)
629634
- [core] Fix wait_until hanging when used in on_boot automations [esphome#11869](https://github.com/esphome/esphome/pull/11869) by [@bdraco](https://github.com/bdraco)
@@ -662,6 +667,11 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
662667
<details>
663668
<summary></summary>
664669

670+
- [tests] Fix SNTP time ID conflicts in component tests for grouped testing [esphome#11990](https://github.com/esphome/esphome/pull/11990) by [@bdraco](https://github.com/bdraco)
671+
- [text_sensor] Fix infinite loop in substitute filter [esphome#11989](https://github.com/esphome/esphome/pull/11989) by [@swoboda1337](https://github.com/swoboda1337)
672+
- [wifi] Fix positive RSSI values on 8266 [esphome#11994](https://github.com/esphome/esphome/pull/11994) by [@swoboda1337](https://github.com/swoboda1337)
673+
- [web_server_idf] Fix pbuf_free crash by moving shutdown before close [esphome#11995](https://github.com/esphome/esphome/pull/11995) by [@bdraco](https://github.com/bdraco)
674+
- [epaper_spi] Add basic `7.3in-Spectra-E6` model [esphome#12001](https://github.com/esphome/esphome/pull/12001) by [@jesserockz](https://github.com/jesserockz) (new-feature)
665675
- [ci] Reduce component test group size to prevent runner disk exhaustion [esphome#11121](https://github.com/esphome/esphome/pull/11121) by [@bdraco](https://github.com/bdraco)
666676
- [ci] Reduce component test group size to 10 to prevent runner disk exhaustion [esphome#11122](https://github.com/esphome/esphome/pull/11122) by [@bdraco](https://github.com/bdraco)
667677
- [esp32] Accept more framework URL schemes as sources [esphome#11125](https://github.com/esphome/esphome/pull/11125) by [@j9brown](https://github.com/j9brown) (new-feature)

0 commit comments

Comments
 (0)