Releases: davidffa/Vulkava
Releases · davidffa/Vulkava
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
- Add support for the new lavalink REST endpoints (lavalink version >= 3.7) and refactored request structures (49374cc)
- To enable this, make sure you're using the Lavalink version >= 3.7
- And add the Node option
transport: 'rest'
- Add metadata property in Track struct (2a966f5)
- Update dependencies (fb2652f)
v1.5.10
v1.5.9
v1.5.8
v1.5.7
- Use
format: 'PCM' | 'MP3'
property on recorder instead of encodeToMp3 (f6387ec) - Bug fix when building UnresolvedTracks and get a SEARCH_RESULT with an empty track array (12fe44a)
- Fix typo in userDisconnect event, now is properly emitted (f19a444)
- Bug fix on voice channel connections which was throwing timeout error if the voice_state_update event was received after the voice_server_update (47630eb)
- Bump undici to 5.9.1 and update dev dependencies (16b4c7b)