Breaking Changes
- `DaemonRPC` has been renamed to `Daemon` for consistency. There are now two daemon classes - `Daemon` to connect to the JSON-RPC interface, and `DaemonLegacy` to connect to the legacy interface.
- Switched from `aiohttp` to `httpx` in order to support digest authentication.
---
**Full Changelog**: https://github.com/Sn1F3rt/nerva-py/compare/v1.0.1...v1.1.0