@@ -30,6 +30,9 @@ 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 ` ,
@@ -38,6 +41,12 @@ These changes are available on the `master` branch, but have not yet been releas
38
41
([ #2620 ] ( https://github.com/Pycord-Development/pycord/pull/2620 ) )
39
42
- Added ` MediaChannel ` channel type.
40
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 ) )
46
+ - Added helper methods to determine the authorizing party of an ` Interaction ` .
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 ) )
41
50
42
51
### Fixed
43
52
@@ -68,6 +77,12 @@ These changes are available on the `master` branch, but have not yet been releas
68
77
apps. ([ #2650 ] ( https://github.com/Pycord-Development/pycord/pull/2650 ) )
69
78
- Fixed type annotations of cached properties.
70
79
([ #2635 ] ( https://github.com/Pycord-Development/pycord/issues/2635 ) )
80
+ - Fixed an error when responding non-ephemerally with a ` Paginator ` to an ephemerally
81
+ deferred interaction.
82
+ ([ #2661 ] ( https://github.com/Pycord-Development/pycord/pull/2661 ) )
83
+ - Fixed attachment metadata being set incorrectly in interaction responses causing the
84
+ metadata to be ignored by Discord.
85
+ ([ #2679 ] ( https://github.com/Pycord-Development/pycord/pull/2679 ) )
71
86
72
87
### Changed
73
88
@@ -81,6 +96,8 @@ These changes are available on the `master` branch, but have not yet been releas
81
96
- Replaced audioop (deprecated module) implementation of ` PCMVolumeTransformer.read `
82
97
method with a pure Python equivalent.
83
98
([ #2176 ] ( https://github.com/Pycord-Development/pycord/pull/2176 ) )
99
+ - Updated ` Guild.filesize_limit ` to 10 MB instead of 25 MB following Discord's API
100
+ changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
84
101
85
102
### Deprecated
86
103
0 commit comments