Skip to content

Commit 7954898

Browse files
Prepare for release of version 2.0.0.dev104 [skip-ci] (#913)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent 254c29a commit 7954898

22 files changed

+46
-24
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,52 @@ 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.dev104 (2021-11-22)
10+
================================
11+
12+
Breaking Changes
13+
----------------
14+
15+
- Remove the redundant `ChannelCreateEvent`, `ChannelUpdateEvent` and `ChannelDeleteEvent` base classes.
16+
`GuildChannelCreateEvent`, `GuildChannelUpdateEvent` and `GuildChannelDeleteEvent` should now be used. ([#862](https://github.com/hikari-py/hikari/issues/862))
17+
- Split bulk message delete from normal delete
18+
- The new event is now `hikari.events.message_events.GuildBulkMessageDeleteEvent` ([#897](https://github.com/hikari-py/hikari/issues/897))
19+
20+
21+
Deprecation
22+
-----------
23+
24+
- `edit_my_nick` rest method. ([#827](https://github.com/hikari-py/hikari/issues/827))
25+
- EventStream is now a sync context menu not async. ([#864](https://github.com/hikari-py/hikari/issues/864))
26+
27+
28+
Features
29+
--------
30+
31+
- User banners and accent colors to user models. ([#811](https://github.com/hikari-py/hikari/issues/811))
32+
- Add attachment "is_ephemeral" field ([#824](https://github.com/hikari-py/hikari/issues/824))
33+
- Guild member avatars ([#825](https://github.com/hikari-py/hikari/issues/825))
34+
- RESTClient `edit_my_member` method which currently only takes "nick". ([#827](https://github.com/hikari-py/hikari/issues/827))
35+
- Add role icons ([#838](https://github.com/hikari-py/hikari/issues/838))
36+
- RESTClient.entity_factory property ([#848](https://github.com/hikari-py/hikari/issues/848))
37+
- Added component support to InteractionMessageBuilder. ([#851](https://github.com/hikari-py/hikari/issues/851))
38+
- `EventStream.filter` now always returns `EventStream`. ([#864](https://github.com/hikari-py/hikari/issues/864))
39+
- Allow for passing a URL for avatar_url on execute_webhook. ([#889](https://github.com/hikari-py/hikari/issues/889))
40+
- Add `old_message` attribute to `hikari.events.message_events.MessageDelete` ([#897](https://github.com/hikari-py/hikari/issues/897))
41+
- Switch to more relaxed requirements. ([#906](https://github.com/hikari-py/hikari/issues/906))
42+
43+
44+
Bugfixes
45+
--------
46+
47+
- Don't raise in bulk delete when message not found by delete single message endpoint ([#828](https://github.com/hikari-py/hikari/issues/828))
48+
- Setup basic handler if no handlers are defined in favour passed to `logging.config.dictConfig` ([#832](https://github.com/hikari-py/hikari/issues/832))
49+
- InteractionMessageBuilder and RESTClientImpl.create_interaction_response now cast content to str to be consistent with the other message create methods. ([#834](https://github.com/hikari-py/hikari/issues/834))
50+
- create_sticker method failing due to using an incorrect body. ([#858](https://github.com/hikari-py/hikari/issues/858))
51+
- Fix logic for asserting listeners to not error when using defaults for other arguments ([#911](https://github.com/hikari-py/hikari/issues/911))
52+
- Fix error message given by action row when a conflicted type is added. ([#912](https://github.com/hikari-py/hikari/issues/912))
53+
54+
955
Hikari 2.0.0.dev103 (2021-10-06)
1056
================================
1157

changes/811.feature.md

-1
This file was deleted.

changes/824.feature.md

-2
This file was deleted.

changes/825.feature.md

-1
This file was deleted.

changes/827.deprecation.md

-1
This file was deleted.

changes/827.feature.md

-1
This file was deleted.

changes/828.bugfix.md

-1
This file was deleted.

changes/832.bugfix.md

-1
This file was deleted.

changes/834.bugfix.md

-1
This file was deleted.

changes/838.feature.md

-1
This file was deleted.

changes/848.feature.md

-1
This file was deleted.

changes/851.feature.md

-1
This file was deleted.

changes/858.bugfix.md

-1
This file was deleted.

changes/862.breaking.md

-2
This file was deleted.

changes/864.deprecation.md

-1
This file was deleted.

changes/864.feature.md

-1
This file was deleted.

changes/889.feature.md

-1
This file was deleted.

changes/897.breaking.md

-2
This file was deleted.

changes/897.feature.md

-1
This file was deleted.

changes/906.feature.md

-1
This file was deleted.

changes/911.bugfix.md

-1
This file was deleted.

changes/912.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)