Releases: disgoorg/disgo
Releases · disgoorg/disgo
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.10.3
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
v0.10.1
v0.10.0
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
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