]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update release notes for version 5.0-dev-168
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 9 Feb 2026 09:35:40 +0000 (09:35 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 09:35:40 +0000 (09:35 +0000)
Added a new `publish_retain` option for MQTT configuration and updated release notes with Dependabot updates and bug fixes.

RELEASENOTES-DEVELOPMENT.md

index 45c18e98ac06e3b64e930d148676abc983fa4c31..f38041eeb8aa95438a20affd55307fa445b85e65 100644 (file)
@@ -1,3 +1,15 @@
+Version 5.0-dev-168-g846e0e3d
+==
+**MQTT Enhancement**
+* Add a new `publish_retain` boolean option to the MQTT section of the configuration file (normally `/etc/shairport-sync.conf`).
+
+  When enabled, published MQTT messages will have the `retain` flag set, so that the MQTT broker stores the last message per topic and new subscribers receive the most recent value immediately.
+
+  Thanks to [lululombard](https://github.com/lululombard) for the [PR](https://github.com/mikebrady/shairport-sync/pull/2142).
+
+**Dependabot Update**
+* A Dependabot update to some image building tools was added.
+
 Version 5.0-dev-161-g5b3659c2
 ==
 **Bug Fix**