@@ -30,18 +30,25 @@ These changes are available on the `master` branch, but have not yet been releas
3030 ([ #2587 ] ( https://github.com/Pycord-Development/pycord/pull/2587/ ) )
3131- Added optional ` filter ` parameter to ` utils.basic_autocomplete() ` .
3232 ([ #2590 ] ( https://github.com/Pycord-Development/pycord/pull/2590 ) )
33+ - Added role tags: ` subscription_listing_id ` , ` guild_connections ` , and
34+ ` available_for_purchase ` .
35+ ([ #2606 ] ( https://github.com/Pycord-Development/pycord/pull/2606 ) )
3336- Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
3437 ([ #2615 ] ( https://github.com/Pycord-Development/pycord/pull/2615 ) )
3538- Added the following missing permissions: ` Permissions.use_soundboard ` ,
3639 ` Permissions.use_external_sounds ` , and
3740 ` Permissions.view_creator_monetization_analytics ` .
3841 ([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
42+ - Added ` MediaChannel ` channel type.
43+ ([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
3944- Added ` Message._raw_data ` attribute.
4045 ([ #2670 ] ( https://github.com/Pycord-Development/pycord/pull/2670 ) )
4146- Added helper methods to determine the authorizing party of an ` Interaction ` .
4247 ([ #2659 ] ( https://github.com/Pycord-Development/pycord/pull/2659 ) )
4348- Added ` VoiceMessage ` subclass of ` File ` to allow voice messages to be sent.
4449 ([ #2579 ] ( https://github.com/Pycord-Development/pycord/pull/2579 ) )
50+ - Added new ` Subscription ` object and related methods/events.
51+ ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
4552- Added ` positional ` argument to ` commands.Flag ` .
4653 ([ #2443 ] ( https://github.com/Pycord-Development/pycord/pull/2443 ) )
4754
@@ -68,16 +75,28 @@ These changes are available on the `master` branch, but have not yet been releas
6875 ([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
6976- Fixed ` AttributeError ` when sending polls with ` PartialWebook ` .
7077 ([ #2624 ] ( https://github.com/Pycord-Development/pycord/pull/2624 ) )
78+ - Fixed editing ` ForumChannel ` flags not working.
79+ ([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
7180- Fixed ` AttributeError ` when accessing ` Member.guild_permissions ` for user installed
7281 apps. ([ #2650 ] ( https://github.com/Pycord-Development/pycord/pull/2650 ) )
7382- Fixed type annotations of cached properties.
7483 ([ #2635 ] ( https://github.com/Pycord-Development/pycord/issues/2635 ) )
84+ - Fixed malformed properties in ` Interaction.channel ` .
85+ ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
7586- Fixed an error when responding non-ephemerally with a ` Paginator ` to an ephemerally
7687 deferred interaction.
7788 ([ #2661 ] ( https://github.com/Pycord-Development/pycord/pull/2661 ) )
7889- Fixed attachment metadata being set incorrectly in interaction responses causing the
7990 metadata to be ignored by Discord.
8091 ([ #2679 ] ( https://github.com/Pycord-Development/pycord/pull/2679 ) )
92+ - Fixed unexpected backoff behavior in the handling of task failures
93+ ([ #2700 ] ( https://github.com/Pycord-Development/pycord/pull/2700 ) ).
94+ - Fixed ` BridgeCommand ` duplicate in default help command.
95+ ([ #2656 ] ( https://github.com/Pycord-Development/pycord/pull/2656 ) )
96+ - Fixed ` AttributeError ` when trying to consume a consumable entitlement.
97+ ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
98+ - Fixed ` Subscription.renewal_sku_ids ` not accepting ` None ` from the received payload.
99+ ([ #2709 ] ( https://github.com/Pycord-Development/pycord/pull/2709 ) )
81100
82101### Changed
83102
@@ -93,13 +112,17 @@ These changes are available on the `master` branch, but have not yet been releas
93112 ([ #2176 ] ( https://github.com/Pycord-Development/pycord/pull/2176 ) )
94113- Updated ` Guild.filesize_limit ` to 10 MB instead of 25 MB following Discord's API
95114 changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
115+ - ` Entitlement.ends_at ` can now be ` None ` .
116+ ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
96117
97118### Deprecated
98119
99120- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
100121 ([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
101122- Deprecated ` Emoji ` in favor of ` GuildEmoji ` .
102123 ([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
124+ - Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
125+ ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
103126
104127## [ 2.6.1] - 2024-09-15
105128
0 commit comments