- Add support for Glances containers (Thanks @pszypowicz)
- Fix tests with pytest-httpx 0.32.0 (Thanks @mweinelt)
- Add/improve support for Glances v4 container & network format and improve v4 unit tests (Thanks @wittypluck)
- Add support for Glances v4 network sensors (Thanks @wittypluck)
- Fix network RX and TX for Home Assistant (bytes/s) (Thanks @wittypluck)
- Reformat GPU data for Home Assistant and add unit test (Thanks @wittypluck)
- Add diskio sensors for Home Assistant (in bytes/second) (Thanks @wittypluck)
- Support for Python 3.12, pytest > 8
- Add guard for glances v2 (Thanks @engrbm87)
- Add missing type hints (Thanks @engrbm87)
- Deprecate support for API v2 (Thanks @engrbm87)
- Fix type hint for get_ha_sensor_data (Thanks @engrbm87)
- Add percpu data (Thanks @engrbm87)
- Update containers data key (Thanks @engrbm87)
- Add GPU sensors (Thanks @neuralyze)
- Update dependencies
- Add network information to Home Assistant data (Thanks @freeDom-)
- Add uptime information to Home Assistant data (Thanks @freeDom-)
- Update dependencies
- Safe access container dict when memory or cpu is not exposed (Thanks @freeDom-)
- Raise error for any not OK response code (Thanks @engrbm87)
- Update dependencies
- Add pre-definied output for Home Assistant (Thanks @engrbm87)
- Extend typing support
- Use latest httpx release (CVE-2021-41945)
- Handle TimeoutException (Thanks @b0z02003)
- Allow using a custom external httpx client (Thanks @GuyKh)
- Support later pytest-httpx releases
- Remove version constraint of httpx
- Add exception for invalid credentials (Thanks @engrbm87)
- Migrate to pyproject style
- Mgrate to httpx
- Support for HTTP Basic authentication
- Initial release