Skip to content

v5.1.23

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:31
v5.1.23
00295c7

Reliability

  • Retry the peer-side payload_blob read on a transient 503 stall during replicated deploy_component (harper#1838 backport). A blob read that stalls under a transient condition (e.g. a replication WebSocket reconnect coinciding with in-flight blob-chunk delivery to a high-latency peer) is now retried within a ~120s budget instead of failing the deploy outright — confirmed against a real 15-node multi-region production cluster, where this was the correct and sufficient fix (not merely a mitigation).
  • Deduplicated deployment timeout coercion (internal cleanup, no behavior change).

Full Changelog: v5.1.22...v5.1.23