Skip to content

v0.1.0-alpha.7

Compare
Choose a tag to compare
@devraj devraj released this 05 Mar 22:46
· 59 commits to master since this release
774e7dc

📢 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