Releases: disgoorg/disgo
Releases · disgoorg/disgo
v0.16.10 - Select Menu Default Values
What's Changed
- Fix a regression where voice channels weren't handled as message channels by @mlnrDev in #310
- Add default values to select menus by @mlnrDev in #315
- Add
DefaultThreadRateLimitPerUser
to channel creates by @mlnrDev in #314
Full Changelog: v0.16.9...v0.16.10
v0.16.9 - Custom Status
What's Changed
- Add support for setting a custom status by @mlnrDev in #295
- Add role subscriptions by @mlnrDev in #218
- Add
IntegrationType
toOptionalAuditLogEntryInfo
by @mlnrDev in #300 - Add guild navigation mentions by @mlnrDev in #286
- Add super reactions by @mlnrDev in #291
- Add activity opts (
WithActivityState
) by @topi314 and @mlnrDev in #297 - Add error handler to router by @topi314 in ed27e15
Full Changelog: v0.16.8...v0.16.9
v0.16.8 - Media Channels
What's Changed
- Add Media Channels by @mlnrDev in #285
- Add avatar decorations by @mlnrDev in #217
- Add onboarding updates by @mlnrDev in #267
- Add
RoleFlags
by @mlnrDev in #287 - Add
AttachmentFlags
by @mlnrDev in #288 - Add
MessageAuthorID
to reaction add events by @mlnrDev in 23637a7 - Add
withCounts
parameter to to/users/@me/guilds
funcs by @mlnrDev in 836b4a9 - Add monetization audit log events by @mlnrDev in 09a5cb2
- Add
Go
&Defer
middleware tohandler
to run handlers in separate goroutines & auto defer interactions by @topi314 in b331ced - Add enforce all handler patterns start with
/
to fix some bugs by @topi314 in 8f83c45 - Fix unknown gateway message data unmarshalling by @topi314 in 79b8080
- Rename
ImageFormat
toFileFormat
by @mlnrDev in #284
Breaking Changes
LastThreadID
->LastPostID
,ForumTag
->ChannelTag
,GuildForumThreadChannelUpdate
->GuildPostUpdate
,ForumThreadCreate
->ThreadChannelPostCreate
,ForumThread
->ThreadChannelPost
andrest.CreateThreadInForum
->rest.CreatePostInThreadChannel
GetCurrentUserGuilds
,GetCurrentUserGuildsPage
andGetGuilds
now accept an extrawithCounts
parameterImageFormat
has been renamed toFileFormat
Full Changelog: v0.16.7...v0.16.8
v0.16.7
v0.16.6
What's Changed
- add support for the new username system by @mlnrDev in #273
- fix presence event handler by @topi314 in #275
- fix get webhooks by @ikafly144 in #272
- fix incorrect type for
WithChannelTypes
by @mlnrDev in 4547c17 - remove
AllowedMentions
fromNewMessageUpdateBuilder()
by @mlnrDev in 0b0b6db - add
SyncID
toActivity
by @mlnrDev in 3defaeb - move set into cache package by @topi314 in a783e34
Breaking Changes
- moved
github.com/disgoorg/disgo/internal/set
intogithub.com/disgoorg/disgo/cache
New Contributors
- @ikafly144 made their first contribution in #272
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- add raid protection by @mlnrDev in #223
- add
Stickers
toGuildPreview
by @mlnrDev in c3f2beb - rename
BoostProgressBarEnabled
toPremiumProgressBarEnabled
by @mlnrDev in 6b794ba - add
GatewayMessageDataUnknown
& don't error on unknown voice gateway message by @topi314 in 554e269 - fix nil pointer on user leaving voice channel and no audioReceiver being setup by @topi314 in 3eb45b6
- change
Interaction.Channel
fromPartialChannel
toInteractionChannel
by @topi314 in 67ddd7c
Breaking Changes
BoostProgressBarEnabled
was renamed toPremiumProgressBarEnabled
to match the API docs- the type of
Interaction.Channel
was updated toInteractionChannel
to make all channel fields sent by the API available
Full Changelog: v0.16.4...v0.16.5