Skip to content

Releases: dc-Ragnarok/Fenrir

0.12.5

15 May 13:01
e6cc773
Compare
Choose a tag to compare

What's Changed

  • Increase depth limit and forego event in case of null after decode by @Exanlv in #92

Full Changelog: 0.12.4...0.12.5

0.12.4

30 Apr 08:53
925352d
Compare
Choose a tag to compare

What's Changed

  • Fix mapping for GuildDelete event by @Exanlv in #91

Full Changelog: 0.12.3...0.12.4

0.12.3

23 Apr 08:22
25855f8
Compare
Choose a tag to compare

What's Changed

  • Add enforce nonce to message builder by @Exanlv in #89

Full Changelog: 0.12.2...0.12.3

0.12.2

06 Apr 12:14
46ff7aa
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Use proper body formatting for Bulk Delete Messages by @Exanlv in #88

Full Changelog: 0.12.1...0.12.2

0.12.1

05 Apr 10:33
76f02ff
Compare
Choose a tag to compare

What's Changed

  • Log close code & reason for websocket connections @Naneynonn in #87

Full Changelog: 0.12.0...0.12.1

0.12.0

28 Mar 09:48
2576386
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated application ID from global & guild command extensions by @Exanlv in #86

Full Changelog: 0.11.3...0.12.0

0.11.3

28 Mar 08:52
80b3374
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Filter out token from (most) logs by @Exanlv in #84
  • FEATURE: Add AllCommandExtension to listen to all commands being executed @Exanlv in #85
  • BUGFIX: Command groups always emitted the first command in group by @Exanlv in #85

Full Changelog: 0.11.2...0.11.3

Fix resumes

17 Mar 09:14
e903967
Compare
Choose a tag to compare

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

28 Feb 21:45
Compare
Choose a tag to compare

Using a deferred response for interaction callbacks without adding any data fields would result in an error, this is now fixed

New command handler

28 Feb 20:20
b11ef16
Compare
Choose a tag to compare

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