Releases: disgoorg/disgo
Releases · disgoorg/disgo
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
v0.8.8
v0.8.7
What's Changed
- Use debug logs instead of info logs for the sharding manager by @Skye-31 in #135
- fix(GuildCreate): add guild to cache by @Skye-31 in #136
- Fix stack overflow for timestamp mentions by @Skye-31 in 3018fbd
- fix incorrect interaction callback type on defer create message by @TopiSenpai in 489bb66
- add send_start_notification to StageInstanceCreate by @TopiSenpai in a9730e5
- add support for animated guild banners by @caneleex in #103
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What Changed
- move roles, emojis. stickers in Guild type to different RestGuild type so those slices are not cached
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What Changed
- fix entities in guild create not having the guild id field set
- fixed channel type getters returning the wrong types
- remove client getter from chunking manager
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What Changed
- fix nil member chunking filter
- fix ping pong example
- rename BotUser field to Bot
Full Changelog: v0.8.3...v0.8.4