Releases: disgoorg/disgo
Releases · disgoorg/disgo
v0.13.9
v0.13.8
What's Changed
- fix missing route queries for get messages in 0a9b6ee
- fix MessageBulkDelete json tag in 2865f5e
- remove
cache.FlagsDefault
&cache.PolicyDefault
, add missing cache flags tocache.FlagsAll
& tweak logic when entities are cached in 962b8e4
Full Changelog: v0.13.7...v0.13.8
v0.13.7
v0.13.6
v0.13.5
v0.13.4
v0.13.3
Whats Changed
- fix guild member remove event by @caneleex in 84286e0
- added
WithDefaultShardManager
andWithDefaultGateway
and tweaked client building logic by @TopiSenpai in 88af671
Breaking Changes
- rename
ConnectGateway
>OpenGateway
,ConnectShardManager
>OpenShardManager
,StartHTTPServer
>OpenHTTPServer
by @TopiSenpai in fe34363 - rename
DefaultHTTPServerEventHandler
>DefaultHTTPServerEventHandlerFunc
andDefaultGatewayEventHandler
>DefaultGatewayEventHandlerFunc
& simplify stuff by @TopiSenpai in 036c102
Full Changelog: v0.13.2...v0.13.3
v0.13.2
v0.13.1
v0.13.0
What's Changed
- gateway structs & const cleanup by @TopiSenpai in #173
Breaking Changes
- unify
ApplicationCommandOption
,SlashCommandOption
&AutocompleteOption
naming & added Name method onApplicationCommandOption
in b68c4aa discord.GatewayIntent
moved togateway.Intent
gateway.WithGatewayIntents
renamed togateway.WithIntents
discord.GatewayMessage
moved togateway.Message
discord.GatewayMessageData
moved togateway.MessageData
and all it's implementationsgateway.EventHandlerFunc
now gets the json decoded event data directlyhttpserver.EventHandlerFunc
now gets the json decoded event data directly
Full Changelog: v0.12.7...v0.13.0