v3.3.0

GordyD/3reev3.3.0Jun 30, 2025by Nedomas

AI Summary

This release introduces support for stdio concurrency in stdio to SSE, allowing for multiple processes to be spawned. It adds command-line flags to control this concurrency and includes additional tests.

Key Highlights

  • Support for stdio concurrency in stdio to SSE.
  • New CLI flags: --minConcurrency and --maxConcurrency.
  • Default behavior remains 1, maintaining backward compatibility.
  • Added more concurrency tests.

New Features

  • --minConcurrency and --maxConcurrency CLI flags
  • Concurrency support for stdio to SSE gateway

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