-
KX-Bridge 0.9.30-nightly12 Nightly Pre-Release
released this
2026-08-05 07:37:43 +00:00 | 1 commits to nightly since this releaseKX-Bridge 0.9.30-nightly12 — Nightly Build
[experimental] Untested features, for testers only.
Changes in this build
- Fix: a range of smaller robustness issues found in an internal code review — a single malformed MQTT message from the printer could get permanently stuck at the front of the receive buffer and force a reconnect on every subsequent poll; concurrent requests of the same type could occasionally have their responses mixed up; the camera stream could leak an orphaned ffmpeg process after a printer reboot rotated its stream URL while a new stream was already starting;
/api/settingsand/api/update/applyreturned an unhandled server error instead of a clean "invalid request" for a malformed request body; a typo'd numeric value inconfig.ini(e.g. a stray character in the port number) could prevent the bridge from starting at all instead of falling back to the default; and a rare filament-profile-name collision during import is now logged instead of silently resolved. None of these were reported as user-facing bugs — added as defense-in-depth after a targeted review, with new tests covering each case.
Update Docker image
docker compose pull && docker compose up -dImage tag:
gitea.it-drui.de/viewit/kx-bridge:nightlyDownloads
- Fix: a range of smaller robustness issues found in an internal code review — a single malformed MQTT message from the printer could get permanently stuck at the front of the receive buffer and force a reconnect on every subsequent poll; concurrent requests of the same type could occasionally have their responses mixed up; the camera stream could leak an orphaned ffmpeg process after a printer reboot rotated its stream URL while a new stream was already starting;