@@ -30,6 +30,23 @@ 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 ) )
36+ - Added missing ` with_counts ` parameter to ` fetch_guilds ` method.
37+ ([ #2615 ] ( https://github.com/Pycord-Development/pycord/pull/2615 ) )
38+ - Added the following missing permissions: ` Permissions.use_soundboard ` ,
39+ ` Permissions.use_external_sounds ` , and
40+ ` Permissions.view_creator_monetization_analytics ` .
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 ) )
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 ) )
3350- Added new ` Subscription ` object and related methods/events.
3451 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
3552
@@ -50,6 +67,30 @@ These changes are available on the `master` branch, but have not yet been releas
5067 ([ #2595 ] ( https://github.com/Pycord-Development/pycord/pull/2595 ) )
5168- Fixed ` BucketType.category ` cooldown commands not functioning correctly in private
5269 channels. ([ #2603 ] ( https://github.com/Pycord-Development/pycord/pull/2603 ) )
70+ - Fixed ` ctx ` parameter of a ` SlashCommand ` not being ` Union ` type.
71+ ([ #2611 ] ( https://github.com/Pycord-Development/pycord/pull/2611 ) )
72+ - Fixed ` TypeError ` when passing ` skus ` parameter in ` Client.entitlements() ` .
73+ ([ #2627 ] ( https://github.com/Pycord-Development/pycord/issues/2627 ) )
74+ - Fixed ` AttributeError ` when sending polls with ` PartialWebook ` .
75+ ([ #2624 ] ( https://github.com/Pycord-Development/pycord/pull/2624 ) )
76+ - Fixed editing ` ForumChannel ` flags not working.
77+ ([ #2641 ] ( https://github.com/Pycord-Development/pycord/pull/2641 ) )
78+ - Fixed ` AttributeError ` when accessing ` Member.guild_permissions ` for user installed
79+ apps. ([ #2650 ] ( https://github.com/Pycord-Development/pycord/pull/2650 ) )
80+ - Fixed type annotations of cached properties.
81+ ([ #2635 ] ( https://github.com/Pycord-Development/pycord/issues/2635 ) )
82+ - Fixed malformed properties in ` Interaction.channel ` .
83+ ([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
84+ - Fixed an error when responding non-ephemerally with a ` Paginator ` to an ephemerally
85+ deferred interaction.
86+ ([ #2661 ] ( https://github.com/Pycord-Development/pycord/pull/2661 ) )
87+ - Fixed attachment metadata being set incorrectly in interaction responses causing the
88+ metadata to be ignored by Discord.
89+ ([ #2679 ] ( https://github.com/Pycord-Development/pycord/pull/2679 ) )
90+ - Fixed unexpected backoff behavior in the handling of task failures
91+ ([ #2700 ] ( https://github.com/Pycord-Development/pycord/pull/2700 ) ).
92+ - Fixed ` BridgeCommand ` duplicate in default help command.
93+ ([ #2656 ] ( https://github.com/Pycord-Development/pycord/pull/2656 ) )
5394
5495### Changed
5596
@@ -63,6 +104,8 @@ These changes are available on the `master` branch, but have not yet been releas
63104- Replaced audioop (deprecated module) implementation of ` PCMVolumeTransformer.read `
64105 method with a pure Python equivalent.
65106 ([ #2176 ] ( https://github.com/Pycord-Development/pycord/pull/2176 ) )
107+ - Updated ` Guild.filesize_limit ` to 10 MB instead of 25 MB following Discord's API
108+ changes. ([ #2671 ] ( https://github.com/Pycord-Development/pycord/pull/2671 ) )
66109- ` Entitlement.ends_at ` can now be ` None ` .
67110 ([ #2564 ] ( https://github.com/Pycord-Development/pycord/pull/2564 ) )
68111
@@ -383,7 +426,7 @@ These changes are available on the `master` branch, but have not yet been releas
383426 ([ #2075 ] ( https://github.com/Pycord-Development/pycord/pull/2075 ) )
384427- Fixed ` before_invoke ` not being run for ` SlashCommandGroup ` .
385428 ([ #2091 ] ( https://github.com/Pycord-Development/pycord/pull/2091 ) )
386- - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it hasn't been
429+ - Fixed ` AttributeError ` when accessing a ` Select ` object's values when it has not been
387430 interacted with. ([ #2104 ] ( https://github.com/Pycord-Development/pycord/pull/2104 ) )
388431- Fixed ` before_invoke ` being run twice for slash subcommands.
389432 ([ #2139 ] ( https://github.com/Pycord-Development/pycord/pull/2139 ) )
@@ -414,7 +457,7 @@ These changes are available on the `master` branch, but have not yet been releas
414457 ([ #2196 ] ( https://github.com/Pycord-Development/pycord/pull/2196 ) )
415458- Fixed ` AttributeError ` when running permission checks without the ` bot ` scope.
416459 ([ #2113 ] ( https://github.com/Pycord-Development/pycord/issues/2113 ) )
417- - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` doesn't
460+ - Fixed ` Option ` not working on bridge commands because ` ext.commands.Command ` does not
418461 recognize them. ([ #2256 ] ( https://github.com/Pycord-Development/pycord/pull/2256 ) )
419462- Fixed offset-aware tasks causing ` TypeError ` when being prepared.
420463 ([ #2271 ] ( https://github.com/Pycord-Development/pycord/pull/2271 ) )
@@ -514,7 +557,7 @@ These changes are available on the `master` branch, but have not yet been releas
514557### Fixed
515558
516559- Fixed bugs in ` Page.update_files ` where file objects stored in memory were causing an
517- ` AttributeError ` , and ` io.BytesIO ` files didn't send properly more than once.
560+ ` AttributeError ` , and ` io.BytesIO ` files did not send properly more than once.
518561 ([ #1869 ] ( https://github.com/Pycord-Development/pycord/pull/1869 ) &
519562 [ #1881 ] ( https://github.com/Pycord-Development/pycord/pull/1881 ) )
520563- Fixed bridge groups missing the ` parent ` attribute.
@@ -869,9 +912,9 @@ These changes are available on the `master` branch, but have not yet been releas
869912 ([ #1453 ] ( https://github.com/Pycord-Development/pycord/pull/1453 ) )
870913- Update ` thread.members ` on ` thread.fetch_members ` .
871914 ([ #1464 ] ( https://github.com/Pycord-Development/pycord/pull/1464 ) )
872- - Fix the error when Discord doesn't send the ` app_permissions ` data in ` Interaction ` .
915+ - Fix the error when Discord does not send the ` app_permissions ` data in ` Interaction ` .
873916 ([ #1467 ] ( https://github.com/Pycord-Development/pycord/pull/1467 ) )
874- - Fix AttributeError when voice client ` play() ` function isn't completed yet.
917+ - Fix AttributeError when voice client ` play() ` function is not completed yet.
875918 ([ #1360 ] ( https://github.com/Pycord-Development/pycord/pull/1360 ) )
876919
877920## [ 2.0.0-rc.1] - 2022-05-17
0 commit comments