From 184367d9971e884c804045ef495f3493d10b8f1a Mon Sep 17 00:00:00 2001 From: topi314 Date: Sun, 13 Oct 2024 16:43:20 +0200 Subject: [PATCH] add mising changelog entries --- docs/changelog/v3.md | 11 +++++++++-- docs/changelog/v4.md | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changelog/v3.md b/docs/changelog/v3.md index 0e2c009ed..bc7edde60 100644 --- a/docs/changelog/v3.md +++ b/docs/changelog/v3.md @@ -1,10 +1,17 @@ +## v3.7.13 +!!! danger + This is the last Lavalink `v3` release, see: https://github.com/lavalink-devs/Lavalink/discussions/1100 + +* Updated Lavaplayer to [`1.5.6`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.6) +* Updated koe to [`2.0.3-rc2`](https://github.com/KyokoBot/koe/releases/tag/2.0.3-rc2) & use voice gateway v8 in https://github.com/lavalink-devs/Lavalink/pull/1098 + ## v3.7.12 * Updated Lavaplayer to [`1.5.4`](https://github.com/lavalink-devs/lavaplayer/releases/tag/1.5.4) * Updated Koe to [`2.0.1`](https://github.com/KyokoBot/koe/releases/tag/2.0.1) (fixes the `IndexOutOfBoundsException` when playing a YouTube track) !!! warning - The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. ## v3.7.11 * Fixed not being able to seek when player is paused @@ -42,7 +49,7 @@ !!! info - Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub + Lavalink Docker images are now found in the GitHub Container Registry instead of DockerHub ## v3.7.4 diff --git a/docs/changelog/v4.md b/docs/changelog/v4.md index 0c2ed346f..4b9e755ab 100644 --- a/docs/changelog/v4.md +++ b/docs/changelog/v4.md @@ -1,3 +1,9 @@ +## v4.0.8 +* Updated koe to [`2.0.3-rc2`](https://github.com/KyokoBot/koe/releases/tag/2.0.3-rc2) & use voice gateway `v8` in [#1097](https://github.com/lavalink-devs/Lavalink/pull/1097) +* Updated Lavaplayer to [`2.2.2`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.2) in [#1105](https://github.com/lavalink-devs/Lavalink/pull/1105) +* Allow usage of non-allocating frame buffers in [#1095](https://github.com/lavalink-devs/Lavalink/pull/1095) +* Added shutdown handling to close sessions cleanly in [#1102](https://github.com/lavalink-devs/Lavalink/pull/1102) + ## v4.0.7 * Updated Lavaplayer to [`2.2.1`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.1) * Updated spring-boot to `3.3.0` & spring-websocket to `6.1.9`