Skip to content

v0.5.0 — Starling

Latest
Compare
Choose a tag to compare
@FelixMcFelix FelixMcFelix released this 21 Feb 22:11
· 2 commits to current since this release

Starlings are social birds, known for chittering loudly (often sounding like human speech!) and flocking en masse. Iridescent and speckled like the night sky after twilight, their murmurations make for a beautiful evening sight.

This is a smaller breaking release which adds support for the latest version of twilight (v0.16), with a few main breaking changes:

  • TrackHandles now store an arbitrary Arc<dyn Any>, rather than a TypeMap. You can set this field to any desired type during track creation using the Track::new_with_data API.
  • Legacy encryption modes "xsalsa20_poly1305", "xsalsa20_poly1305_suffix", and "xsalsa20_poly1305_lite" have been removed. If you were explicitly specifying these then please change over to one of the new modes. Discord have ceased serving voice connections with these parameters.
  • simd-json support has been removed from the library.

Thanks to the following for their contributions:

Added

Changed

Fixed

Removed