Skip to content

Releases: PythonistaGuild/Wavelink

v0.3.05

21 Jan 15:22
Compare
Choose a tag to compare

Make Client.get_tracks raise ZeroConnectedNodes when no node can be found.

v0.3.04

22 Nov 03:57
1707f43
Compare
Choose a tag to compare

Bump supported aiohttp version to <3.7.0 to bring in line with discord.py v1.2.5

v0.3.03

04 Nov 00:02
479b880
Compare
Choose a tag to compare

Ensure player.position is 0 when current is None.

v0.3.02

22 Oct 18:15
ec8d146
Compare
Choose a tag to compare

v0.3.01

22 Oct 13:25
Compare
Choose a tag to compare

Fix to client.get_player where checks for shard/regional options were incorrect.

v0.3.0

22 Oct 08:34
Compare
Choose a tag to compare

Design changes to client.get_player. The following changes were made:

Added an optional kwarg node_id.
Breaking change: positional arg cls is now a kwarg.

node_id allows users to specify which node a new player should be created under. If the node cannot be found an error is raised.
Players that already exist are not affected by this kwarg.

cls is now a kwarg. This is a breaking change.

In addition to these changes:
Track.author was added.

v0.2.9

04 Oct 12:53
Compare
Choose a tag to compare

Fixes to node repr and is_playing.

v0.2.8

04 Oct 12:33
Compare
Choose a tag to compare
Change to how websocket processes data.

Update version.

v0.2.6

04 Oct 12:33
Compare
Choose a tag to compare
Update version number.

v0.2.1

04 Oct 12:32
Compare
Choose a tag to compare
Updated version.