Skip to content

Commit 3bdf1e4

Browse files
Prepare for release of version 2.0.0.dev102 (#790)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent 9d0ea5f commit 3bdf1e4

21 files changed

Lines changed: 53 additions & 30 deletions

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,57 @@ This file is updated every release with the use of `towncrier` from the fragment
66

77
.. towncrier release notes start
88

9+
Hikari 2.0.0.dev102 (2021-09-19)
10+
================================
11+
12+
Deprecations and Removals
13+
-------------------------
14+
15+
- `MessageType.APPLICATION_COMMAND` renamed to `MessageType.CHAT_INPUT` ([#775](https://github.com/hikari-py/hikari/issues/775))
16+
- Removal of deprecated `hikari.impl.bot.BotApp` and `hikari.traits.BotAware`
17+
- Use `hikari.impl.bot.GatewayBot` and `hikari.traits.GatewayBotAware` respectively instead ([#778](https://github.com/hikari-py/hikari/issues/778))
18+
19+
20+
Features
21+
--------
22+
23+
- Message components support ([#684](https://github.com/hikari-py/hikari/issues/684))
24+
- Web dashboard example with `rillrate` ([#752](https://github.com/hikari-py/hikari/issues/752))
25+
- Sticker methods to PartialGuild ([#754](https://github.com/hikari-py/hikari/issues/754))
26+
- Sticker audit log event types ([#756](https://github.com/hikari-py/hikari/issues/756))
27+
- Helpful Application object methods ([#757](https://github.com/hikari-py/hikari/issues/757))
28+
- Missing audit log change keys ([#759](https://github.com/hikari-py/hikari/issues/759))
29+
- Retry request on 500, 502, 503 and 504 errors
30+
- Default retry count is 3, with a hard top of 5. This can be changed with the `max_retries` argument ([#763](https://github.com/hikari-py/hikari/issues/763))
31+
- New `is_for_emoji` methods to relevant reaction events ([#770](https://github.com/hikari-py/hikari/issues/770))
32+
- Add `USE_EXTERNAL_STICKERS` permission ([#774](https://github.com/hikari-py/hikari/issues/774))
33+
- Add `MessageType.CONTEXT_MENU_COMMAND` message type ([#775](https://github.com/hikari-py/hikari/issues/775))
34+
- Add `ApplicationCommand.version` ([#776](https://github.com/hikari-py/hikari/issues/776))
35+
36+
37+
Bugfixes
38+
--------
39+
40+
- Handling of interaction models passed to the webhook message endpoints as the "webhook" field ([#759](https://github.com/hikari-py/hikari/issues/759))
41+
- Fix passing `embeds` arguments in `create_interaction_response` and `edit_initial_response` endpoints
42+
- Fix deserialization of embeds in `create_interaction_response`
43+
- Fix `TypeErrors` raised in `edit_initial_response` when passing a list of embeds ([#779](https://github.com/hikari-py/hikari/issues/779))
44+
- Improve typing for message objects and message update methods
45+
- Fix the use of `typing.Optional` where `undefined.UndefinedOr` should have been used
46+
- Remove trying to acquire guild_id from the cached channel on PartialMessage
47+
- Instead, clearly document the issue Discord imposes by not sending the guild_id
48+
- `is_webhook` will now return `undefined.UNDEFINED` if the information is not available
49+
- Fix logic in `is_human` to account for the changes in the typing
50+
- Set `PartialMessage.member` to `undefined.UNDEFINED` when Discord edit the message to display an embed/attachment ([#783](https://github.com/hikari-py/hikari/issues/783))
51+
- `CommandOption.value` will now be cast to a `Snowflake` for types 6-9 ([#785](https://github.com/hikari-py/hikari/issues/785))
52+
53+
54+
Improved Documentation
55+
----------------------
56+
57+
- Fix typo in Colorish docstring ([#755](https://github.com/hikari-py/hikari/issues/755))
58+
- Remove duplicate raise type in REST and guilds docstrings ([#768](https://github.com/hikari-py/hikari/issues/768))
59+
- Fix various spelling mistakes ([#773](https://github.com/hikari-py/hikari/issues/773))
60+
61+
962
*This file was added during the development of version 2.0.0.dev102, so nothing before that is documented.*

changes/684.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/752.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/754.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/755.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/756.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/757.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/759.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/759.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/763.feature.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)