Skip to content

Releases: davidffa/Vulkava

v1.6.4

21 Oct 20:49
8586229
Compare
Choose a tag to compare
  • Update Vulkava event listeners typings #26
  • Fix apple music token extraction
  • Update dependencies

v1.6.3

09 Mar 20:57
61e1235
Compare
Choose a tag to compare
  • Fix apple music token extraction
  • Update dependencies

v1.6.2

03 Aug 12:11
6ab05e5
Compare
Choose a tag to compare
  • Fix Apple Music token extraction (490d83d)
  • Support Spotify web player URLs (68fe88a)
  • Update dependencies

v1.6.1

27 Apr 23:11
8498243
Compare
Choose a tag to compare
  • Return a Buffer on Node#getRecord instead of an ArrayBuffer (3b9fb81)
  • Fix Apple Music token scripts extraction (8498243)
  • Update dependencies

v1.6.0

02 Feb 03:15
2a966f5
Compare
Choose a tag to compare
  • 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

04 Dec 15:28
523e382
Compare
Choose a tag to compare
  • Update dependencies (b86a506)
  • Fix apple music token extraction (bbd2519)

v1.5.9

04 Sep 23:58
745e965
Compare
Choose a tag to compare
  • Ensure that the query in Vulkava#search is a valid string (98fa3ed)
  • Bug fix and optimize voice channel connections (Player#connect()) (192f709, 745e965)

v1.5.8

03 Sep 21:19
e2b7097
Compare
Choose a tag to compare
  • Update dependencies (8b5b7b4)
  • Make queue tracks array public (e2b7097)

v1.5.7

20 Aug 23:48
4ed3759
Compare
Choose a tag to compare
  • 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)

v1.5.6

09 Aug 14:14
ab05b17
Compare
Choose a tag to compare
  • Fix typo in trackException event name (ab05b17)