Skip to content

Commit 6d58916

Browse files
authored
Merge pull request #805 from freyacodes/dev
v3.7.0 release
2 parents 3051a7c + cbf656d commit 6d58916

File tree

89 files changed

+4520
-2529
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4520
-2529
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ build/*
1515
/Testbot/out/
1616
/plugin-api/build/
1717
/plugin-api/out/
18+
/protocol/build/
19+
/protocol/out/
1820
gradle.properties
1921
application.yml
2022
LavalinkServer/plugins

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,33 @@
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+
## 3.7.0
7+
* New REST API for player control and deprecation of all websocket OPs. For more info see [here](https://github.com/freyacodes/Lavalink/blob/master/IMPLEMENTATION.md#significant-changes-v360---v370)
8+
* Autocreate default `application.yml` if none was found. https://github.com/freyacodes/Lavalink/pull/781
9+
* New config option to disable jda nas. https://github.com/freyacodes/Lavalink/pull/780
10+
* New config option to disable specific filters. https://github.com/freyacodes/Lavalink/pull/779
11+
* Update lavaplayer to `1.3.99.2`. https://github.com/freyacodes/Lavalink/pull/794
12+
* Update udpqueue.rs to `v0.2.6`. https://github.com/freyacodes/Lavalink/pull/802
13+
14+
Contributors:
15+
[@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)
16+
617
## 3.6.2
7-
* update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/773)
18+
* Update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/773)
819

920
## 3.6.1
10-
* update lavaplayer to `1.3.99`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/768)
21+
* Update lavaplayer to `1.3.99`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/768)
1122

1223
## 3.6.0
13-
* new userId & clientName getters in the plugin-api. For more info see [here](https://github.com/freyacodes/Lavalink/pull/743).
24+
* New userId & clientName getters in the plugin-api. For more info see [here](https://github.com/freyacodes/Lavalink/pull/743).
1425

1526
Contributors:
1627
[@melike2d](https://github.com/melike2d)
1728

1829
## 3.5.1
19-
* update udpqueue.rs to `0.2.5` which fixes crashes when ipv6 is disabled
20-
* fix null socketContext in `IPlayer` for plugins
21-
* new `ping` field in player update. see https://github.com/freyacodes/Lavalink/pull/738 for more info
30+
* Update udpqueue.rs to `0.2.5` which fixes crashes when ipv6 is disabled
31+
* Fix null socketContext in `IPlayer` for plugins
32+
* New `ping` field in player update. see https://github.com/freyacodes/Lavalink/pull/738 for more info
2233

2334
Contributors:
2435
[@TopiSenpai](https://github.com/TopiSenpai),

0 commit comments

Comments
 (0)