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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
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
+
## v4.2.0
7
+
> [!IMPORTANT]
8
+
> This is the first Lavalink release with [DAVE](https://daveprotocol.com/) (E2EE voice) support.
9
+
> To use DAVE, you need to update your client library to a version that supports it.
10
+
> The voice state has a new [`channelId`](docs/api/rest.md#voice-state) field which is required to connect to discords voice servers.
11
+
12
+
* Updated Koe to [`3.0.0-pre1`](https://github.com/KyokoBot/koe/releases/tag/3.0.0-pre1) with DAVE support in https://github.com/lavalink-devs/Lavalink/pull/1190.
13
+
6
14
## v4.1.2
7
15
* Updated Lavaplayer to [`2.2.5`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.5)
8
16
* Updated Koe to [`2.2.0-rc2`](https://github.com/KyokoBot/koe/releases/tag/2.2.0-rc2)
Copy file name to clipboardExpand all lines: README.md
+22-16Lines changed: 22 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ A [basic example bot](https://github.com/lavalink-devs/lavalink-client/tree/main
15
15
> Lavalink v4 is now **out** of beta! See [the changelog](CHANGELOG.md) for more information.
16
16
17
17
## Getting started
18
-
* Pick one of the [up-to-date clients](https://lavalink.dev/clients). Advanced users can create their own using the [API documentation
19
-
](https://lavalink.dev/api/)
18
+
* Pick one of the [up-to-date clients](https://lavalink.dev/clients). Advanced users can create their own using the [API documentation](https://lavalink.dev/api/)
20
19
* See the [server configuration documentation](https://lavalink.dev/configuration/) for configuring your Lavalink server
21
20
* Explore [available plugins](https://lavalink.dev/plugins) for extra features
22
21
* See also our [FAQ](https://lavalink.dev/getting-started/faq)
@@ -32,6 +31,7 @@ A [basic example bot](https://github.com/lavalink-devs/lavalink-client/tree/main
32
31
</details>
33
32
34
33
## Features
34
+
* Support for [DAVE](https://daveprotocol.com)
35
35
* Powered by Lavaplayer
36
36
* Minimal CPU/memory footprint
37
37
* Twitch/YouTube (via [this](https://github.com/lavalink-devs/youtube-source#plugin) plugin) stream support
@@ -57,20 +57,26 @@ Support for other JVMs is also best-effort. Periodic CPU utilization stats are p
57
57
Lavalink also runs on other hardware, but support is best-effort.
Copy file name to clipboardExpand all lines: docs/changelog/v4.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## v4.2.0
2
+
> [!IMPORTANT]
3
+
> This is the first Lavalink release with [DAVE](https://daveprotocol.com/) (E2EE voice) support.
4
+
> To use DAVE, you need to update your client library to a version that supports it.
5
+
> The voice state has a new [`channelId`](../api/rest.md#voice-state) field which is required to connect to discords voice servers.
6
+
7
+
* Updated Koe to [`3.0.0-pre1`](https://github.com/KyokoBot/koe/releases/tag/3.0.0-pre1) with DAVE support in https://github.com/lavalink-devs/Lavalink/pull/1190.
8
+
1
9
## v4.1.2
2
10
* Updated Lavaplayer to [`2.2.5`](https://github.com/lavalink-devs/lavaplayer/releases/tag/2.2.5)
3
11
* Updated Koe to [`2.2.0-rc2`](https://github.com/KyokoBot/koe/releases/tag/2.2.0-rc2)
0 commit comments