Releases: disgoorg/disgo
Releases · disgoorg/disgo
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
v0.8.10
v0.8.9
What Changed
- [BREAKING] remove member mention format
b69cc4d
see discord/discord-api-docs#4734 - implement
guild_id
inApplicationCommandInteractionData
in6d4858c
see discord/discord-api-docs#4754 - fix broken uploading for icons in
011918b
- add separate gateway version const in
4e7e54c
- use array instead of slice for shard in identify payload
5442917
- fix small small issues
4f859e6
- fix
withBearerToken
not working by @wnxd in #142 - added channel follow endpoint in
ff86d8d
- channel create fixes in
2c28cff
New Contributors
Full Changelog: v0.8.8...v0.8.9