Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.07 KB

File metadata and controls

63 lines (41 loc) · 1.07 KB

Changes

0.4.2 - 2023-05-21

  • Safe access container dict when memory or cpu is not exposed (Thanks @freeDom-)

20220828 - 0.4.1

  • Raise error for any not OK response code (Thanks @engrbm87)
  • Update dependencies

20220819 - 0.4.0

  • Add pre-definied output for Home Assistant (Thanks @engrbm87)
  • Extend typing support

20220605 - 0.3.6

  • Use latest httpx release (CVE-2021-41945)

20220503 - 0.3.5

  • Handle TimeoutException (Thanks @b0z02003)

20220116 - 0.3.4

  • Allow using a custom external httpx client (Thanks @GuyKh)

20220104 - 0.3.3

  • Support later pytest-httpx releases

20211123 - 0.3.2

  • Remove version constraint of httpx

20211107 - 0.3.1

  • Add exception for invalid credentials (Thanks @engrbm87)

20211106 - 0.3.0

  • Migrate to pyproject style
  • Mgrate to httpx

20181121 - 0.2.0

  • Support for HTTP Basic authentication

20180814 - 0.1.0

  • Initial release