Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

v0.2.0

Latest
Compare
Choose a tag to compare
@ejoerns ejoerns released this 20 Feb 22:34
· 1 commit to master since this release
v0.2.0

Changes

  • Fix api_path handling to be compatible with more recent hawkBit versions
    (failed with '500: Server Error' before)
  • Update to aiohttp 3.3.2 to improve timeout handling (by Livio Bieri)
  • Significant speed improvements by reading maximum of available data instead
    of using fixed chunk sizes (by Livio Bieri)
  • Prefer https [download] over http [download-http] (by Livio Bieri)
  • minor cleanups and documentation fixes