@@ -30,14 +30,25 @@ These changes are available on the `master` branch, but have not yet been releas
30
30
([ #2587 ] ( https://github.com/Pycord-Development/pycord/pull/2587/ ) )
31
31
- Added optional ` filter ` parameter to ` utils.basic_autocomplete() ` .
32
32
([ #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 ) )
33
36
- Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
34
37
([ #2615 ] ( https://github.com/Pycord-Development/pycord/pull/2615 ) )
35
38
- Added the following missing permissions: ` Permissions.use_soundboard ` ,
36
39
` Permissions.use_external_sounds ` , and
37
40
` Permissions.view_creator_monetization_analytics ` .
38
41
([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
42
+ - Added ` MediaChannel ` channel type.
43
+ ([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
44
+ - Added ` Message._raw_data ` attribute.
45
+ ([ #2670 ] ( https://github.com/Pycord-Development/pycord/pull/2670 ) )
39
46
- Added helper methods to determine the authorizing party of an ` Interaction ` .
40
47
([ #2659 ] ( https://github.com/Pycord-Development/pycord/pull/2659 ) )
48
+ - Added ` VoiceMessage ` subclass of ` File ` to allow voice messages to be sent.
49
+ ([ #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 ) )
41
52
- Added the ability to use functions with any number of optional arguments and functions
42
53
returning an awaitable as ` Option.autocomplete ` .
43
54
([ #2669 ] ( https://github.com/Pycord-Development/pycord/pull/2669 ) )
@@ -65,13 +76,28 @@ These changes are available on the `master` branch, but have not yet been releas
65
76
([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
66
77
- Fixed ` AttributeError ` when sending polls with ` PartialWebook ` .
67
78
([ #2624 ] ( https://github.com/Pycord-Development/pycord/pull/2624 ) )
79
+ - Fixed editing ` ForumChannel ` flags not working.
80
+ ([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
68
81
- Fixed ` AttributeError ` when accessing ` Member.guild_permissions ` for user installed
69
82
apps. ([ #2650 ] ( https://github.com/Pycord-Development/pycord/pull/2650 ) )
70
83
- Fixed type annotations of cached properties.
71
84
([ #2635 ] ( https://github.com/Pycord-Development/pycord/issues/2635 ) )
85
+ - Fixed malformed properties in ` Interaction.channel ` .
86
+ ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
72
87
- Fixed an error when responding non-ephemerally with a ` Paginator ` to an ephemerally
73
88
deferred interaction.
74
89
([ #2661 ] ( https://github.com/Pycord-Development/pycord/pull/2661 ) )
90
+ - Fixed attachment metadata being set incorrectly in interaction responses causing the
91
+ metadata to be ignored by Discord.
92
+ ([ #2679 ] ( https://github.com/Pycord-Development/pycord/pull/2679 ) )
93
+ - Fixed unexpected backoff behavior in the handling of task failures
94
+ ([ #2700 ] ( https://github.com/Pycord-Development/pycord/pull/2700 ) ).
95
+ - Fixed ` BridgeCommand ` duplicate in default help command.
96
+ ([ #2656 ] ( https://github.com/Pycord-Development/pycord/pull/2656 ) )
97
+ - Fixed ` AttributeError ` when trying to consume a consumable entitlement.
98
+ ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
99
+ - Fixed ` Subscription.renewal_sku_ids ` not accepting ` None ` from the received payload.
100
+ ([ #2709 ] ( https://github.com/Pycord-Development/pycord/pull/2709 ) )
75
101
76
102
### Changed
77
103
@@ -87,13 +113,17 @@ These changes are available on the `master` branch, but have not yet been releas
87
113
([ #2176 ] ( https://github.com/Pycord-Development/pycord/pull/2176 ) )
88
114
- Updated ` Guild.filesize_limit ` to 10 MB instead of 25 MB following Discord's API
89
115
changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
116
+ - ` Entitlement.ends_at ` can now be ` None ` .
117
+ ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
90
118
91
119
### Deprecated
92
120
93
121
- Deprecated ` AppInfo.summary ` in favor of ` AppInfo.description ` .
94
122
([ #2520 ] ( https://github.com/Pycord-Development/pycord/pull/2520 ) )
95
123
- Deprecated ` Emoji ` in favor of ` GuildEmoji ` .
96
124
([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
125
+ - Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
126
+ ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
97
127
98
128
## [ 2.6.1] - 2024-09-15
99
129
0 commit comments