|
40 | 40 | - #1923 Add Attachments property to MessageProperties (933ea42) |
41 | 41 | - #1942 Add multi-file upload to webhooks (bc440ab) |
42 | 42 | - #1943 Handle bidirectional usernames (10afd96) |
43 | | -- #1944 Add Voice binaries (b5c150d) |
| 43 | +- #1945 Updated socket presence and add new presence event (9d6dc62) |
44 | 44 | - #1948 Added warnings on invalid gateway intents (51e06e9) |
45 | 45 | - #1949 Add default application games (82276e3) |
46 | 46 | - #1950 Add custom setter to Group property of ModuleBuilder to automatically invoke AddAliases (ba656e9) |
47 | | -- #1958 Add NET5.0 and NET6.0 builds (aa6bb5e) |
48 | 47 | - #1958 Add Discord.Interactions framework (aa6bb5e) |
49 | 48 |
|
50 | 49 | ### Fixed |
|
61 | 60 | - #1871 Fix empty role list if not present (f47001a) |
62 | 61 | - #1872 Connection deadlock when trying to Send and Disconnect (97d90b9) |
63 | 62 | - #1873 Remove OperationCanceledException handling in connecting logic (7cf8499) |
64 | | -- #1876 Message type (ac52a11) |
65 | | -- #1877 Rest message type (22bb1b0) |
| 63 | +- #1876 Fix SocketMessage type always being default (ac52a11) |
| 64 | +- #1877 Fix RestMessage type always being default (22bb1b0) |
66 | 65 | - #1886 Change embed description max length to 4096 (8349cd7) |
67 | 66 | - #1923 Fix ReactionAdded cached parameters (933ea42) |
68 | 67 | - #1923 Fixed GuildMemberUpdated cached parameters (933ea42) |
69 | 68 | - #1923 Fixed UserIsTypeing cached parameters (933ea42) |
70 | 69 | - #1941 Fix Emote.TryParse (900c1f4) |
71 | | -- #1946 NRE when adding parameters thru builders (143ca6d) |
| 70 | +- #1946 Fix NRE when adding parameters in ModuleBuilders (143ca6d) |
72 | 71 | - #1947 ShardedClient's CurrentUser interface property being null (d5f5ae1) |
73 | 72 |
|
74 | 73 | ### Misc |
75 | 74 |
|
76 | 75 | - #1852 Internal change to GetOrCreateUser (dfaaa21) |
77 | 76 | - #1923 Make Hierarchy a IGuildUser property (933ea42) |
78 | | -- #1923 Changed embed discription length to 4096 (933ea42) |
79 | 77 | - #1923 Fixed gateway serialization to include nulls for API v9 (933ea42) |
80 | 78 | - #1923 Removed error log for gateway reconnects (933ea42) |
81 | | -- #1945 Updated socket presence and add new presence event (9d6dc62) |
82 | 79 |
|
83 | 80 | ## [2.4.0] - 2021-05-22 |
84 | 81 |
|
|
0 commit comments