v0.1.0-alpha.7
📢 Preamble
Fast-forwarded release for getting the TLS authentication feature out in the open with documentation for use by a production project #66.
✨ New
- TLS support for authentication against command centre #66, adds tests to use temporary files which loads certificates form environment variables (because we store these in Github secrets for the actions).
- Adds custom
User-Agent
header string #63
💅 Improvements
- Updates dependencies for the project
- Documentation to reflect TLS feature #66
🛠️ Fixes
- Update various
asyncio
settings - Infinite loop for
items
tests, limits this 10 pages for testing purposes