Skip to content

Releases: disgoorg/disgo

v0.13.11

04 Aug 18:56
Compare
Choose a tag to compare

What's Changed

  • rework rest & cdn endpoint handling by @TopiSenpai in #180
  • Fix 1006 close code error by @TopiSenpai in #182

Full Changelog: v0.13.10...v0.13.11

v0.13.10

27 Jul 18:59
841c655
Compare
Choose a tag to compare

Whats Changed

  • move interaction handling in it's own function, add httpserver.EventInteractionCreate as event payload & remove getters on httpserver.Server in ce7454e
  • remove logger getters on all interfaces except bot.Client in d0018c5
  • http interaction tweaks by @TopiSenpai in #178

Full Changelog: v0.13.9...v0.13.10

v0.13.9

25 Jul 23:21
Compare
Choose a tag to compare

Breaking Changes

  • unify application command create/update/option name field to Name with renamed getters in 5451077

Full Changelog: v0.13.8...v0.13.9

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
07e3909
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
6ea6fc5
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