Breaking Changes
DaemonRPC
has been renamed toDaemon
for consistency. There are now two daemon classes -Daemon
to connect to the JSON-RPC interface, andDaemonLegacy
to connect to the legacy interface.- Switched from
aiohttp
tohttpx
in order to support digest authentication.
Full Changelog: v1.0.1...v1.1.0