- fix multiprocessing start method setting, imports order
1.8.0
- fix shared memory reference counting
1.7.1
- fix aiohttp integration (monitoring task is not affecting unit tests now) - `Flow.run()` now waiting for all child processes to initialize (all `Handler.on_start()` methods guaranteed to be completed before `run` releases)
1.7.0
- tests migrated from pytest-asyncio to pytest-aiohttp - added integration with aiohttp
1.6.1
- removed redundant files - added `python_requires` parameter in `setup.py` - added `examples` directory - renamed `lib` directory to `aqueduct`
1.6.0
- added StatsDBuffer Protocol - added metrics sending in the `maas` service in `tests/benchmarks/bench_service` - reduced time interval for queue size metrics collection