You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+83-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,63 @@
1
1
# Changelog
2
2
3
+
## [0.3.0] — 2022-07-22 — **Chaffinch**
4
+
5
+
Abundant and ever-curious, chaffinches are a vibrant and welcome visitor in these spring and summer months.
6
+
7
+
Making a quick and colourful splash, this breaking release mainly bumps our own dependencies and support for Discord libraries without any sweeping changes -- while adding generic support for any future rust-based Discord library. However, we have now removed support for the v0.2 series of the Tokio runtime.
8
+
9
+
Thanks to the following for their contributions:
10
+
11
+
-[@Erk-]
12
+
-[@FelixMcFelix]
13
+
-[@GnomedDev]
14
+
-[@tktcorporation]
15
+
-[@vaporox]
16
+
-[@wlcx]
17
+
18
+
### Upgrade Pathway
19
+
* Tokio v0.2 support has been removed in parity with other Discord -- users must now migrate to v1.x.x.
20
+
* Deprecated events (`ClientConnect`, `DriverConnectFailed`, `DriverReconnectFailed` and `SsrcKnown`) have been removed.
21
+
*`ClientConnect` must now be detected using VoiceStateUpdate messages from your main gateway library of choice.
22
+
* The remainder should be replaced with `DriverDisconnect`, and `DriverConnect`/`DriverReconnect`
23
+
24
+
### Added
25
+
26
+
-[queue] driver, queue: return track handle when adding an `Input` to the queue (#116) ([@vaporox]) [c:bacf681]
27
+
-[gateway] Gateway: Generic Shard and Twilight v0.8 Support (#109) ([@FelixMcFelix]) [c:b4ce845]
28
+
-[gateway] Gateway: Add generics to `Call` methods. (#102) ([@FelixMcFelix]) [c:8dedf3b]
29
+
-[docs] Events: Document format of `VoiceData`. (#114) ([@FelixMcFelix]) [c:806a422]
30
+
31
+
### Changed
32
+
33
+
-[deps] Chore: Update to twilight 0.12 ([@FelixMcFelix]) [c:865c75f]
34
+
-[deps] Chore: Update to serenity 0.11 ([@FelixMcFelix]) [c:a85a1f0]
35
+
-[deps] Update twilight support to twilight 0.11 (#132) ([@Erk-]) [c:69339e8]
36
+
-[deps] Deps: Update to Audiopus v0.3.0-rc.0 (#125) ([@FelixMcFelix]) [c:4eb95d4]
This patch release mskes it easier to create new `ChildContainer`s, and deprecates the `ClientConnect` event. Users should instead make use of `SpeakingStateUpdate` events and Discord gateway events.
60
+
This patch release makes it easier to create new `ChildContainer`s, and deprecates the `ClientConnect` event. Users should instead make use of `SpeakingStateUpdate` events and Discord gateway events.
6
61
7
62
Thanks to the following for their contributions:
8
63
@@ -343,6 +398,7 @@ We'd also like to thank all users who have contributed to this module in the pas
0 commit comments