Releases: discord-net/Discord.Net
v3.20.1
v3.20.0
[3.20.0] - 2026-06-06
This release brings support for checkboxes and checkbox/radio groups in modals, and also covers the "new" message search endpoint.
Breaking changes
SelectMenuOptionAttributefrom the Interaction Framework was renamed toEnumOptionAttribute.
Added
- #3232 IF modal radio buttons, and checkboxes (c95fbf6)
- #3268 add support for getting messages from a guild (with filters) (31fed25)
- #3255 add missing audit log action types (4476eea)
- #3265 Add GET voice-state REST wrappers (13d83da)
Fixed
- #3258 propagate parent module attributes to child commands (cbc61d9)
- #3263 strip RTP padding before DAVE decrypt (RFC 3550 В§5.1) (1a843fb)
- #3256 Add empty payload check (6527e71)
- #3264 Fix reference to PreCompiledLambdas/UseCompiledLambda (763aa79)
- #3271 fix for #3269 (9abfbfd)
- #3272 Fix default array converter in modals & add docs for checkboxes/radio groups (527764c)
Misc
- #3254 user
global_namedescription (05af64b) - #3257 feat(Core): add missing JSON error codes (4272ae1)
- #3259 refactor(Core): rename JSON error code (504e1db)
- #3261 Message call data timestamp nullability (5a328a0)
- #3266 Add play audio sample (4d8b0bc)
New Contributors
- @Archivelit made their first contribution in #3256
- @Sim-hu made their first contribution in #3255
- @yury-opolev made their first contribution in #3263
- @apartje made their first contribution in #3271
Full Changelog: 3.19.1...3.20.0
v3.19.1
[3.19.1] - 2026-03-12
This release fixes some issues with libdave as well as adds some missing API coverage
Added
- #3226 Added Community Invites (9bb0e06)
- #3229 Added Modal radio/checkbox groups & checkboxes (c0fbefe)
- #3246 Added support for enhanced role colors ( gradient and holograpic ) (3e8aacf)
Fixed
- #3224 Fixed forum CreatePostWithFileAsync with V2 components (0449e53)
- #3231 Derived types of ContextCommandAttribute should be able to specify a RunMode in their constructor. (8556416)
- #3244 Fixed libdave audio issues for users joining/leaving vc, as well as empty vcs (1c534fa)
- #3249 GetComponentIds missing accessory component in sections (66c7409)
Misc
v3.19.0
[3.19.0] - 2025-03-02
This release introduces libdave support as well as some fixes and misc. additions
Added
- #3241 libdave support (#3222) (0195461)
- #3242 Added voice close code
4017(0ea1dcb) - #3221 Added missing channel types for selects in interaction framework (9c1db3f)
- #3228 Added
BypassSlowmodepermission (0dea5bb) - #3233 Added optional id parameter to ThumbnailBuilder constructor (09e0fdb)
- #3234 Added optional id parameter to SeparatorBuilder constructor (c3a30db)
- #3235 Added constructor for SectionBuilder with id (b169a11)
- #3236 Added constructor for ActionRowBuilder with id (e05e849)
- #3237 Added overloaded constructor to ContainerBuilder (e3cb507)
- #3238 Added overloaded constructor with id to MediaGalleryBuilder (16ea091)
Fixed
Misc
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) - #3200 Add net10.0 build target, update deps (f205bba)
- #3193 Remove unsupported SDK targets (5ca29fd))
- #3195 Add
GetRoleUserCountsREST method (dade9b2) - #3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
- #3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)
Fixed
- #3167 Incorrect casts in the legacy component builder (958d286)
- #3173 Remove voice gateway port stripping (0b078d7)
- #3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
- #3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
- #3190 Fix voice receiving (a468e18)
- #3192 fixed error on changing role icon/emoji to an image. (06510e1)
- #3204 Fix user status update when speaking (11a56bc)
- #3206 Fix AutocompleteResult.Value having no length limit (161a91e)
- #3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
- #3218 fix modal text display constructor initialization (86b885b)
- #3197 Correct
IUserMessage.ModifyAsyncprecondition expression (8668092)
Misc
- #3169 Make ParameterChoice constructor public (9cb6ffd)
- #3171 Bump guild batch limit to 200 (fc0712d)
- #3176 Add better json type exception (ae6e7d5)
- #3177 Make Cacheable constructors public (e61eb51
- #3216 Improve .NET 9.0+ locking performance (4e95dd7)
- #3217 Switch lock backport package to #if defs instead (b386a0e)
New Contributors
- @OMEGA3065 made their first contribution in #3186
- @codekm92 made their first contribution in #3192
- @HEJOK254 made their first contribution in #3206
- @tg2k made their first contribution in #3207
- @MarkCiliaVincenti made their first contribution in #3216
Full Changelog: 3.18.0...3.19.0-beta.1
v3.18.0
[3.18.0] - 2025-07-19
This release finally brings components v2 support to stable 🎉
It did not come for free though, involving a few breaking changes, which should be minimal, but they are breaking nontheless; you can find more info in the docs.
Added
- #3145 add
ApproximateUserAuthorizationCount(6e1f9c1) - #3147 [CV2] add children component counts to
IComponentContainer(f18c836) - #3153 [CV2] QoL & fixes (800a234)
- #3156 Add user primary guild (79b455e)
- #3131 support POLL_RESULT (46) in MessageType enum (dc3bd76)
- #3162 Components v2 docs :wires: (cf66ab4)
Fixed
- #3138 Fix value of
TextDisplayBuilder.MaxContentLength(b338d30) - #3140 Fixed incorrect ComponentType in TextDisplayBuilder. (7a74f78)
- #3142 Fix overflow exception (0c1536d)
- #3146 Fixed missing Type in constructor SelectMenuBuilder(SelectMenuComponent) (c07c28d)
- #3148 fix(IsLoadableModule): return false for abstract classes (978f999)
- #3152 Guild member
JoinedAtnullability (c343ce9) - #3158 Certain global user properies not getting updated (f9ba642)
Misc
- #3139 Fix visibility of
MessageComponent.Empty(35d94ca) - #3144 edge case missed (1e50900)
- #3161 Fix guild tag badge URL helper (80b4328)
New Contributors
- @DanielWillett made their first contribution in #3140
Full Changelog: 3.18.0-beta.3...3.18.0
v3.18.0-beta.3
[3.18.0-beta.3] - 2025-05-26
Fixed
- #3125 Add empty constructors for containers (56d6980)
- #3126 Include section accessories in
ComponentCount()(5f2d173) - #3129 Fix error when only sending components in response to interactions (b1c2fcb)
- #3135 Fix some CV2 oversights (35b493c)
Misc
- #3130 correct typo (523212a)
- #3127 Change comment to reflect longer polls (9f9b093)
- #3133 refactor(TimestampTagStyles): replace ASCII integer values with character literals (e68fa50)
New Contributors
- @RobinLaevaert made their first contribution in #3127
- @intjiraya made their first contribution in #3130
- @OverwrittenCode made their first contribution in #3133
Full Changelog: 3.18.0-beta.2...3.18.0-beta.3
v3.18.0-beta.2
[3.18.0-beta.2] - 2025-05-09
This beta release brings more QoL things to CV2 support and fixes some bugs discovered during testing.
Added
- #3119 Add component => builder converters (b729380)
- #3120 use
Colorfor containerAccentColor& fix action row validation (c888c84) - #3123 Component search fixes & improvements (be8e6e0)
Fixed
- #3121 fix & improve
ToBuildermethods (4ab96c7) - #3122 Fix
Ids inActionRowComponentandSelectmenuComponent(57cdec7)
Misc
Full Changelog: 3.18.0-beta.1...3.18.0-beta.2
v3.18.0-beta.1
[3.18.0-beta.1] - 2025-05-08
This prerelease brings initial support for components v2!
Added
Fixed
- #3106 Providing multiple message flags fails to pass validations (05a0acc)
- #3114 Fix NRE responding with a modal info class with null required fields (2b6a912)
Misc
Full Changelog: 3.17.4...3.18.0/beta.1
v3.17.4 [Hotfix]
[3.17.4] - 2025-04-26
An error slipped past the review and testing, so here's the hotfix. Apologies for the inconvenience
- Fix NRE introduced in 3.17.3 by in #3101
Full Changelog: 3.17.3...3.17.4