Skip to content

Releases: disgoorg/disgo

v0.16.12

10 Nov 21:39
0162c70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.11...v0.16.12

v0.16.11 - App Subscriptions

29 Sep 13:16
44dfd8e
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • CreateModal -> Modal, Result -> AutocompleteResult
  • InteractionResponseTypeApplicationCommandAutocompleteResult -> InteractionResponseTypeAutocompleteResult

Full Changelog: v0.16.10...v0.16.11

v0.16.10 - Select Menu Default Values

27 Sep 15:39
c9986e8
Compare
Choose a tag to compare

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

27 Aug 17:59
cdef17e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.8...v0.16.9

v0.16.8 - Media Channels

04 Aug 22:27
b0885de
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • LastThreadID -> LastPostID, ForumTag -> ChannelTag, GuildForumThreadChannelUpdate -> GuildPostUpdate, ForumThreadCreate -> ThreadChannelPostCreate, ForumThread -> ThreadChannelPost and rest.CreateThreadInForum -> rest.CreatePostInThreadChannel
  • GetCurrentUserGuilds, GetCurrentUserGuildsPage and GetGuilds now accept an extra withCounts parameter
  • ImageFormat has been renamed to FileFormat

Full Changelog: v0.16.7...v0.16.8

v0.16.7

26 Jun 13:56
3985414
Compare
Choose a tag to compare

What's Changed

  • Fix nil pointer dereference in gatewayHandlerTypingStart by @jkdlgy in #280

Full Changelog: v0.16.6...v0.16.7

v0.16.6

11 Jun 00:17
f810691
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • moved github.com/disgoorg/disgo/internal/set into github.com/disgoorg/disgo/cache

New Contributors

Full Changelog: v0.16.5...v0.16.6

v0.16.5

23 May 08:19
Compare
Choose a tag to compare

What's Changed

  • add raid protection by @mlnrdev in #223
  • add Stickers to GuildPreview by @mlnrdev in c3f2beb
  • rename BoostProgressBarEnabled to PremiumProgressBarEnabled 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 from PartialChannel to InteractionChannel by @topi314 in 67ddd7c

Breaking Changes

  • BoostProgressBarEnabled was renamed to PremiumProgressBarEnabled to match the API docs
  • the type of Interaction.Channel was updated to InteractionChannel to make all channel fields sent by the API available

Full Changelog: v0.16.4...v0.16.5

v0.16.4

05 May 11:31
66a0ba4
Compare
Choose a tag to compare

What's Changed

  • fix missing user in resolved member by @TopiSenpai in e9b9dd1
  • fix missing user in target member by @TopiSenpai in 779858b
  • fix nil guild id in message delete event by @TopiSenpai in 66a0ba4

Full Changelog: v0.16.3...v0.16.4

v0.16.3

29 Apr 23:09
ccbf79c
Compare
Choose a tag to compare

What's Changed

  • Add voice messages by @caneleex in #265
  • Add Reaction() to emojis by @caneleex in #266
  • Fix(caches): properly calculate permissions' bitfield by @ZenShibata in #268
  • Fix: reset write & read deadline in voice conn open by @TopiSenpai in ccbf79c

Full Changelog: v0.16.2...v0.16.3