Skip to content

shairport-sync 5.0#267569

Merged
BrewTestBot merged 2 commits intomainfrom
bump-shairport-sync-5.0
Feb 14, 2026
Merged

shairport-sync 5.0#267569
BrewTestBot merged 2 commits intomainfrom
bump-shairport-sync-5.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
Shairport Sync Version 5 is a major release and represents a significant advancement in Shairport Sync's capabilities, introducing multi-channel audio support, high-resolution playback, automatic transcoding and comprehensive performance improvements.

Important Breaking Changes Notice: Version 5.0 includes many breaking changes from previous versions of Shairport Sync. Please review the documentation carefully before upgrading. A useful guide to Version 5 Configuration File Changes in Version 5 is available here.

New Features

  • Multi-Channel and High-Resolution Audio Support

    • 48,000 frames per second ("48k") operation.
    • 48k lossless stereo support.
    • 5.1 and 7.1 surround sound support.
    • Multi-channel and multi-rate operation on ALSA, PipeWire, PulseAudio, FreeBSD, stdout and Unix pipe output backends.
  • Automatic Audio Format Selection

    • Flexible and controllable output format selection.
    • Automatic rate, sample format, and channel count selection.
  • Full FFmpeg Integration

    • Support for transcoding.
    • Advanced resampling capabilities.
    • New audio format support.
  • Enhanced Resampling

    • New vernier resampling and interpolation method optimized for low-power CPUs.
    • Better performance on resource-constrained devices.
  • Convolution and Loudness Enhancements

    • Convolution system is now multithreaded and works on stereo and multichannel audio at 48k and 44.1k.
    • Multiple impulse response (IR) files can now be provided via convolution_ir_files setting.
    • New convolution_thread_pool_size setting for multithreaded processing (defaults to 1).
    • Loudness processing now works with stereo and multichannel audio at 48k and 44.1k.
    • Updated to the most recent HiFi-LoFi FFT convolver.
  • MQTT Enhancements

    • Added new publish_retain boolean option. When enabled, published MQTT messages have the retain flag set, so the MQTT broker stores the last message per topic and new subscribers receive the most recent value immediately. Thanks to lululombard for PR #2142.
  • D-Bus Enhancements

    • Added new dbus_default_message_bus command-line argument (can be system or session) to set the default message bus for both D-Bus native service and MPRIS service.

Performance Improvements

  • Improved compatibility with AirPlay 2 AutoMix and smart playlists.
  • Better operation on low-power devices down to Raspberry Pi B.
  • Improved efficiency on embedded systems.
  • Enhanced timestamp handling for better synchronization.
  • Improved sync error calculation.
  • Rebuilt buffered audio processor for cleaner handling of immediate and deferred flush requests.

Docker Enhancements

  • Reduced Docker image sizes with slimmed-down FFmpeg library.
  • Removed dhclient from Docker images for smaller footprint.

Bug Fixes

  • Fixed MQTT warning on service startup: Could not establish a mqtt connection. The startup script now correctly states that the mosquitto service is required. Thanks to Hugo Villeneuve for PR #2137.
  • Fixed compatibility with mbedtls library version 3.4+ (present on recent Linux versions). Thanks to Christian Beier for finding and fixing the bug.
  • Fixed PulseAudio backend so that PA_ERR_NODATA returns "No latency data yet". Thanks to Vladimir Shakov for the report and fix.
  • Ensured old flush requests are deleted when a new play session starts. Thanks to saujanyashah for the report.
  • Fixed format warnings on 64-bit and 32-bit systems
  • Removed compilation warnings on 32-bit builds
  • Improved argument checking for debug(), inform(), warn() and die() functions
  • Fixed "daemon" typos throughout codebase. Thanks to Chris Boot for PR #1981.
  • Added warning if a convolution impulse response file cannot be read due to bad path or permissions

Build System Improvements

  • Unified service file with variable substitution for Avahi support, making it easier to add future service dependencies. Thanks to Hugo Villeneuve.
  • Network interface selection now only considers interfaces that are up, running and not loopback interfaces. Thanks to Carl Johnson for the suggestion.

Configuration File Changes and Deprecations

  • New settings: convolution_ir_files (replaces convolution_ir_file), convolution_enabled (replaces convolution), convolution_max_length_in_seconds (replaces convolution_max_length), loudness_enabled (replaces loudness).
  • New convolution_thread_pool_size setting (defaults to 1).
  • Deprecated settings: convolution_ir_file, convolution, convolution_max_length, loudness.
  • Corresponding D-Bus methods and properties have been updated.

Deprecation Notice

  • The Jack Audio and soundio backends are deprecated and will be removed in a future release. Consider using the updated PipeWire backend instead.

Documentation Updates

  • Updated BUILD.md with latest build instructions.
  • Updated AIRPLAY2.md with feature information.
  • Enhanced convolution and loudness documentation.

Maintenance

  • Fixed FFmpeg deprecation warnings.
  • Bumped actions/checkout from 6.0.1 to 6.0.2.
  • Bumped docker/login-action from 3.6.0 to 3.7.0.
  • Bumped docker/build-push-action from 6.13.0 to 6.15.0.
  • Bumped docker/setup-qemu-action from 3.4.0 to 3.6.0.
  • Bumped docker/setup-buildx-action from 3.9.0 to 3.10.0.

View the full release notes at https://github.com/mikebrady/shairport-sync/releases/tag/5.0.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Feb 14, 2026
@chenrui333
Copy link
Member

  ==> /home/linuxbrew/.linuxbrew/Cellar/shairport-sync/5.0/bin/shairport-sync -V
  Error: shairport-sync: failed
  An exception occurred within a child process:
    Minitest::Assertion: Expected /OpenSSL\-ao\-pa\-stdout\-pipe\-soxr\-metadata\-sysconfdir/ to match "5.0rc0-libdaemon-OpenSSL-ao-stdout-pipe-soxr-metadata-sysconfdir:/home/linuxbrew/.linuxbrew/etc/shairport-sync\n".

@chenrui333 chenrui333 added the test failure CI fails while running the test-do block label Feb 14, 2026
shairport-sync: update build and add version patch

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 force-pushed the bump-shairport-sync-5.0 branch from ef14647 to 00cd385 Compare February 14, 2026 15:38
@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green and removed test failure CI fails while running the test-do block labels Feb 14, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 14, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit c011015 Feb 14, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-shairport-sync-5.0 branch February 14, 2026 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ready to merge PR can be merged once CI is green

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants