v0.5.0-beta.3
Pre-release
Pre-release
v0.5.0-beta
- Add support for real-time event notifications via WebSockets.
- Synchronous refreshes now pull from one consolidated endpoint instead of one endpoint per device type.
- Fixes bug with 2FA caused by change to 2FA flow.
- Added "watch" mode to adc CLI that watches for changes via WebSockets.
- Created device registry class to make retrieving / updating devices easier.
- Simplified and sped up devcontainer by moving most linting/pre-commit functions to ruff.
v0.5.0-beta.2
- Fix issues in which systems are not populated in device list.
- Increased WebSocket timeout.
adc
CLI raw output now formatted as JSON. This output was in Python object format previously. JSON makes it possible to copy/paste the output into a JSON prettifier.
v0.5.0-beta.3
- Support for user selection of OTP method when multiple are enabled for an account.
- Changed
watch
action inadc
tostream
.