@@ -10,6 +10,10 @@ possible (see our [Version Guarantees] for more info).
10
10
11
11
These changes are available on the ` master ` branch, but have not yet been released.
12
12
13
+ _ No changes yet_
14
+
15
+ ## [ 2.4.0] - 2023-02-10
16
+
13
17
### Added
14
18
15
19
- Added new AutoMod trigger metadata properties ` regex_patterns ` , ` allow_list ` , and
@@ -21,8 +25,8 @@ These changes are available on the `master` branch, but have not yet been releas
21
25
metadata, along with the ` fetch_role_connection_metadata_records ` and
22
26
` update_role_connection_metadata_records ` methods in ` Client ` .
23
27
([ #1791 ] ( https://github.com/Pycord-Development/pycord/pull/1791 ) )
24
- - Added new message types, ` interaction_premium_upsell ` , ` stage_start ` , ` stage_end ` ,
25
- ` stage_speaker ` , ` stage_raise_hand ` , ` stage_topic ` , and
28
+ - Added new message types, ` role_subscription_purchase ` , ` interaction_premium_upsell ` ,
29
+ ` stage_start ` , ` stage_end ` , ` stage_speaker ` , ` stage_raise_hand ` , ` stage_topic ` , and
26
30
` guild_application_premium_subscription ` .
27
31
([ #1852 ] ( https://github.com/Pycord-Development/pycord/pull/1852 ) )
28
32
- Added new ` EmbeddedActivity ` values.
@@ -34,27 +38,34 @@ These changes are available on the `master` branch, but have not yet been releas
34
38
- Added new raw events: ` raw_member_remove ` , ` raw_thread_update ` , and
35
39
` raw_thread_member_remove ` .
36
40
([ #1880 ] ( https://github.com/Pycord-Development/pycord/pull/1880 ) )
41
+ - Improved support for setting channel types & added new channel types for
42
+ ` discord.Option ` . ([ #1883 ] ( https://github.com/Pycord-Development/pycord/pull/1883 ) )
37
43
38
44
### Changed
39
45
40
46
- Changed ` EmbeddedActivity ` values to update accordingly with the new activities.
41
47
([ #1859 ] ( https://github.com/Pycord-Development/pycord/pull/1859 ) )
48
+ - Advanced version info is now stored as a dict in ` version_info.advanced ` instead of
49
+ attributes on the ` version_info ` object.
50
+ ([ #1920 ] ( https://github.com/Pycord-Development/pycord/pull/1920 ) )
51
+ - The ` version_info.release_level ` attribute has been reverted to its previous name,
52
+ ` releaselevel ` . ([ #1920 ] ( https://github.com/Pycord-Development/pycord/pull/1920 ) )
42
53
43
54
### Fixed
44
55
45
56
- Fixed bugs in ` Page.update_files ` where file objects stored in memory were causing an
46
57
` AttributeError ` , and ` io.BytesIO ` files didn't send properly more than once.
47
58
([ #1869 ] ( https://github.com/Pycord-Development/pycord/pull/1869 ) &
48
59
[ #1881 ] ( https://github.com/Pycord-Development/pycord/pull/1881 ) )
49
- - Fixed an unhandled ` KeyError ` exception when receiving GIF stickers.
50
- ([ #1915 ] ( https://github.com/Pycord-Development/pycord/pull/1915 ) )
51
-
52
- ## [ 2.3.2] - 2022-12-03
53
-
54
- ### Fixed
55
-
56
60
- Fixed bridge groups missing the ` parent ` attribute.
57
61
([ #1823 ] ( https://github.com/Pycord-Development/pycord/pull/1823 ) )
62
+ - Fixed issues with creating auto moderation rules.
63
+ ([ #1822 ] ( https://github.com/Pycord-Development/pycord/pull/1822 ) )
64
+
65
+ ## [ 2.3.3] - 2023-02-10
66
+
67
+ - Fixed an unhandled ` KeyError ` exception when receiving GIF stickers, causing crashes.
68
+ ([ #1915 ] ( https://github.com/Pycord-Development/pycord/pull/1915 ) )
58
69
59
70
## [ 2.3.2] - 2022-12-03
60
71
@@ -114,6 +125,7 @@ These changes are available on the `master` branch, but have not yet been releas
114
125
([ #1678 ] ( https://github.com/Pycord-Development/pycord/pull/1678 ) )
115
126
- ` get_application_command() ` now supports retrieving subcommands and subcommand groups.
116
127
([ #1678 ] ( https://github.com/Pycord-Development/pycord/pull/1678 ) )
128
+ -
117
129
118
130
### Removed
119
131
@@ -509,7 +521,9 @@ These changes are available on the `master` branch, but have not yet been releas
509
521
- Fix py3.10 UnionType checks issue.
510
522
([ #1240 ] ( https://github.com/Pycord-Development/pycord/pull/1240 ) )
511
523
512
- [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.3.2...HEAD
524
+ [ unreleased ] : https://github.com/Pycord-Development/pycord/compare/v2.4.0...HEAD
525
+ [ 2.4.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0
526
+ [ 2.3.3 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.3.3
513
527
[ 2.3.2 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.1...v2.3.2
514
528
[ 2.3.1 ] : https://github.com/Pycord-Development/pycord/compare/v2.3.0...v2.3.1
515
529
[ 2.3.0 ] : https://github.com/Pycord-Development/pycord/compare/v2.2.2...v2.3.0
0 commit comments