Skip to content

Releases: disgoorg/disgo

v0.11.2

17 May 22:31
Compare
Choose a tag to compare

What's Changed

  • allow passing funcs as listeners in #155
  • add cancelFunc to bot.WaitForEvent in 78e4642
  • cleanup missed cache flags in a54bf4b

Breaking Changes

  • in a54bf4b the FlagsDefault is now FlagsNone

Full Changelog: v0.11.1...v0.11.2

v0.11.1

16 May 23:00
Compare
Choose a tag to compare

What Changed

  • fix not applying max concurrency from gatewayBotRs & cleanup sharding ratelimiter in d66ebe1

Full Changelog: v0.11.0...v0.11.1

v0.11.0

16 May 22:29
Compare
Choose a tag to compare

What's Changed

  • Autoscaling shardmanager in #125
  • cleanup member chunking filter in aa18999

Full Changelog: v0.10.3...v0.11.0

v0.10.3

16 May 17:01
Compare
Choose a tag to compare

What Changed

  • remove close call from reconnect and remove Gateway.ReOpen in a810816
  • fix ephemeral messages triggering the dm event in 194ba37
  • cleanup cache.Flags & add cache policy for all caches in 22ae2b7
  • readd Member.GuildID and populate it where needed in 27e5efc
  • add WaitForEvent func to wait for a single event and not collect multiple in 72e2c76

Full Changelog: v0.10.2...v0.10.3

v0.10.2

15 May 17:07
c460292
Compare
Choose a tag to compare

What's Changed

  • fix multiple gateway closings happening in #154
  • added missing permission fields in ApplicationCommand from #150 in e2ce8d9

Full Changelog: v0.10.1...v0.10.2

v0.10.1

14 May 09:02
d48279e
Compare
Choose a tag to compare

What's Changed

  • expose sessionid and sequence on gateway, implement both on gatewayimpl by @ftqo in #153

New Contributors

  • @ftqo made their first contribution in #153

Full Changelog: v0.10.0...v0.10.1

v0.10.0

11 May 19:44
d79534d
Compare
Choose a tag to compare

What's Changed

  • allow setting a custom websocket dialer in #152
  • transition to uint64 snowflake ids and application command permissions v2 in #150

Breaking

  • This release is a breaking and uses v2 of the snowflake module which now uses uint64 snowflakes instead of strings.
  • Additionally broke the API with the release of permissions v2. See here for more info on that

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 May 23:13
78fcbf5
Compare
Choose a tag to compare

What's Changed

  • cache cleanup in #143
  • rest cleanup by #147
  • fix discord.Member #146
  • fix gateway reconnecting bug in #145
  • docs docs docs in #148
  • remove all ioutil usages in #151
  • fix time formatting error with different timezones by @wldh-g in #149

New Contributors

  • @wldh-g made their first contribution in #149

Full Changelog: v0.8.10...v0.9.0

v0.8.10

19 Apr 08:33
Compare
Choose a tag to compare

What Changed

  • fixed message create & sticker create not getting marshalled as multipart when adding files in ded6ec8

Full Changelog: v0.8.9...v0.8.10

v0.8.9

16 Apr 17:27
Compare
Choose a tag to compare

What Changed

New Contributors

  • @wnxd made their first contribution in #142

Full Changelog: v0.8.8...v0.8.9