- using module-based logger instead of uvicorn logger
0.7.2
- refactoring: Github Actions introduced into build pipeline
0.6.2
- fix: correct shutdown signal handling in case of an endpoint which only yields sporadic messages
0.6.1
- updated example with proper error handling
0.6.0
- In case [uvicorn](https://www.uvicorn.org/) is used: monkeypatch uvicorn signal-handler, in order to gracefully shutdown long-running handlers/generators.