RequestBatcher v0.0.1
RequestBatcher 0.0.1 is the first public release.
Highlights:
- Transparent batching for individual requests and existing request groups.
- Bounded handler concurrency with configurable Wait/Fail backpressure.
- Optional numeric or string partition routing with partition-local ordering.
- Per-request completion, caller cancellation, handler error propagation, and graceful shutdown.
- Application-owned dependency injection and Microsoft.Extensions.Logging integration.
- PostgreSQL Web API sample with batched upserts and deduplicated reads.
See the changelog for details.