Skip to content

Commit c81107a

Browse files
committed
update changelog
1 parent 070990f commit c81107a

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
Each release usually includes various fixes and improvements.
44
The most noteworthy of these, as well as any features and breaking changes, are listed here.
55

6+
## v4.0.2
7+
* Fixed issue where all plugins get deleted when already present (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1))
8+
* Always include plugin info & user data when serializing (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1))
9+
* Updated oshi to `6.4.11`
10+
611
## 4.0.1
7-
* Updated Lavaplayer to 2.10
8-
* Updated OSHI to 6.4.8
12+
* Updated Lavaplayer to `2.1.0`
13+
* Updated oshi to `6.4.8`
914
* Fix/user data missing field exception in protocol
1015
* Fix plugin manager not deleting old plugin version
1116
* Fix not being able to seek when player is paused
1217
* Removed illegal reflection notice
1318

1419
## 4.0.0
1520
* Lavalink now requires Java 17 or higher to run
16-
* **Removal of all websocket messages sent by the client. Everything is now done via [REST](../api/rest.md)**
21+
* **Removal of all websocket messages sent by the client. Everything is now done via [REST](https://lavalink.dev/api/rest.html)**
1722
* Remove default 4GB max heap allocation from docker image
1823
* Removal of all `/v3` endpoints except `/version`. All other endpoints are now under `/v4`
1924
* Reworked track loading result. For more info see [here](https://lavalink.dev/api/rest.md#track-loading-result)
@@ -59,17 +64,17 @@ The most noteworthy of these, as well as any features and breaking changes, are
5964

6065
## 4.0.0-beta.1
6166
* New Lavalink now requires Java 17 or higher to run
62-
* **Removal of all websocket messages sent by the client. Everything is now done via [REST](IMPLEMENTATION.md#rest-api)**
67+
* **Removal of all websocket messages sent by the client. Everything is now done via [REST](https://lavalink.dev/api/rest.html)**
6368
* 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
6469
* Addition of full `Track` objects in following events: `TrackStartEvent`, `TrackEndEvent`, `TrackExceptionEvent`, `TrackStuckEvent`
6570
* Resuming a session now requires the `Session-Id` header instead of `Resume-Key` header
66-
* Reworked track loading result. For more info see [here](IMPLEMENTATION.md#track-loading-result)
71+
* Reworked track loading result. For more info see [here](https://lavalink.dev/api/rest.html#track-loading-result)
6772
* Update to the [Protocol Module](protocol) to support Kotlin/JS
6873
* Removal of all `/v3` endpoints except `/version`. All other endpoints are now under `/v4`
6974

7075
> **Warning**
7176
> 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).
72-
> For more info on the changes in this release, see [here](IMPLEMENTATION.md#significant-changes-v370---v400)
77+
> For more info on the changes in this release, see [here](https://lavalink.dev/changelog/index.html#significant-changes)
7378
> 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)
7479
7580
Contributors:

docs/changelog/v4.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## 4.0.1
2-
* Updated Lavaplayer to 2.10
3-
* Updated OSHI to 6.4.8
1+
## v4.0.2
2+
* Fixed issue where all plugins get deleted when already present (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1))
3+
* Always include plugin info & user data when serializing (introduced in [`v4.0.1`](https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.1))
4+
* Updated oshi to `6.4.11`
5+
6+
## v4.0.1
7+
* Updated Lavaplayer to `2.1.0`
8+
* Updated oshi to `6.4.8`
49
* Fix/user data missing field exception in protocol
510
* Fix plugin manager not deleting old plugin version
611
* Fix not being able to seek when player is paused

0 commit comments

Comments
 (0)