Releases: cmroche/moonraker-api
Releases · cmroche/moonraker-api
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.0.0
1.0.0 (2021-11-21)
Bug Fixes
- Able to send and receive responses (7fcd63f)
- Control loop checks stop state (15b004b)
- Drop exception from notification handler (f99a953)
- Missing annotations import (ef2503a)
- Propagate ClientNotAuthorizedError to connect (ca28a59)
- Python 3.9 compat (e83f9e9)
- Return value for MoonrakerClient.connect() (8bf544b)
- Use of TypedDict (6359a1a)
- Wrap RPC notifications into task (848c139)
Features
- Add authentication via API key (0bb416a)
- Add notification handler (d8d09b1)
- Add printer administration functions (908682f)
- Add support for errors in rpc response (132f6a2)
- Allow passing external aiohttp session (a522e8b)
- Better result messages (a561dd2)
- Client API connection handling (0be83ba)
- Improved run loop and exception handling (516d03e)
- Remove module APIs, add call_method() (2ee436c)