Skip to content

Releases: disgoorg/disgo

v0.18.6 - Additions and fixes

23 May 19:40
3599a10
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • ConnectionTypeTwitter has been renamed to ConnectionTypeX
  • channels.GetReactions now accepts 3 new parameters: reactionType, after and before

New Contributors

Full Changelog: v0.18.5...v0.18.6

v0.18.5 - Bug fix and more

07 May 11:41
7bfde5b
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect type of ID in PollAnswerCount by @mlnrDev in 791bf45
  • Add one time purchase SKUs by @mlnrDev in #351
  • Add Image to GuildScheduledEvent and GuildScheduledEventUpdate by @mlnrDev in abe9a44

Full Changelog: v0.18.4...v0.18.5

v0.18.4 - Consistency fix

23 Apr 13:35
3ff4973
Compare
Choose a tag to compare

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

v0.18.3 - Polls!

22 Apr 17:58
a587875
Compare
Choose a tag to compare

What's Changed

  • Add polls by @mlnrDev in #346

Full Changelog: v0.18.2...v0.18.3

v0.18.2 - More fixes

12 Apr 18:39
1c2e34f
Compare
Choose a tag to compare

What's Changed

  • Fix panics in emoji rest calls by @mlnrDev in 1c2e34f
  • Fix MessageUpdateBuilder.RetainAttachments when no parameters are provided by @topi314 in 1254a6c

Full Changelog: v0.18.1...v0.18.2

v0.18.1

10 Apr 20:23
c13ef9f
Compare
Choose a tag to compare

What's Changed

  • Fix cdn endpoint issues for stickers & avatar decorations by @topi314 in #349

Full Changelog: v0.18.0...v0.18.1

v0.18.0 - User apps, fixes and more

07 Apr 22:40
d861eea
Compare
Choose a tag to compare

What's Changed

Caution

User-installable apps are currently in preview. During the preview, there are major limitations and known bugs, and API details are subject to change.

  • Add support for user apps by @mlnrDev in #341
  • Fix nil panic in message reaction add handler by @topi314 in #347
  • Update avatar decorations by @mlnrDev in #320
  • Add bulk ban endpoint by @mlnrDev in #342
  • Add ConnectionTypeBungie by @mlnrDev in #340
  • Allow multiple gateway closes without blocking forever by @topi314 in #339
  • Add TeamRole by @mlnrDev in #343
  • Declare missing types for iota consts by @mlnrDev in #344
  • otel support via context in command handler by @topi314 in #333
  • Feature/more distinct handler methods by @topi314 in #338
  • Refactor oauth params into a struct by @mlnrDev in #345

Breaking Changes

  • handler middlewares now have a handler.InteractionEvent type which carries a context, path variables & provide convenient methods to respond to interactions
  • handler.XEvent.Variables has been renamed to handler.XEvent.Vars
  • refactor of oauth2.GenerateAuthorizationURL() & GenerateAuthorizationURLState() params into a struct to prevent breaking changes in the future

Full Changelog: v0.17.2...v0.18.0

v0.17.2 - Enforce nonce

13 Feb 16:19
842ff0c
Compare
Choose a tag to compare

What's Changed

  • Add support for enforce_nonce by @mlnrDev in #332
  • Add ChoiceName() to choices by @mlnrDev in b4099f0
  • Add Focused() to AutocompleteInteractionData by @topi314 in 7ddf0a0

Full Changelog: v0.17.1...v0.17.2

v0.17.1

01 Feb 23:09
d3e0672
Compare
Choose a tag to compare

What's Changed

  • Add AppliedTags to WebhookMessageCreate by @mlnrDev in #326
  • Add MentionChannel by @mlnrDev in #331

Full Changelog: v0.17.0...v0.17.1

v0.17.0 - Migration to slog, Go 1.21 and a permission hotfix

18 Nov 15:16
c4ffb05
Compare
Choose a tag to compare

What's Changed

  • Migrate to slog & go 1.21 by @topi314 in #294
  • Fix checking timeouts when calculating permissions by @mlnrDev in c4ffb05
  • Add new expressions and events permissions by @mlnrDev in #292

Breaking Changes

Full Changelog: v0.16.12...v0.17.0