v3.3.0
Version 3.3.0
This release adds the populate
keyword back to Player.play
and has multiple small bug fixes.
Documentation:
https://wavelink.dev
Support:
Discord Server
Caution
You can no longer use a BETA version of Lavalink from version 3.1.0. Please upgrade your Lavalink to a stable version 4+.
Additions
Player.play:
- populate and max_populate
Adds thepopulate
andmax_populate
keyword-only arguments, which allows the auto queue to fetch and fill with recommended tracks based on the played track.
Node.close:
- eject
Adds theeject
keyword argument, which when set toTrue
will remove theNode
from the Pool.
Fixes
- Bug in Queue not repeating a song when set to loop.
- Bug in
Node.close
which wouldn't disconnect currently playing players correctly. - Bug in filters where some arguments were named incorrectly.
- Bug in Queue where using
put_wait
while aget_wait
was waiting for a track would result in allget_wait
hanging. Playlist.extras
property now correctly sets the provided extras on each individual track.
QoL
- Added
typing_extensions
to requirements.