J. Nick Koston
de1616d0cc
Bump noise-c to 0.1.29 and libsodium to 1.10021.10
...
libsodium 1.10021.10 takes the SHA256 padding block, the SHA256 initial
state and the AEAD zero pad out of DRAM on the ESP8266; noise-c 0.1.29
pins it.
2026-09-10 09:18:49 -05:00
J. Nick Koston
c3da1af20e
Bump noise-c to 0.1.28 and libsodium to 1.10021.9
...
noise-c 0.1.28 turns its size switches off in library.json, so the
three project build flags go; libsodium 1.10021.9 carries the compact
SHA256 transform.
2026-09-10 05:20:15 -05:00
J. Nick Koston
d61e4ca85b
Loop over the size switches and unpin the test fixtures
2026-09-09 19:27:08 -05:00
J. Nick Koston
8151e61bf3
[noise] Bump noise-c to 0.1.27 and leave the name tables out
2026-09-09 18:21:33 -05:00
esphome[bot]
58ca345684
[ci] Refresh integration test durations ( #19049 )
2026-09-09 13:42:09 -04:00
Remco van Essen
fd598057ef
[sendspin] Fix codec enum codegen when codecs is not set ( #19055 )
2026-09-09 08:22:23 -04:00
Jesse Hills
ef7279341f
Merge branch 'beta' into dev
2026-09-09 12:18:55 +12:00
Jesse Hills
69f2a7d556
Merge pull request #19051 from esphome/bump-2026.9.0b3
...
2026.9.0b3
2026.9.0b3
2026-09-09 12:18:36 +12:00
Jesse Hills
008677298a
Bump version to 2026.9.0b3
2026-09-09 09:54:44 +12:00
Kevin Ahrendt and Jesse Hills
d2bc056f0a
[sendspin] Add codec preference list to the media source ( #19047 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-09 09:54:42 +12:00
J. Nick Koston
42fffd16fe
[esphome][core] Give a lost OTA chunk ack time to be retransmitted ( #19041 )
2026-09-09 09:54:42 +12:00
J. Nick Koston
9c16aba6f7
[noise] Bump noise-c to 0.1.26 and libsodium to 1.10021.8 ( #19030 )
2026-09-09 09:54:42 +12:00
Kevin Ahrendt
ac79173f4a
[i2s_audio] Fix spurious driver failure ( #19045 )
2026-09-09 09:54:42 +12:00
Kevin Ahrendt
0a1e2acbcb
[audio][i2s_audio][micro_wake_word][microphone][mixer][resampler][speaker] Replace use_count() checks with lock and null test ( #19046 )
2026-09-09 09:54:42 +12:00
Kevin Ahrendt and Copilot Autofix powered by AI
9b6facb20d
[core] Fix use-after-free when deleting a running StaticTask ( #19048 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-09-09 09:54:42 +12:00
esphome[bot]
f89b9e704c
Bump bundled esphome-device-builder to 1.14.5 ( #19040 )
2026-09-09 09:54:42 +12:00
John and pre-commit-ci-lite[bot]
f8b2e53609
[atm90e32] Verify offset calibration writes ( #18701 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-09-09 09:54:42 +12:00
raykholo
7660dd7fa7
[anova] Re-assert temperature unit on every poll cycle ( #17141 )
2026-09-09 09:54:42 +12:00
c3ce07755f
[rf_bridge] Fix bucket sniffing with Portisch firmware ( #17683 )
...
Co-authored-by: Bryan Li <bryanli@Bryans-MacBook-Pro.local >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-09-09 09:54:42 +12:00
Gytis
f8a4cfa945
[lvgl] Add missing label dependency to qrcode, keyboard and tabview ( #18387 )
2026-09-09 09:54:42 +12:00
J. Nick Koston
866ddb6e57
[core] Skip PlatformIO's private-package authorization probe ( #18823 )
2026-09-09 09:54:42 +12:00
Jonathan Swoboda
ca864c22b4
[tuya] Build without a network component ( #18948 )
2026-09-09 09:54:42 +12:00
Jesse Hills
c9729244af
[udp] Use cv.invalid for relocated packet_transport options ( #19032 )
2026-09-09 09:54:42 +12:00
Davide D M
442e4a1ec2
[debug] Check reboot source pref on ESP_RST_WDT and guard against empty source ( #17537 )
2026-09-09 09:54:41 +12:00
Pieter Viljoen and Jesse Hills
199acdf522
[ble_client] Report Established from nodes that never read services ( #17920 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-09 09:54:41 +12:00
Samuel Sieb and Samuel Sieb
9340863652
[dallas_temp] filter 85 temp from sensor reset ( #17877 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2026-09-09 09:54:41 +12:00
AndreKR
d5cff6e9df
[logger] Fix garbled stack traces ( #17939 )
2026-09-09 09:54:41 +12:00
Ryan Ronnander
e7f45a0d31
[mqtt] Restore brightness flag in light discovery ( #18950 )
2026-09-09 09:54:41 +12:00
mipa87 and Claude
628ebe23ec
[audio] Do not treat MP3_STREAM_INFO_CHANGED as a fatal decoder error ( #19028 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-09-09 09:54:41 +12:00
823d79c948
[i2s_audio] Keep a start request that arrives while the speaker task stops ( #19027 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-09-09 09:54:41 +12:00
Kevin Ahrendt and Jesse Hills
b947094f45
[sendspin] Add codec preference list to the media source ( #19047 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-09 09:31:18 +12:00
J. Nick Koston
6c5ab89d5f
[esphome][core] Give a lost OTA chunk ack time to be retransmitted ( #19041 )
2026-09-09 09:08:16 +12:00
J. Nick Koston
8f511a365a
[noise] Bump noise-c to 0.1.26 and libsodium to 1.10021.8 ( #19030 )
2026-09-09 09:07:06 +12:00
Kevin Ahrendt
006f31af93
[i2s_audio] Fix spurious driver failure ( #19045 )
2026-09-09 09:05:02 +12:00
Kevin Ahrendt
5bb112f407
[audio][i2s_audio][micro_wake_word][microphone][mixer][resampler][speaker] Replace use_count() checks with lock and null test ( #19046 )
2026-09-09 09:04:34 +12:00
dependabot[bot]
4ab9298ab3
Bump esptool from 5.3.1 to 5.4.0 ( #19023 )
2026-09-08 22:11:36 +02:00
Kevin Ahrendt and Copilot Autofix powered by AI
3926612281
[core] Fix use-after-free when deleting a running StaticTask ( #19048 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-09-09 07:46:17 +12:00
J. Nick Koston
1ce0bed3f6
[core] Share compiled binaries across modbus integration tests ( #18945 )
2026-09-08 18:10:45 +02:00
esphome[bot]
f91486305f
Bump bundled esphome-device-builder to 1.14.5 ( #19040 )
2026-09-08 15:21:48 +02:00
John and pre-commit-ci-lite[bot]
f191d5e0c3
[atm90e32] Verify offset calibration writes ( #18701 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-09-08 20:02:49 +12:00
Jesse Hills
227ca90aad
[core] Restore the shared git hooks after post-checkout runs script/setup ( #19036 )
2026-09-08 20:00:08 +12:00
Jesse Hills
1700a40b7c
[core] Restore the shared git hooks after post-checkout runs script/setup ( #19036 )
2026-09-08 19:59:55 +12:00
raykholo
28588310e7
[anova] Re-assert temperature unit on every poll cycle ( #17141 )
2026-09-08 18:57:33 +12:00
10a9baff74
[rf_bridge] Fix bucket sniffing with Portisch firmware ( #17683 )
...
Co-authored-by: Bryan Li <bryanli@Bryans-MacBook-Pro.local >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-09-08 18:36:42 +12:00
Gytis
a23f7bb569
[lvgl] Add missing label dependency to qrcode, keyboard and tabview ( #18387 )
2026-09-08 18:31:30 +12:00
J. Nick Koston
53075e4139
[core] Skip PlatformIO's private-package authorization probe ( #18823 )
2026-09-08 16:42:30 +12:00
Jonathan Swoboda
5722ccba37
[tuya] Build without a network component ( #18948 )
2026-09-08 16:36:04 +12:00
Jesse Hills
94e5c3839d
[udp] Use cv.invalid for relocated packet_transport options ( #19032 )
2026-09-08 16:17:22 +12:00
Davide D M
574762f078
[debug] Check reboot source pref on ESP_RST_WDT and guard against empty source ( #17537 )
2026-09-08 13:59:05 +12:00
Pieter Viljoen and Jesse Hills
d34ffaf392
[ble_client] Report Established from nodes that never read services ( #17920 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-08 01:57:50 +00:00