v3.3.0

supercorp-ai/supergatewayv3.3.0Jun 30, 2025by Nedomas

AI Summary

Feature release introducing stdio concurrency support with configurable min/max concurrency parameters for stdio to SSE gateway.

Key Highlights

  • Support stdio concurrency in stdio to SSE
  • Introduces --minConcurrency flag
  • Introduces --maxConcurrency flag
  • Add more concurrency tests

New Features

  • stdio concurrency support in stdio to SSE gateway
  • --minConcurrency parameter to control minimum spawned processes
  • --maxConcurrency parameter to control maximum spawned processes
  • Defaults to 1 to maintain current behavior

Full Release Notes

## What's Changed

Updates:
- Support stdio concurrency in stdio to SSE by @rsonghuster in https://github.com/supercorp-ai/supergateway/pull/52
- Introduces `--minConcurrency` and `--maxConcurrency` to control how many processes are spawned for stdio to SSE gateway. Keeps current behaviour by defaulting to 1
- Add more concurrency tests

Thanks to:
- [@rsonghuster](https://github.com/rsonghuster)
- [@zxypro1](https://github.com/zxypro1)
- [@nicojahn](https://github.com/nicojahn)

**Full Changelog**: https://github.com/supercorp-ai/supergateway/compare/v3.2.0...v3.3.0