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: docs/changelog/v4.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## v4.1.0
2
+
* Added plugin update checker on start in https://github.com/lavalink-devs/Lavalink/pull/1121
3
+
* Added full cause stack trace in exception object in https://github.com/lavalink-devs/Lavalink/pull/1128
4
+
* Allow overriding default request timeouts in https://github.com/lavalink-devs/Lavalink/pull/1117
5
+
* Added new docker image based on [`distroless`](https://github.com/GoogleContainerTools/distroless) & updated alpine variant to java 21 in https://github.com/lavalink-devs/Lavalink/pull/1131
6
+
* Added custom Lavalink metrics prometheus collector in https://github.com/lavalink-devs/Lavalink/pull/1150
7
+
* Added support for spring cloud config in https://github.com/lavalink-devs/Lavalink/pull/1144
8
+
* Updated Koe to `2.1.0` & set `deafened` to true (This should lower the incoming traffic for Lavalink) in https://github.com/lavalink-devs/Lavalink/commit/5b0d139652fbd8d60d323c7c05b5b66d3665dc97
9
+
* Fixed race condition when creating media connection and setting up playback in https://github.com/lavalink-devs/Lavalink/commit/588ca40c8b768cbe7c5748a94cfd8e8f1c97a2c4
10
+
* Fixed filter values being omitted when default value is used in https://github.com/lavalink-devs/Lavalink/pull/1141
11
+
* Fixed wrong CPU stats when spamming `/v4/stats` endpoint in https://github.com/lavalink-devs/Lavalink/pull/1151
12
+
* Fixed plugin manager ignoring cmd args in https://github.com/lavalink-devs/Lavalink/pull/1129
13
+
* Removed tls flags in dockerfile preventing tls 1.3 from working in https://github.com/lavalink-devs/Lavalink/pull/1118
14
+
1
15
## v4.0.8
2
16
* 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)
3
17
* 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)
0 commit comments