What's Changed
- Fixed premature garbage collection of tasks by @Haptein in #2510
- Fixed
EntitlementIterator
type hints and behavior withlimit > 100
by @yoggys in #2555 - Fixed missing
stacklevel
parameter inwarn_deprecated
function call inside@utils.deprecated
by @Readeem in #2500 - Fixed the type hint in
ConnectionState._polls
to reflect actual behavior, changing it fromGuild
toPoll
by @Readeem in #2500 - Fixed missing
__slots__
attributes inRawReactionClearEmojiEvent
andRawMessagePollVoteEvent
by @Readeem in #2500 - Fixed the type of
ForumChannel.default_sort_order
, changing it fromint
toSortOrder
by @Readeem in #2500 - Fixed
PartialMessage
causing errors when created fromPartialMessageable
by @plun1331 in #2568 - Fixed the
guild
attribute ofMember
s recieved from aUserCommand
beingNone
by @plun1331 in #2573 - Fixed
Webhook.send
not including attachment data by @NeloBlivion in #2513 - Fixed inverted type hints in
CheckAnyFailure
by @Paillat-dev in #2502
Full Changelog: v2.6.0...v2.6.1