v3.19.0-beta.1
[3.19.0-beta.1] - 2026-01-03
This beta release brings some large much wanted updates to DNet, with the most notable change being support for more components in modals. Thanks to contributors, DNet's voice implementation has been updated to support newer encryption modes and voice gateway API versions, although there's still no libdave e2ee support, which is hopefully on its way.
Aside from the new features and fixes, DNet drops legacy SDK versions and switches to modern .NET targets (.NET8+). This also comes alongside the switch to System.Linq.AsyncEnumerable from System.Interactive.Async
Added
- #3172 Modal refactoring & select menu support (a476014)
- #3178 Add
PinMessagespermission (5273f1d) - #3183 Update voice API to version 8 (927c905)
- #3189 Modal Select Components Support for IF (e8c5436)
- #3196 Add modify current guild member support (80fbbc2)
- #3198 Get Archived thread calls on text channels (ca6c9bc)
- #3199 Add select menu
IsRequiredproperty and fix usage ofDefaultValues(0aff637)