Skip to content

2026.05.19.1

Choose a tag to compare

@github-actions github-actions released this 19 May 18:40
· 498 commits to main since this release
bf7c3a4

Overview

This release includes a reliability fix for the health probe system that prevents concurrency slots from being held longer than necessary.

馃悰 Bug Fixes

  • Probe streaming responses now properly release concurrency slots: Streaming responses from health probes are now cancelled when complete, freeing up concurrency capacity and preventing unnecessary resource contention. (#442) thanks @sirn