Releases: disgoorg/disgo
Releases · disgoorg/disgo
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
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
What's Changed
- prevent event dispatcher goroutine from capturing only the last loop index when asynchronously handling events by @jkdlgy in #250
- feat(gateway): add
HeartbeatAck
event by @ZenShibata in #253 - allow middlewares to abort handler execution by @TopiSenpai in cb10239
- Update permissions by @caneleex in #251
- Refactor permissions by @caneleex in #255
- Add guild onboarding by @caneleex in #238
- Introduce
PartialEmoji
by @caneleex in #259 - Add
MaxStageVideoChannelUsers
toGuild
by @caneleex in #191 - Add
ApplicationFlagApplicationAutoModerationRuleCreateBadge
by @caneleex in #252 - Add json error code & message to
rest.Error
by @TopiSenpai in #257 - Pass through logger from config by @iangcarroll in #260
Breaking changes
- some permissions were renamed to match the Discord API docs
ReactionEmoji
was replaced withPartialEmoji
New Contributors
- @jkdlgy made their first contribution in #250
- @ZenShibata made their first contribution in #253
- @iangcarroll made their first contribution in #260
Full Changelog: v0.15.3...v0.16.0