Version 0.6.0a1
Released January 24th, 2026
Added
- Support for voice end-to-end encryption via Discord's Audio/Video End-to-End Encryption (
DAVE) protocol. FFmpegConfigoption toVoiceClientconstructorconfigparameter. Allows the ability to configure how manyFFmpegprocesses should be allowed per CPU core, up to a maximum total.- New
AudioPlayer.add_queue_bulkmethod to add many audio sources in one call to the queue. - New
utilsYouTube.queue_from_playlistmethod. Allows the passage of one playlist URL and automatically adds all sources to a player queue. - Additional
hikari-wave[speedups]optional dependency, addingorjsonas a performance improvement.
Changed
- Maximum
FFmpegprocesses per CPU core lowered to1by default, up to a maximum total of8. Both configurable usingFFmpegConfigoption inVoiceClientconstructorconfigparameter. - Removal of
autoenum fields for clarity.
Fixed
- Minor internal reference issue.
AudioPlayer.add_queuenever type checked the passedautoplayparameter.AudioPlayerautoplaying conditional order.hikari.Snowflakeishreferences breaking internal caches so it was sanitized for user input.