Pascal Vizeli
|
57634b612a
|
[http_request] Fix infinite loop when server doesn't send Content-Length header (#12480)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-15 18:09:42 -05:00 |
|
Jonathan Swoboda
|
8dff7ee746
|
[esp32] Support all IDF component version operators in shorthand syntax (#12499)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-15 18:09:42 -05:00 |
|
Jonathan Swoboda
|
803bb742c9
|
[remote_base] Fix crash when ABBWelcome action has no data field (#12493)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-15 18:09:42 -05:00 |
|
David Woodhouse
|
839139df36
|
Add FNV-1a hash functions (#12502)
|
2025-12-15 20:23:54 +00:00 |
|
dependabot[bot]
|
24d7e9dd23
|
Bump tornado from 6.5.3 to 6.5.4 (#12508)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-15 20:08:16 +00:00 |
|
dependabot[bot]
|
1214bb6bad
|
Bump aioesphomeapi from 43.2.1 to 43.3.0 (#12507)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-15 20:07:20 +00:00 |
|
Pascal Vizeli
|
260ffba2a5
|
[http_request] Fix infinite loop when server doesn't send Content-Length header (#12480)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-15 12:54:12 -05:00 |
|
Jonathan Swoboda
|
2e899dd010
|
[esp32] Support all IDF component version operators in shorthand syntax (#12499)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-15 12:07:02 -05:00 |
|
David Woodhouse
|
61cbd07e1d
|
Add hmac-sha256 support (#12437)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-12-15 10:55:03 -06:00 |
|
Jonathan Swoboda
|
450962850a
|
[remote_base] Fix crash when ABBWelcome action has no data field (#12493)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-15 09:29:51 -05:00 |
|
Jonathan Swoboda
|
6b088caf5d
|
Merge branch 'beta' into dev
|
2025-12-14 19:18:10 -05:00 |
|
Jonathan Swoboda
|
3e6a65e7dc
|
Merge pull request #12488 from esphome/bump-2025.12.0b3
2025.12.0b3
2025.12.0b3
|
2025-12-14 19:17:58 -05:00 |
|
Jonathan Swoboda
|
3a101d8886
|
Bump version to 2025.12.0b3
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
fa0f07bfe9
|
[wifi] Fix WiFi recovery after failed connection attempts (#12483)
|
2025-12-14 18:17:00 -05:00 |
|
mbohdal
|
fffa16e4d8
|
[ethernet] fix used pins validation in configuration of RMII pins (#12486)
|
2025-12-14 18:17:00 -05:00 |
|
guillempages
|
734710d22a
|
[core] Use Arduino string macros only on ESP8266 (#12471)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
3a1be6822e
|
[ota] Match client timeout to device timeout to prevent premature failures (#12484)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
c85b1b8609
|
[web_server_idf] Always enable LRU purge to prevent socket exhaustion (#12481)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
2e9ddd967c
|
[wifi_signal] Skip publishing disconnected RSSI value (#12482)
|
2025-12-14 18:17:00 -05:00 |
|
J. Nick Koston
|
078afe9656
|
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket (#12479)
|
2025-12-14 18:17:00 -05:00 |
|
Jonathan Swoboda
|
46574fcbec
|
[cc1101] Add packet mode support (#12474)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 18:17:00 -05:00 |
|
Jonathan Swoboda
|
359f45400f
|
[core] Fix polling_component_schema and type consistency (#12478)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 18:16:59 -05:00 |
|
Clyde Stubbs
|
4da95ccd7e
|
[packet_transport] Ensure retransmission at update intervals (#12472)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-14 18:16:59 -05:00 |
|
J. Nick Koston
|
c69d58273a
|
[core] Fix CORE.raw_config not updated after package merge (#12456)
|
2025-12-14 18:16:59 -05:00 |
|
J. Nick Koston
|
ffce80f96c
|
[wifi] Fix WiFi recovery after failed connection attempts (#12483)
|
2025-12-14 16:26:34 -06:00 |
|
mbohdal
|
fa5b14fad4
|
[ethernet] fix used pins validation in configuration of RMII pins (#12486)
|
2025-12-14 16:40:08 -05:00 |
|
guillempages
|
cee532a1e3
|
[core] Use Arduino string macros only on ESP8266 (#12471)
|
2025-12-15 07:15:19 +11:00 |
|
J. Nick Koston
|
8524b894d6
|
[ota] Match client timeout to device timeout to prevent premature failures (#12484)
|
2025-12-14 13:47:11 -06:00 |
|
J. Nick Koston
|
3a5e708c13
|
[web_server_idf] Always enable LRU purge to prevent socket exhaustion (#12481)
|
2025-12-14 13:31:19 -06:00 |
|
J. Nick Koston
|
96e418a8ca
|
[wifi_signal] Skip publishing disconnected RSSI value (#12482)
|
2025-12-14 13:31:07 -06:00 |
|
J. Nick Koston
|
780a407b10
|
[dashboard] Add ESPHOME_TRUSTED_DOMAINS support to events WebSocket (#12479)
|
2025-12-14 13:30:55 -06:00 |
|
Jonathan Swoboda
|
cfc0d8bdfc
|
[cc1101] Add packet mode support (#12474)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 13:22:55 -05:00 |
|
Jonathan Swoboda
|
786d7266f5
|
[core] Fix polling_component_schema and type consistency (#12478)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-14 12:47:52 -05:00 |
|
Clyde Stubbs
|
ede64a9f47
|
[packet_transport] Ensure retransmission at update intervals (#12472)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-14 12:47:15 -05:00 |
|
J. Nick Koston
|
e0ce66e011
|
[core] Fix CORE.raw_config not updated after package merge (#12456)
|
2025-12-13 07:38:31 -06:00 |
|
David Woodhouse
|
6fce0a6104
|
Add host platform support to MD5 component (#12458)
|
2025-12-13 02:50:34 +00:00 |
|
David Woodhouse
|
ff7651875e
|
Add HMAC-MD5 component tests (#12459)
|
2025-12-12 19:19:31 -06:00 |
|
David Woodhouse
|
1a43a06dd4
|
Add USE_SHA256 define to sha256 component to enable tests (#12457)
|
2025-12-12 19:15:50 -06:00 |
|
dependabot[bot]
|
51b187954a
|
Bump ruff from 0.14.8 to 0.14.9 (#12448)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-12-12 19:20:06 +00:00 |
|
dependabot[bot]
|
9126b32c35
|
Bump actions/cache from 4.3.0 to 5.0.1 in /.github/actions/restore-python (#12453)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-12 13:17:08 -06:00 |
|
dependabot[bot]
|
4993bb2f49
|
Bump github/codeql-action from 4.31.7 to 4.31.8 (#12451)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-12 13:16:41 -06:00 |
|
dependabot[bot]
|
2b40af3459
|
Bump actions/cache from 4.3.0 to 5.0.1 (#12450)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-12 13:16:29 -06:00 |
|
dependabot[bot]
|
b3e967a233
|
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#12449)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-12 13:15:41 -06:00 |
|
dependabot[bot]
|
26a08e3ae3
|
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#12452)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-12 13:15:28 -06:00 |
|
Jonathan Swoboda
|
64d650c65c
|
Merge branch 'beta' into dev
|
2025-12-12 12:15:52 -05:00 |
|
Jonathan Swoboda
|
375e53105f
|
Merge pull request #12444 from esphome/bump-2025.12.0b2
2025.12.0b2
2025.12.0b2
|
2025-12-12 12:15:41 -05:00 |
|
Jonathan Swoboda
|
c9506b056d
|
Bump version to 2025.12.0b2
|
2025-12-12 11:12:58 -05:00 |
|
Jonathan Swoboda
|
2c77668a05
|
[http_request] Skip update check when network not connected (#12418)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-12 11:12:58 -05:00 |
|
J. Nick Koston
|
5567d96dd9
|
[esp8266] Eliminate up to 16ms socket latency (#12397)
|
2025-12-12 11:12:58 -05:00 |
|
J. Nick Koston
|
78b76045ce
|
[api] Fix potential buffer overflow in noise PSK base64 decode (#12395)
|
2025-12-12 11:12:58 -05:00 |
|