Releases: disgoorg/disgo
Releases · disgoorg/disgo
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
v0.8.3
v0.8.2
v0.8.1
v0.8.0
THIS RELEASE IS 100% BREAKING AND REQUIRES GO 1.18
What's Changed
- the
core
package was full removed. all entities live in thediscord
package now and do not offer high level methods anymore - the
bot
package partially replace thecore
package now. It offers theClient
interface(replacement forcore.Bot
) - the
rest
package is now the standard to make requests to discord - caches are now implemented with generics(go 1.18 feature) and and live in the
cache
package bot.New
is now replaced withdisgo.New
info
package contests are moved todisgo
packagejson
package now has a genericNewPtr(t T) *T
function andOptional[T]
type to help with optional & nullable json fields
PRs
- implement application command localization by @TopiSenpai in #130
- unify gateway commands and messages, rename events for consistency by @TopiSenpai in #131
- remove core package and refactor by @TopiSenpai in #129
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- update to discords v10 api by @TopiSenpai in #127
- Fixed unused values on channelServiceImpl.GetMessages by @Thunder33345 in #128
- fix command options being omitted when not provided
New Contributors
- @Thunder33345 made their first contribution in #128
Full Changelog: v0.7.3...v0.7.4