- Rewrite `streamer` and `async_streamer` to avoid queues in simple "pass-through" ops, such as `drop_if`, `log_exceptions`. - Minor improvements to `http_server`. - Possible bug fix related to `total_timeout`. - Added new module `background_task`.
0.9.0
- Bug fix. - `mpservice.mpserver.Servlet.__call__` is renamed to `call`.
0.8.9
- Add `mpservice.mpserver.EnsembleServer` to implement ensembles; rename `Server` to `SequentialServer`. - Add `mpservice.mpserver.SimpleServer`. - Revise `cpu` specification in `mpserver`.
0.8.8
- `mpservice.mpserver.Server` gets a sync API, in addition to the existing async API. - `mpservice.mpserver.Server` gets sync and async stream methods.