|
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 | +## 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 | + |
6 | 17 | ## 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) |
8 | 19 |
|
9 | 20 | ## 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) |
11 | 22 |
|
12 | 23 | ## 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). |
14 | 25 |
|
15 | 26 | Contributors: |
16 | 27 | [@melike2d](https://github.com/melike2d) |
17 | 28 |
|
18 | 29 | ## 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 |
22 | 33 |
|
23 | 34 | Contributors: |
24 | 35 | [@TopiSenpai](https://github.com/TopiSenpai), |
|
0 commit comments