Skip to content

Commit 2c85436

Browse files
authored
update release notes
1 parent c60c37d commit 2c85436

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,51 @@
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.6.0
7+
* new userId & clientName getters in the plugin-api. For more info see [here](https://github.com/freyacodes/Lavalink/pull/743).
8+
9+
## 3.5.1
10+
* update udpqueue.rs to `0.2.5` which fixes crashes when ipv6 is disabled
11+
* fix null socketContext in `IPlayer` for plugins
12+
* new `ping` field in player update. see https://github.com/freyacodes/Lavalink/pull/738 for more info
13+
14+
Contributors:
15+
[@TopiSenpai](https://github.com/TopiSenpai),
16+
[@Devoxin](https://github.com/Devoxin), and
17+
[@freyacodes](https://github.com/freyacodes)
18+
19+
## 3.5
20+
* New plugin system. For more info see [here](https://github.com/freyacodes/Lavalink/blob/master/PLUGINS.md).
21+
* Add support for HTTP proxying via httpConfig. For more info see [here](https://github.com/freyacodes/Lavalink/pull/595).
22+
* Update koe version to 2.0.0-rc1.
23+
- this fixes the WebSocketClosedEvent with code 1006 problem.
24+
* Fix error when enabling timescale and lowpass filters.
25+
* Fix player not playing after moving between voice chats or changing regions.
26+
* Fix guild ids sent as numbers in json.
27+
* Fix missing timescale natives.
28+
* Fix setting endMarkerHit to correctly set FINISHED as the reason.
29+
* Undeprecation of the `volume` property in the `play` OP.
30+
* Configurable track stuck threshold. For more info see [here](https://github.com/freyacodes/Lavalink/pull/676).
31+
* Add JDA-NAS support for more CPU Architectures. For more info see [here](https://github.com/freyacodes/Lavalink/pull/692). Big thanks goes to @MinnDevelopment here.
32+
* Update lavaplayer to [`1.3.98.4`](https://github.com/Walkyst/lavaplayer-fork/releases/tag/1.3.98.4) which fixes the latest yt cipher issues and age restricted tracks
33+
34+
Contributors:
35+
[@freyacodes](https://github.com/freyacodes),
36+
[@davidffa](https://github.com/davidffa),
37+
[@Walkyst](https://github.com/Walkyst),
38+
[@TopiSenpai](https://github.com/TopiSenpai),
39+
[@duncte123](https://github.com/duncte123),
40+
[@Kodehawa](https://github.com/Kodehawa),
41+
[@Devoxin](https://github.com/Devoxin),
42+
[@Muh9049](https://github.com/Muh9049),
43+
[@melike2d](https://github.com/melike2d),
44+
[@ToxicMushroom](https://github.com/ToxicMushroom),
45+
[@mooner1022](https://github.com/mooner1022),
46+
[@rohank05](https://github.com/rohank05),
47+
[@Fabricio20](https://github.com/Fabricio20),
48+
[@TheEssemm](https://github.com/TheEssemm), and
49+
[@jack1142](https://github.com/jack1142)
50+
651
## 3.4
752
* New filters system
853
* Deprecation of `TrackExceptionEvent.error`, replaced by `TrackExceptionEvent.exception`

0 commit comments

Comments
 (0)