0.27.2b1
Pre-release
Pre-release
github-actions
released this
18 Dec 09:20
·
5 commits
to main
since this release
What's new:
- frontend: The
iat
JWT claim is no longer included with request if a client/server time skew larger than 5 minutes is detected. - lib/polled: Fixed potential loop error during startup.
- peripherals: Added
Peripheral.get_port
method. - startup: The server will now exit if an error occurs while initializing the ports of a peripheral.
- utils/asyncio: The
fire_and_forget
utility function was added for asyncio tasks that can't be awaited.