Skip to content

Commit

Permalink
Merge pull request #805 from freyacodes/dev
Browse files Browse the repository at this point in the history
v3.7.0 release
  • Loading branch information
topi314 authored Jan 14, 2023
2 parents 3051a7c + cbf656d commit 6d58916
Show file tree
Hide file tree
Showing 89 changed files with 4,520 additions and 2,529 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ build/*
/Testbot/out/
/plugin-api/build/
/plugin-api/out/
/protocol/build/
/protocol/out/
gradle.properties
application.yml
LavalinkServer/plugins
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,33 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

## 3.7.0
* 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)
* Autocreate default `application.yml` if none was found. https://github.com/freyacodes/Lavalink/pull/781
* New config option to disable jda nas. https://github.com/freyacodes/Lavalink/pull/780
* New config option to disable specific filters. https://github.com/freyacodes/Lavalink/pull/779
* Update lavaplayer to `1.3.99.2`. https://github.com/freyacodes/Lavalink/pull/794
* Update udpqueue.rs to `v0.2.6`. https://github.com/freyacodes/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)

## 3.6.2
* update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/773)
* Update lavaplayer to `1.3.99.1`. For more info see [here](https://github.com/freyacodes/Lavalink/pull/773)

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

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

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

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

Contributors:
[@TopiSenpai](https://github.com/TopiSenpai),
Expand Down
Loading

0 comments on commit 6d58916

Please sign in to comment.