Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 00:03
· 324 commits to main since this release
3821f70

v0.7.x to v0.8.x migration guide

Patch Changes

  • fix uninitialized SpeechHandle error on interruption - #665 (@theomonnom)

  • voiceassistant: avoid stacking assistant replies when allow_interruptions=False - #667 (@theomonnom)

  • fix: disconnect event may now have a arguments - #668 (@theomonnom)

  • Add ServerMessage.termination handler - #635 (@nbsp)