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
+49
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,55 @@ 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.dev109 (2022-06-26)
10
+
================================
11
+
12
+
Breaking Changes
13
+
----------------
14
+
15
+
- Removal of all application commands v1 related fields and endpoints.
16
+
- Discord has completely disabled some endpoints, so we unfortunately can't
17
+
deprecate them instead of removing them ([#1148](https://github.com/hikari-py/hikari/issues/1148))
18
+
- Removed the `resolved` attribute from `AutocompleteInteraction` as autocomplete interactions never have resolved objects. ([#1152](https://github.com/hikari-py/hikari/issues/1152))
19
+
-`build` methods are now typed as returning `MutableMapping[str, typing.Any]`. ([#1164](https://github.com/hikari-py/hikari/issues/1164))
20
+
21
+
22
+
Deprecation
23
+
-----------
24
+
25
+
-`messages.Mentions` object deprecated
26
+
- Alternatives can be found in the base message object ([#1149](https://github.com/hikari-py/hikari/issues/1149))
27
+
28
+
29
+
Features
30
+
--------
31
+
32
+
- Add `create` method to `CommandBuilder`. ([#1016](https://github.com/hikari-py/hikari/issues/1016))
33
+
- Support for attachments in REST-based interaction responses. ([#1048](https://github.com/hikari-py/hikari/issues/1048))
34
+
- Add option to disable automatic member chunking.
35
+
Added the `auto_chunk_members` kwarg to `GatewayBot` and `EventManagerImpl`, which when `False` will disable automatic member chunking. ([#1084](https://github.com/hikari-py/hikari/issues/1084))
36
+
- Allow passing multiple event types to the listen decorator.
37
+
Parse union type hints for events if listen decorator is empty. ([#1103](https://github.com/hikari-py/hikari/issues/1103))
0 commit comments