Download Latest Version mercure-legacy_Linux_i386.tar.gz (6.3 MB)
Email in envelope

Get an email when there's a new version of Mercure

Home / v0.23.2
Name Modified Size InfoDownloads / Week
Parent folder
mercure-0.23.2.tgz 2026-04-22 13.7 kB
checksums.txt.sig 2026-04-22 566 Bytes
checksums.txt 2026-04-22 3.7 kB
mercure_0.23.2_linux_386.rpm 2026-04-22 32.1 MB
mercure_0.23.2_linux_armv6.rpm 2026-04-22 31.2 MB
mercure_0.23.2_linux_arm64.rpm 2026-04-22 30.7 MB
mercure_0.23.2_linux_armv5.rpm 2026-04-22 31.2 MB
mercure_0.23.2_linux_arm64.deb 2026-04-22 30.7 MB
mercure_0.23.2_linux_armv7.rpm 2026-04-22 31.2 MB
mercure_0.23.2_linux_armv7.deb 2026-04-22 31.3 MB
mercure_0.23.2_linux_amd64.deb 2026-04-22 33.3 MB
mercure_0.23.2_linux_amd64.rpm 2026-04-22 33.2 MB
mercure_0.23.2_linux_386.deb 2026-04-22 32.1 MB
mercure_0.23.2_linux_armv5.deb 2026-04-22 31.3 MB
mercure_0.23.2_linux_armv6.deb 2026-04-22 31.3 MB
mercure_0.23.2_linux_386.apk 2026-04-22 32.8 MB
mercure_0.23.2_linux_amd64.apk 2026-04-22 34.0 MB
mercure_0.23.2_linux_arm64.apk 2026-04-22 31.4 MB
mercure_0.23.2_linux_armv5.apk 2026-04-22 31.9 MB
mercure_0.23.2_linux_armv6.apk 2026-04-22 31.9 MB
mercure-legacy_Windows_arm64.zip 2026-04-22 5.9 MB
mercure-legacy_Windows_i386.zip 2026-04-22 6.4 MB
mercure-legacy_Windows_x86_64.zip 2026-04-22 6.6 MB
mercure_0.23.2_linux_armv7.apk 2026-04-22 31.9 MB
mercure-legacy_Darwin_arm64.tar.gz 2026-04-22 6.1 MB
mercure-legacy_Darwin_x86_64.tar.gz 2026-04-22 6.6 MB
mercure-legacy_Linux_arm64.tar.gz 2026-04-22 5.8 MB
mercure_Windows_x86_64.zip 2026-04-22 33.5 MB
mercure-legacy_Linux_x86_64.tar.gz 2026-04-22 6.5 MB
mercure-legacy_Linux_armv6.tar.gz 2026-04-22 6.1 MB
mercure-legacy_Linux_i386.tar.gz 2026-04-22 6.2 MB
mercure_Linux_armv5.tar.gz 2026-04-22 31.3 MB
mercure_Windows_i386.zip 2026-04-22 32.6 MB
mercure_Darwin_arm64.tar.gz 2026-04-22 33.0 MB
mercure_Linux_i386.tar.gz 2026-04-22 32.1 MB
mercure_Linux_arm64.tar.gz 2026-04-22 30.8 MB
mercure_Windows_arm64.zip 2026-04-22 30.8 MB
mercure_Darwin_x86_64.tar.gz 2026-04-22 34.8 MB
mercure_Linux_armv6.tar.gz 2026-04-22 31.3 MB
mercure_Linux_armv7.tar.gz 2026-04-22 31.3 MB
mercure_Linux_x86_64.tar.gz 2026-04-22 33.3 MB
README.md 2026-04-22 2.3 kB
v0.23.2 source code.tar.gz 2026-04-22 1.4 MB
v0.23.2 source code.zip 2026-04-22 1.4 MB
Totals: 44 Items   987.4 MB 1

This patch release makes rolling updates non-disruptive for production Mercure deployments: SSE subscribers now drain naturally on hub shutdown, the bundled Helm chart ships SSE-friendly rolling-update defaults out of the box, and a subtle BoltDB race that could leak post-subscribe events into the Last-Event-ID header is fixed.

🐛 Bug Fixes

  • Shutdown: Drain SSE subscribers naturally on hub shutdown — the subscriber loop no longer reacts to the hub's context cancellation, so rolling replicas, graceful reloads, or SIGTERMs no longer close all active SSE connections at once. Existing connections keep running until the client disconnects or the per-connection write_timeout fires, letting k8s terminationGracePeriodSeconds bound the drain instead of producing a synchronized reconnect storm by @dunglas in #1212
  • Helm: Ship SSE-friendly rolling-update defaults on the Deployment — maxSurge=1 / maxUnavailable=0 (one pod at a time, no capacity drop), minReadySeconds=30 (quiet window for new pods to warm up), and terminationGracePeriodSeconds=660 (aligned with the default write_timeout plus margin, so [#1212]'s graceful drain has time to complete before SIGKILL) by @dunglas in #1213
  • BoltDB: Stop leaking post-subscribe events into the Last-Event-ID response header — dispatchHistory now checks pastSeqBound before updating the response ID, and the bound uses a strict > comparison so empty-bucket subscribes no longer treat every subsequent write as history. Also fixes the flaky TestUnknownLastEventIDEmptyHistory on main by @dunglas in #1215

These rolling-update improvements are also available to Mercure Cloud and Mercure Enterprise customers out of the box — with scale-tested Redis, Kafka, Pulsar, and Postgres transports, a managed SLA, and priority support. Contact contact@mercure.rocks for the managed cloud offering, on-premise licenses, custom development, consulting, and training.

Full Changelog: v0.23.1...v0.23.2

Source: README.md, updated 2026-04-22