Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Releases: NAFTeam/NAFF

NAFF - 2.1.1

13 Mar 07:57
Compare
Choose a tag to compare

What's New:

  • Library is now deprecated

What's Fixed:

  • Voice ip discovery is now patched to continue working in accordance to discord's breaking change

PLEASE NOTE

There will be no further releases to NAFF. Please migrate to interactions.py, where all development is continuing https://github.com/interactions-py/interactions.py

Full Changelog: NAFF-2.1.0...NAFF-2.1.1

NAFF - 2.1.0

06 Jan 16:50
03ab96e
Compare
Choose a tag to compare

What's New

What's Fixed

Docs

New Contributors

  • @fieu made their first contribution in #736

Full Changelog: NAFF-2.0.0...NAFF-2.1.0

NAFF - 2.0.0

20 Nov 08:18
55b66b1
Compare
Choose a tag to compare

Migration Guide: https://naff.info/Guides/98%202.x%20Migration.html

What's New

What's Fixed

New Contributors

Full Changelog: NAFF-1.12.0...NAFF-2.0.0

NAFF - 1.12.0

19 Oct 17:33
60c6e60
Compare
Choose a tag to compare

What's Changed

What's Fixed

  • fix: handle references to a voice channel that doesnt exist by @LordOfPolls in #660
  • fix: handle no joined_at attribute by @LordOfPolls in #680
  • fix: resolve global ratelimit being exceeded by @LordOfPolls in #679
  • tests: Clean up lost test guilds by @silasary in #676
  • fix: Correct the type annotations for extension parameters by @silasary in #657
  • fix: Use Iterable instead of List to prevent covariance issues in Contexts and SendMixin by @silasary in #658

Full Changelog: NAFF-1.11.1...NAFF-1.12.0

NAFF - 1.11.1

25 Sep 17:02
9b5d70b
Compare
Choose a tag to compare

What's Fixed

  • Sync when min/max_length changed
  • Fix printing httpexceptions without errors param

Full Changelog: NAFF-1.11.0...NAFF-1.11.1

NAFF - 1.11.0

25 Sep 15:44
a4aa4fc
Compare
Choose a tag to compare

What's Changed

  • feat: support component only messages by @LordOfPolls in #630
  • feat: Allow Sentry extension to catch errors generated by Tasks by @silasary in #653

What's Fixed

  • fix: Various bugs in channel_delete by @benwoo1110 in #625
  • fix: Typing of some create_guild parameters by @benwoo1110 in #626
  • fix: positional argument error in fetch messages by @LordOfPolls in #627
  • fix: Add delete_message_seconds to ban helpers by @zevaryx in #629
  • fix: Requests Mixins aren't ABCs by @silasary in #634
  • fix: fix usage of hybrid cmds with no localized names by @Astrea49 in #639
  • fix: handle discord not sending an error attrib in exceptions by @LordOfPolls in #633
  • fix: Correctly reschedule tasks when they return a new trigger by @silasary in #642
  • fix: properly remove deleted channel from cache by @Astrea49 in #648

Full Changelog: NAFF-1.10.0...NAFF-1.11.0

NAFF - 1.10.0

05 Sep 07:42
b7f675a
Compare
Choose a tag to compare

What's Changed

Whats Fixed

Full Changelog: NAFF-1.9.0...NAFF-1.10.0

NAFF - 1.9.0

28 Aug 18:35
0081ecb
Compare
Choose a tag to compare

What's Changed

What's Fixed

Full Changelog: NAFF-1.8.1...NAFF-1.9.0

NAFF - 1.8.1

16 Aug 05:36
db1ff7d
Compare
Choose a tag to compare

What's Changed

  • fix: Add minimum version for discord-typings by @silasary in #607

Full Changelog: NAFF-1.8.0...NAFF-1.8.1

NAFF - 1.8.0

15 Aug 19:56
0a45808
Compare
Choose a tag to compare

What's Changed

What's Fixed

  • fix: proeperly remove alias for prefixed cmd's remove_command by @Astrea49 in #574
  • fix: Add missing await in client._on_error handler. by @silasary in #579
  • fix: allow coroutines for prefixed commands by @Astrea49 in #581
  • fix: make ignore_extra work for no param prefixed cmds by @Astrea49 in #582
  • fix: parse NoArgumentConverter correctly by @Astrea49 in #584
  • fix: use to_snowflake for remove_role by @Astrea49 in #589
  • fix: Channel pain points by @LordOfPolls in #596
  • fix: give defaults to content vars for automod actions by @Astrea49 in #600
  • fix: unset ready on reconnect by @LordOfPolls in #595
  • fix: Add GuildForum to TYPE_GUILD_CHANNEL for typehinting by @benwoo1110 in #604
  • fix: remove member from guild/cache on remove by @Astrea49 in #603

Full Changelog: NAFF-1.7.1...NAFF-1.8.0