Skip to content

Releases: disgoorg/disgo

v0.13.8

25 Jul 10:24
Compare
Choose a tag to compare

What's Changed

  • fix missing route queries for get messages in 0a9b6ee
  • fix MessageBulkDelete json tag in 2865f5e
  • remove cache.FlagsDefault & cache.PolicyDefault, add missing cache flags to cache.FlagsAll & tweak logic when entities are cached in 962b8e4

Full Changelog: v0.13.7...v0.13.8

v0.13.7

23 Jul 13:01
Compare
Choose a tag to compare

What Changed

  • url encode http reason header in e78df4c
  • add missing ApplicationFlags in 0e8497b

Full Changelog: v0.13.6...v0.13.7

v0.13.6

22 Jul 11:31
Compare
Choose a tag to compare

What Changed

  • fix unmarshalling into interface in Rest. GetGuildChannels() in c1cbf2e

Full Changelog: v0.13.5...v0.13.6

v0.13.5

18 Jul 07:44
Compare
Choose a tag to compare

Whats Changed

  • fix text input components always being required in 5e7e7ee

Full Changelog: v0.13.4...v0.13.5

v0.13.4

16 Jul 12:44
Compare
Choose a tag to compare

What's Changed

  • fix withCounts guild query by @ftqo in #176

Full Changelog: v0.13.3...v0.13.4

v0.13.3

13 Jul 19:21
Compare
Choose a tag to compare

Whats Changed

  • fix guild member remove event by @caneleex in 84286e0
  • added WithDefaultShardManager and WithDefaultGateway and tweaked client building logic by @TopiSenpai in 88af671

Breaking Changes

  • rename ConnectGateway > OpenGateway, ConnectShardManager > OpenShardManager, StartHTTPServer > OpenHTTPServer by @TopiSenpai in fe34363
  • rename DefaultHTTPServerEventHandler > DefaultHTTPServerEventHandlerFunc and DefaultGatewayEventHandler > DefaultGatewayEventHandlerFunc & simplify stuff by @TopiSenpai in 036c102

Full Changelog: v0.13.2...v0.13.3

v0.13.2

09 Jul 22:20
9d431e6
Compare
Choose a tag to compare

What's Changed

  • Added periods to comment messages by @mrredo in #175
  • Rework interaction option handling and resume fixes by @TopiSenpai in #174

New Contributors

Full Changelog: v0.13.1...v0.13.2

v0.13.1

02 Jul 23:16
Compare
Choose a tag to compare

What Changed:

  • fixed ApplicationCommandOptionChoice Name field name in 721935c

Full Changelog: v0.13.0...v0.13.1

v0.13.0

02 Jul 22:23
c682129
Compare
Choose a tag to compare

What's Changed

  • gateway structs & const cleanup by @TopiSenpai in #173

Breaking Changes

  • unify ApplicationCommandOption, SlashCommandOption & AutocompleteOption naming & added Name method on ApplicationCommandOption in b68c4aa
  • discord.GatewayIntent moved to gateway.Intent
  • gateway.WithGatewayIntents renamed to gateway.WithIntents
  • discord.GatewayMessage moved to gateway.Message
  • discord.GatewayMessageData moved to gateway.MessageData and all it's implementations
  • gateway.EventHandlerFunc now gets the json decoded event data directly
  • httpserver.EventHandlerFunc now gets the json decoded event data directly

Full Changelog: v0.12.7...v0.13.0

v0.12.7

02 Jul 13:47
0d27bc2
Compare
Choose a tag to compare

What's Changed

  • fix shardmanager starting up with one shard too few by @TopiSenpai in 730bac6

  • make "failed to reopen gateway" error friendlier by @caneleex in 50dcc07

  • add AppPermissions field to interactions by @caneleex in 192115b and 425d048

  • add MinLength and MaxLength to ApplicationCommandOptionString by @caneleex in #171

  • fix ratelimit retrying on 429 hit by @TopiSenpai in #169

  • auto moderation by @TopiSenpai in #167

  • update identify connection property field names by @TopiSenpai in #172

Breaking Changes

  • update message types, added MessageType.System() and MessageType.Deleteable() by @TopiSenpai in 19534e8

Full Changelog: v0.12.6...v0.12.7