Skip to content

Commit

Permalink
Merge pull request #818 from lavalink-devs/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 3, 2023
2 parents 36ae224 + 8931f14 commit f039e8c
Show file tree
Hide file tree
Showing 96 changed files with 6,793 additions and 2,440 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 13
java-version: 17
cache: gradle

- name: Setup Gradle
Expand Down
28 changes: 22 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

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

> **Warning**
> 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).
> For more info on the changes in this release, see [here](IMPLEMENTATION.md#significant-changes-v370---v400)
> 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)
Contributors:
[@topi314](https://github.com/topi314), [@freyacodes](https://github.com/freyacodes), [@DRSchlaubi](https://github.com/DRSchlaubi) and [@melike2d](https://github.com/melike2d)

## 3.7.6
* 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)
* New support for `MUSL` based systems (most notably `alpine`)
Expand Down Expand Up @@ -37,7 +55,7 @@ The most noteworthy of these, as well as any features and breaking changes, are
* Update udpqueue.rs to `v0.2.6`. https://github.com/lavalink-devs/Lavalink/pull/802

Contributors:
[@TopiSenpai](https://github.com/TopiSenpai), [@Devoxin](https://github.com/Devoxin), [@melike2d](https://github.com/melike2d), [@freyacodes](https://github.com/freyacodes), [@aikaterna](https://github.com/aikaterna), [@ooliver1](https://github.com/ooliver1)
[@topi314](https://github.com/topi314), [@Devoxin](https://github.com/Devoxin), [@melike2d](https://github.com/melike2d), [@freyacodes](https://github.com/freyacodes), [@aikaterna](https://github.com/aikaterna), [@ooliver1](https://github.com/ooliver1)

## 3.6.2
* Update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/lavalink-devs/Lavalink/pull/773)
Expand All @@ -57,9 +75,7 @@ Contributors:
* New `ping` field in player update. see https://github.com/lavalink-devs/Lavalink/pull/738 for more info

Contributors:
[@TopiSenpai](https://github.com/TopiSenpai),
[@Devoxin](https://github.com/Devoxin), and
[@freyacodes](https://github.com/freyacodes)
[@topi314](https://github.com/topi314), [@Devoxin](https://github.com/Devoxin), and [@freyacodes](https://github.com/freyacodes)

## 3.5
* New plugin system. For more info see [here](https://github.com/lavalink-devs/Lavalink/blob/master/PLUGINS.md).
Expand All @@ -80,7 +96,7 @@ Contributors:
[@freyacodes](https://github.com/freyacodes),
[@davidffa](https://github.com/davidffa),
[@Walkyst](https://github.com/Walkyst),
[@TopiSenpai](https://github.com/TopiSenpai),
[@topi314](https://github.com/topi314),
[@duncte123](https://github.com/duncte123),
[@Kodehawa](https://github.com/Kodehawa),
[@Devoxin](https://github.com/Devoxin),
Expand All @@ -107,7 +123,7 @@ Contributors:
[@DaliborTrampota](https://github.com/DaliborTrampota),
[@Mandruyd](https://github.com/Mandruyd),
[@Allvaa](https://github.com/@Allvaa), and
[@TopiSenpai](https://github.com/TopiSenpai)
[@topi314](https://github.com/topi314)

## 3.3.2.5
* Update Lavaplayer to 1.3.76
Expand Down
960 changes: 407 additions & 553 deletions IMPLEMENTATION.md

Large diffs are not rendered by default.

Loading

0 comments on commit f039e8c

Please sign in to comment.