Releases: disgoorg/disgo
Releases · disgoorg/disgo
v0.18.13 - Soundboard
What's Changed
- Added Soundboard by @sebm253 in #283
- Removed "Get" prefix in funcs in
Icon
by @sebm253 in 71cd4c8 - Fixed
*events.GuildJoin
being emitted every startup by @topi314 in e8ae7a3
Breaking Changes
GetMIME()
andGetHeader()
functions inIcon
have been renamed toMIME()
andHeader()
for consistency
Deprecations
gateway.IntentGuildEmojisAndStickers
has been deprecated in favor ofgateway.IntentGuildExpressions
Full Changelog: v0.18.12...v0.18.13
v0.18.12
What's Changed
- Add more snapshot fields by @sebm253 in #391
- Add
Poll
to webhook message update by @sebm253 in #384 - Add Amazon Music connection by @sebm253 in #385
- Add linked roles navigation mention by @sebm253 in #387
- Fix inconsistent message type name by @sebm253 in e3c1055
- Fix gateway status not being set to disconnected on close by @topi314 in 14192f3
Breaking Changes
ChannelPinnedMessage
has been renamed toMessageTypeChannelPinnedMessage
for consistency
Full Changelog: v0.18.11...v0.18.12
v0.18.11 - Entry point commands, subscriptions and more
What's Changed
- Add entry point commands + callback updates by @sebm253 in #390
- Add subscriptions by @sebm253 in fcbf484
- Add
GuildVoiceChannelEffectSend
by @sebm253 in #282 - Add
rest.GetActivityInstance
by @sebm253 in a979bbb - Add poll result messages by @sebm253 in #374
- Add newly documented member flags by @sebm253 in 3c62607
- Add
rest.GetActiveGuildThreads
by @myrkvi in #381 - Change
GuildPrivateThreadCreate.Invitable
to a pointer by @myrkvi in #379 - Expose cache interfaces by @topi314 in #382
- Remove
Summary
fromApplication
by @sebm253 in ba3906d
Breaking Changes
GuildPrivateThreadCreate.Invitable
has been changed frombool
to*bool
Summary
has been removed fromApplication
. this field was an empty string for a long time
Full Changelog: v0.18.10...v0.18.11
v0.18.10 - Recurrence rules, new endpoints and more
What's Changed
- Add
ScheduledEventRecurrenceRule
by @sebm253 in 8f3c66b - Add get voice state endpoints by @sebm253 in #375
- Add get sticker pack endpoint by @sebm253 in #376
- Add
ApproximateUserInstallCount
toApplication
by @sebm253 in 6326854 - Add
EmbedTypeAutoModerationMessage
by @sebm253 in b06f2e7 - Add missing fields to
GetGuildInvites
&GetChannelInvites
by @topi314 f24ca9a - Add missing fields to
EventInviteCreate
by @topi314 in 0f6d90b - Fixed broken
AuditLogChange
struct by @topi314 & @myrkvi in #378
Breaking Changes
GetGuildInvites
&GetChannelInvites
now returndiscord.ExtendedInvite
discord.Invite.ChannelID
has been removed, useInvite.Channel.ID
insteaddiscord.AuditLogChange
has a completely new structure
New Contributors
Full Changelog: v0.18.9...v0.18.10
v0.18.9 - Application emojis, message forwarding and more
What's Changed
- Add application emojis by @sebm253 in #373
- Add message forwarding by @sebm253 in #350
- Add
Banner
toMember
by @sebm253 in #369 - Add
Title
toAttachment
by @sebm253 in 7dbeaeb - Add
Banner
toOAuth2Guild
by @sebm253 in #368 - Add
ConnectionTypeRoblox
by @sebm253 in #371 - Add
IconURL
andBannerURL
toOAuth2Guild
by @sebm253 in #370 - Update
github.com/disgoorg/snowflake
tov2.0.3
(this allows you to setsnowflake.AllowUnquoted = true
in case discord sends snowflakes as numbers by accident. see: #372) by @topi314 in 564ae16 - Remove
IntegrationTypes
fromApplication
by @sebm253 in 253e4cc - Remove
disgo.OS
by @Malix-off in #366
Breaking Changes
IntegrationTypes
has been removed fromApplication
. this field was not sent within payloads for a long timedisgo.OS
has been removed
New Contributors
- @Malix-off made their first contribution in #366
Full Changelog: v0.18.8...v0.18.9
v0.18.8 - Premium buttons and more
v0.18.7
v0.18.6 - Additions and fixes
What's Changed
- Properly uncache members + scheduled events on guild delete by @sebm253 in ee8814f
- Handle group DMs (channels) by @sebm253 in #360
- Add
Banner
field toUserUpdate
by @sebm253 in #337 - Add
ConnectionTypeDomain
and renameConnectionTypeTwitter
toConnectionTypeX
by @sebm253 in #304 - Add
Type
toEventMessageReactionAdd
andEventMessageReactionRemove
by @sebm253 in 9356c13 - Add query params to
channels.GetReactions
by @sebm253 in #301 - Add guild onboarding + home audit log events by @sebm253 in #258
- Add
InviteType
by @sebm253 in #327 - Add
InteractionGuild
by @sebm253 in #276 and 3599a10 - Add
MessageCall
by @sebm253 in d201345 - Fix
VoiceRegion.ID
type by @MCausc78 in #354 - Populate
CreatedAt
inEventMessageUpdate
by @sebm253 in 7bb8e17
Breaking Changes
ConnectionTypeTwitter
has been renamed toConnectionTypeX
channels.GetReactions
now accepts 3 new parameters:reactionType
,after
andbefore
New Contributors
Full Changelog: v0.18.5...v0.18.6
v0.18.5 - Bug fix and more
What's Changed
- Fix incorrect type of
ID
inPollAnswerCount
by @mlnrDev in 791bf45 - Add one time purchase SKUs by @mlnrDev in #351
- Add
Image
toGuildScheduledEvent
andGuildScheduledEventUpdate
by @mlnrDev in abe9a44
Full Changelog: v0.18.4...v0.18.5
v0.18.4 - Consistency fix
What's Changed
- Rename some
PollCreateBuilder
funcs for consistency by @mlnrDev in 3ff4973
Breaking Changes
PollCreateBuilder.SetPollAnswers
->SetAnswers
,PollCreateBuilder.AddPollAnswer
->AddAnswer
Full Changelog: v0.18.3...v0.18.4