Releases: disgoorg/disgo
Releases · disgoorg/disgo
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
v0.12.7
What's Changed
-
fix shardmanager starting up with one shard too few by @TopiSenpai in 730bac6
-
make "failed to reopen gateway" error friendlier by @caneleex in 50dcc07
-
add AppPermissions field to interactions by @caneleex in 192115b and 425d048
-
add MinLength and MaxLength to ApplicationCommandOptionString by @caneleex in #171
-
fix ratelimit retrying on 429 hit by @TopiSenpai in #169
-
auto moderation by @TopiSenpai in #167
-
update identify connection property field names by @TopiSenpai in #172
Breaking Changes
- update message types, added
MessageType.System()
andMessageType.Deleteable()
by @TopiSenpai in 19534e8
Full Changelog: v0.12.6...v0.12.7