|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.3.2] - 2023-04-09 |
| 4 | + |
| 5 | +This patch release fixes a WS disconnection that would occur when receiving a |
| 6 | +new opcode, which was happening due to Discord sending such an opcode upon |
| 7 | +connecting to a voice channel. |
| 8 | + |
| 9 | +Thanks to the following for their contributions: |
| 10 | + |
| 11 | +- [@Erk-] |
| 12 | +- [@FelixMcFelix] |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +- [gateway] Songbird would fail if it could not deserialize ws payload ([@Erk-]) [c:752cae7] |
| 17 | +- [docs] Fix compilation due to ambiguous reference ([@FelixMcFelix]) [c:e5d3feb] |
| 18 | + |
3 | 19 | ## [0.3.1] — 2023-03-02
|
4 | 20 |
|
5 | 21 | This patch release applies some minor fixes, while correcting documentation errors and adjusting some organisaation in the repository.
|
@@ -420,6 +436,7 @@ We'd also like to thank all users who have contributed to this module in the pas
|
420 | 436 | - [driver] Handle Voice close codes, prevent Songbird spinning WS threads (#1068) ([@FelixMcFelix]) [c:26c9c91]
|
421 | 437 |
|
422 | 438 | <!-- COMPARISONS -->
|
| 439 | +[0.3.2]: https://github.com/serenity-rs/songbird/compare/v0.3.1...v0.3.2 |
423 | 440 | [0.3.1]: https://github.com/serenity-rs/songbird/compare/v0.3.0...v0.3.1
|
424 | 441 | [0.3.0]: https://github.com/serenity-rs/songbird/compare/v0.2.2...v0.3.0
|
425 | 442 | [0.2.2]: https://github.com/serenity-rs/songbird/compare/v0.2.1...v0.2.2
|
@@ -483,6 +500,8 @@ We'd also like to thank all users who have contributed to this module in the pas
|
483 | 500 | [@wlcx]: https://github.com/wlcx
|
484 | 501 |
|
485 | 502 | <!-- COMMITS -->
|
| 503 | +[c:e5d3feb]: https://github.com/serenity-rs/songbird/commit/e5d3febb7bfbc6b4b98af3dbf312c23528307544 |
| 504 | +[c:752cae7]: https://github.com/serenity-rs/songbird/commit/752cae7a09b25f69ffac110ca3ce4c841d1ec99b |
486 | 505 | [c:eedab8f]: https://github.com/serenity-rs/songbird/commit/eedab8f69d1c17125971e290ee8a50fc1adcdffc
|
487 | 506 | [c:d6c82f5]: https://github.com/serenity-rs/songbird/commit/d6c82f52a6ea876d15a9196de1a7f8a12432407b
|
488 | 507 | [c:39a6f69]: https://github.com/serenity-rs/songbird/commit/39a6f69f2324b89d17d7200905a9737d057c0d7e
|
|
0 commit comments