Skip to content

Lavalink.py 5.5.0

Compare
Choose a tag to compare
@devoxin devoxin released this 26 Jun 16:28
· 23 commits to development since this release
5456440

Additions

  • Added missing filter_band overload for the karaoke filter.
  • Added support for setting tags on nodes.
  • Added support for creating a player with a filter for selecting nodes.

Fixes

  • Fixed an issue where instantiating a RequestError throws a KeyError: 'message' caused by the server not sending expected data.

Changes

  • Simplified the no_replace check within DefaultPlayer.
  • Updated incorrect docs for code and reason fields within WebSocketClosedEvent.
  • Players are now destroyed unconditionally when requested (i.e. a player no longer has to exist within the cache for the library to destroy it).
  • Only log unknown events when there are no listeners for IncomingWebSocketMessage.