You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@
3
3
Each release usually includes various fixes and improvements.
4
4
The most noteworthy of these, as well as any features and breaking changes, are listed here.
5
5
6
+
## 4.0.0-beta.1
7
+
* New Lavalink now requires Java 17 or higher to run
8
+
***Removal of all websocket messages sent by the client. Everything is now done via [REST](IMPLEMENTATION.md#rest-api)**
9
+
* Update to [Lavaplayer custom branch](https://github.com/Walkyst/lavaplayer-fork/tree/custom), which includes native support for artwork urls and ISRCs in the track info
10
+
* Addition of full `Track` objects in following events: `TrackStartEvent`, `TrackEndEvent`, `TrackExceptionEvent`, `TrackStuckEvent`
11
+
* Resuming a session now requires the `Session-Id` header instead of `Resume-Key` header
12
+
* Reworked track loading result. For more info see [here](IMPLEMENTATION.md#track-loading-result)
13
+
* Update to the [Protocol Module](protocol) to support Kotlin/JS
14
+
* Removal of all `/v3` endpoints except `/version`. All other endpoints are now under `/v4`
15
+
16
+
> **Warning**
17
+
> This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose).
18
+
> For more info on the changes in this release, see [here](IMPLEMENTATION.md#significant-changes-v370---v400)
19
+
> If you have any question regarding the changes in this release, please ask in the [support server](https://discord.gg/ZW4s47Ppw4) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a)
20
+
21
+
Contributors:
22
+
[@topi314](https://github.com/topi314), [@freyacodes](https://github.com/freyacodes), [@DRSchlaubi](https://github.com/DRSchlaubi) and [@melike2d](https://github.com/melike2d)
23
+
6
24
## 3.7.6
7
25
* Update Lavaplayer to [`1.4.1`](https://github.com/Walkyst/lavaplayer-fork/releases/tag/1.4.1) & [`1.4.2`](https://github.com/Walkyst/lavaplayer-fork/releases/tag/1.4.2)
8
26
* New support for `MUSL` based systems (most notably `alpine`)
@@ -37,7 +55,7 @@ The most noteworthy of these, as well as any features and breaking changes, are
37
55
* Update udpqueue.rs to `v0.2.6`. https://github.com/lavalink-devs/Lavalink/pull/802
0 commit comments