Releases: dc-Ragnarok/Fenrir
Releases · dc-Ragnarok/Fenrir
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
What's Changed
- Log close code & reason for websocket connections @Naneynonn in #87
Full Changelog: 0.12.0...0.12.1
0.12.0
0.11.3
Fix resumes
Gateway wasn´t being attached to a resume url, causing resumes to always fail. This is now fixed
Fix breaking change for deferred command responses
Using a deferred response for interaction callbacks without adding any data fields would result in an error, this is now fixed
New command handler
What's Changed
- Add proper command handler by @Exanlv in #81
- Deprecate registering commands via
Ragnarok\Fenrir\InteractionHandler
@Exanlv in #81
See the wiki for more info on how to use the new command handler https://github.com/dc-Ragnarok/Fenrir/wiki/6.-Application-Commands
Full Changelog: 0.10.5...0.11.0