Skip to content

Commit c46cd72

Browse files
committed
Add v3.4 changelog
1 parent 77d2ac0 commit c46cd72

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.4
7+
* New filters system
8+
* Deprecation of `TrackExceptionEvent.error`, replaced by `TrackExceptionEvent.exception`
9+
* Added the `connected` boolean to player updates.
10+
* Updated lavaplayer, fixes Soundcloud
11+
* Added source name to REST api track objects
12+
* Clients are now requested to make their name known during handshake
13+
14+
Contributors:
15+
[@freyacodes](https://github.com/freyacodes),
16+
[@duncte123](https://github.com/duncte123),
17+
[@DaliborTrampota](https://github.com/DaliborTrampota),
18+
[@Mandruyd](https://github.com/Mandruyd),
19+
[@Allvaa](https://github.com/@Allvaa), and
20+
[@TopiSenpai](https://github.com/TopiSenpai)
21+
622
## 3.3.2.5
723
* Update Lavaplayer to 1.3.76
824

IMPLEMENTATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The Java client has support for JDA, but can also be adapted to work with other
1111
* The `error` string on the `TrackExceptionEvent` has been deprecated and replaced by
1212
the `exception` object following the same structure as the `LOAD_FAILED` error on [`/loadtracks`](#rest-api)
1313
* Added the `connected` boolean to player updates.
14+
* Added source name to REST api track objects
15+
* Clients are now requested to make their name known during handshake
1416

1517
## Significant changes v2.0 -> v3.0
1618
* The response of `/loadtracks` has been completely changed (again since the initial v3.0 pre-release).

0 commit comments

Comments
 (0)