Skip to content

Lavalink.py 5.3.0

Latest
Compare
Choose a tag to compare
@devoxin devoxin released this 08 Mar 20:15
4ea2dc7

Additions

  • [typings] Add player types to PlayerManager class.
  • [docs] Annotate return type of DeferredAudioTrack.load method.
  • [docs] Expose the DataReader and DataWriter classes in DataIO.
  • [interface] Add support for per-source base64 track field decoding.
  • [interface] Add DefaultPlayer.remove_filters method for removing multiple filters at once.

Fixes

  • [typings] Fix events type for @lavalink.listener decorator.
  • [internal] Fix LowPass filter trying to convert 'smoothing' to a float.
  • [internal] Attach exception information to error log when handling websocket message.

Changes

  • [interface] Renamed AudioTrack.stream to AudioTrack.is_stream for naming consistency and clarity.
    • AudioTrack.stream is still available but marked deprecated.