Small bug fixes and improvements (no breaking changes from previous version):
- bugfix: inline OPA was being rehydrated on shutdown after responding by itself to keyboard interrupts
- Bump fastapi from 0.62.0 to 0.65.2 - addresses fastapi security issue - https://github.com/tiangolo/fastapi/releases/tag/0.65.2 (it's important to note that OPAL does not use cookies for authentication - therefore this security issue is not applicable for previous OPAL versions - however it is good requirements hygiene to upgrade none the less).
- include rpc and pub/sub logs by default - a bit more noisy but easier to detect connection issues - fixes #82.
- added mention of logging configuration and troubleshooting section to containers doc - fixes #83.
- fix requirements inconsistencies with idna and starlette.