Release 1.34.11: URL log redaction, image cache, connection tests - #114
Merged
Merged
Conversation
Broker userinfo and signed query tokens were written into ordinary info and error lines. Strip them before logging; curl and mqtt.js still get the raw URL. Co-authored-by: Doug Rathbone <dougrathbone@users.noreply.github.com>
Five-arch CI and release builds reconstructed every layer from scratch. Scope the GHA cache per architecture so QEMU jobs can reuse npm and apk layers across runs. Co-authored-by: Doug Rathbone <dougrathbone@users.noreply.github.com>
sendWithBackpressure only had the happy drain path, and the adaptive interval never asserted writableConnections below the healthy pool size. Co-authored-by: Doug Rathbone <dougrathbone@users.noreply.github.com>
Co-authored-by: Doug Rathbone <dougrathbone@users.noreply.github.com>
dougrathbone
marked this pull request as ready for review
September 12, 2026 13:40
actionlint runs shellcheck over composite run blocks, and the new platform resolution step tripped SC2129 with four separate appends to GITHUB_OUTPUT. Co-authored-by: Doug Rathbone <dougrathbone@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Items 5-7 from the post-1.34.10 shortlist: stop logging MQTT and C-Gate download secrets, reuse BuildKit cache on the five-arch image jobs, and cover drain-timeout plus a backpressured command queue.
Changes
Test plan
npm testpasses locally with no failuresChecklist
package.jsonandhomeassistant-addon/config.yaml(if releasing)CHANGELOG.mdupdated (if releasing)