v0.6.0-rc294

probelabs/probev0.6.0-rc294Mar 11, 2026by buger

AI Summary

A bug fix release that changes the concurrency limiter to work per-LLM-call instead of per-session, improving how concurrent requests are handled at the individual call level rather than the session level.

Key Highlights

  • Fixed concurrency limiter to apply per-LLM-call instead of per-session
  • Addresses issue #512 with PR #513

Breaking Changes

  • Behavioral change: concurrency limiting now occurs at the individual LLM call level rather than the session level, which may affect applications relying on the previous per-session behavior

Full Release Notes

## What's Changed
* fix: gate concurrency limiter per-LLM-call instead of per-session (#512) by @buger in https://github.com/probelabs/probe/pull/513


**Full Changelog**: https://github.com/probelabs/probe/compare/v0.6.0-rc293...v0.6.0-rc294