- Included additional data about the response and missing key in InvalidMonzoAPIResponseError to improve logging
1.4.1
- Removed artifical bug accidentally included in release
1.3.2
Changes
Bugfixes
- Add missing `await` on auth error raising function, preventing reauths from being triggered correctly
1.3.1
Changes
- Add `[build-system]` to pyproject.toml - onkelbeh - Add `aiohttp` to pyproject.toml dependencies (closes 1, thanks fabaff)
1.3.0
Changes
- Add optional hostname filter on list/unregister webhooks. This will allow, for example, a Home Assistant instance to delete all webhooks pointing to it without also deleting webhooks for all other instances and applications.
1.2.0
Changes
- Created new `AuthorisationExpiredError`, to be used externally for triggering reauthorisation