Skip to content

Commit c240e01

Browse files
authored
Merge pull request #5304 from esphome/bump-2025.8.2
2025.8.2
2 parents bdf8489 + 8678bcc commit c240e01

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

content/changelog/2025.8.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,21 @@ or advanced configurations may need updates.
178178

179179
</details>
180180

181+
## Release 2025.8.2 - August 29
182+
183+
<details open>
184+
<summary></summary>
185+
186+
- [wifi] Fix reconnection failures after adapter restart by not clearing netif pointers [esphome#10458](https://github.com/esphome/esphome/pull/10458) by [@bdraco](https://github.com/bdraco)
187+
- [mipi_spi] Fix dimensions [esphome#10443](https://github.com/esphome/esphome/pull/10443) by [@clydebarrow](https://github.com/clydebarrow)
188+
- [i2c] Perform register reads as single transactions [esphome#10389](https://github.com/esphome/esphome/pull/10389) by [@clydebarrow](https://github.com/clydebarrow)
189+
- [wifi] Fix retry with hidden networks. [esphome#10445](https://github.com/esphome/esphome/pull/10445) by [@clydebarrow](https://github.com/clydebarrow)
190+
- Fix AttributeError when uploading OTA to offline OpenThread devices [esphome#10459](https://github.com/esphome/esphome/pull/10459) by [@bdraco](https://github.com/bdraco)
191+
- [rtttl] Fix RTTTL for speakers [esphome#10381](https://github.com/esphome/esphome/pull/10381) by [@fortuna](https://github.com/fortuna)
192+
- [esphome] Fix OTA watchdog resets by validating all magic bytes before blocking [esphome#10401](https://github.com/esphome/esphome/pull/10401) by [@bdraco](https://github.com/bdraco)
193+
194+
</details>
195+
181196
## Full list of changes
182197

183198
### New Features

content/guides/supporters.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
210210
- [batchmanfr (@batchmanfr)](https://github.com/batchmanfr)
211211
- [bazuchan (@bazuchan)](https://github.com/bazuchan)
212212
- [Viktr (@BbIKTOP)](https://github.com/BbIKTOP)
213+
- [Jonathan Rascher (@bcat)](https://github.com/bcat)
213214
- [bdm310 (@bdm310)](https://github.com/bdm310)
214215
- [J. Nick Koston (@bdraco)](https://github.com/bdraco)
215216
- [Maxim Ocheretianko (@bearpawmaxim)](https://github.com/bearpawmaxim)
@@ -569,7 +570,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
569570
- [Dan Maloney (@dpsm64)](https://github.com/dpsm64)
570571
- [dr-oblivium (@dr-oblivium)](https://github.com/dr-oblivium)
571572
- [DrBlokmeister (@DrBlokmeister)](https://github.com/DrBlokmeister)
572-
- [Jean Louis-Guerin (@DrCoolzic)](https://github.com/DrCoolzic)
573+
- [Jean Louis-Guerin (@DrCoolzic)](https://github.com/DrCoolzic)
573574
- [Drew Perttula (@drewp)](https://github.com/drewp)
574575
- [drmodding (@drmodding)](https://github.com/drmodding)
575576
- [drmpf (@drmpf)](https://github.com/drmpf)
@@ -1153,6 +1154,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
11531154
- [Steffen Weinreich (@lairsdragon)](https://github.com/lairsdragon)
11541155
- [Lakshantha Dissanayake (@lakshanthad)](https://github.com/lakshanthad)
11551156
- [Luca Adrian L (@lal12)](https://github.com/lal12)
1157+
- [lamauny (@lamauny)](https://github.com/lamauny)
11561158
- [Landon Rohatensky (@landonr)](https://github.com/landonr)
11571159
- [Fredrik Lindqvist (@Landrash)](https://github.com/Landrash)
11581160
- [lanik (@lanik)](https://github.com/lanik)
@@ -2214,4 +2216,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22142216
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22152217
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22162218

2217-
*This page was last updated August 25, 2025.*
2219+
*This page was last updated August 29, 2025.*

data/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: 2025.8.1
1+
release: 2025.8.2
22
version: '2025.8'

0 commit comments

Comments
 (0)