You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+41
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,47 @@ This file is updated every release with the use of `towncrier` from the fragment
6
6
7
7
.. towncrier release notes start
8
8
9
+
Hikari 2.0.0.dev103 (2021-10-06)
10
+
================================
11
+
12
+
Breaking Changes
13
+
----------------
14
+
15
+
-`USE_PUBLIC_THREADS` and `USE_PRIVATE_THREADS` permissions have been removed in favour of new threads permission
16
+
- New permissions are split into `CREATE_PUBLIC_THREADS`, `CREATE_PRIVATE_THREADS` and `SEND_MESSAGES_IN_THREADS` ([#799](https://github.com/hikari-py/hikari/issues/799))
17
+
-`GuildAvailableEvent` will no longer fire when the bot joins new guilds
18
+
- Some `guild_create`-ish methods were renamed to `guild_available` ([#809](https://github.com/hikari-py/hikari/issues/809))
19
+
- Remove `hikari.errors.RESTErrorCode` enum
20
+
- The message that is sent with the error code is the info that the enum contained ([#816](https://github.com/hikari-py/hikari/issues/816))
21
+
- PermissionOverwrite doesn't inherit from Unique anymore and isn't hashable. Equality checks now consider all its fields. ([#820](https://github.com/hikari-py/hikari/issues/820))
22
+
23
+
24
+
Features
25
+
--------
26
+
27
+
- Add new `START_EMBEDDED_ACTIVITIES` permission ([#798](https://github.com/hikari-py/hikari/issues/798))
28
+
- Support new `channel_types` field in `CommandOption` ([#800](https://github.com/hikari-py/hikari/issues/800))
29
+
- Add the `add_component` method to `hikari.api.special_endpoints.ActionRowBuilder` ([#804](https://github.com/hikari-py/hikari/issues/804))
30
+
- Add `old_guild` attribute to `GuildLeaveEvent`. ([#806](https://github.com/hikari-py/hikari/issues/806))
31
+
- Add `GuildJoinEvent` that will fire when the bot joins new guilds ([#809](https://github.com/hikari-py/hikari/issues/809))
32
+
33
+
34
+
Bugfixes
35
+
--------
36
+
37
+
- Fix re-uploading forms with resources ([#787](https://github.com/hikari-py/hikari/issues/787))
38
+
- Prevent double linking embed resources, which causes them to upload twice
39
+
- This was caused by attempting to move the resource from one embed to another ([#788](https://github.com/hikari-py/hikari/issues/788))
40
+
- Fix `BulkDeleteError` returning incorrect values for `messages_skipped`
41
+
- This affected the `__str__` and `percentage_completion`, which also returned incorrect values ([#817](https://github.com/hikari-py/hikari/issues/817))
42
+
43
+
44
+
Documentation Improvements
45
+
--------------------------
46
+
47
+
- Add docstrings to the remaining undocumented `GatewayBot` methods ([#804](https://github.com/hikari-py/hikari/issues/804))
0 commit comments