serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.78k stars 583 forks source link

Want v8 support in `serenity-voice-model` #2943

Open FelixMcFelix opened 2 months ago

FelixMcFelix commented 2 months ago

Voice gateway version 8 includes several breaking changes to message formats:

Making these changes is not pressing -- we're explicitly advertising v4 gateway support, so we do have some mileage as that pathway is not being deprecated as yet. At most this enables extra functionality around gateway message replay -- see https://github.com/serenity-rs/songbird/issues/247.