From 148b57907e3ffdea1a1a53d217f8d6bdf5d4d72e Mon Sep 17 00:00:00 2001 From: "hikari-bot[bot]" <90276125+hikari-bot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 23:58:28 +0000 Subject: [PATCH] Prepare for release of 2.0.0.dev113 (#1387) Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com> --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++ changes/1002.deprecation.md | 1 - changes/1002.feature.md | 2 -- changes/1118.documentation.md | 1 - changes/1347.breaking.md | 7 ------ changes/1355.feature.md | 1 - changes/1367.bugfix.md | 1 - changes/1368.feature.md | 1 - changes/1369.bugfix.md | 1 - changes/1369.feature.md | 1 - changes/1382.feature.md | 1 - changes/1384.feature.md | 1 - changes/1386.bugfix.md | 3 --- hikari/_about.py | 2 +- 14 files changed, 42 insertions(+), 22 deletions(-) delete mode 100644 changes/1002.deprecation.md delete mode 100644 changes/1002.feature.md delete mode 100644 changes/1118.documentation.md delete mode 100644 changes/1347.breaking.md delete mode 100644 changes/1355.feature.md delete mode 100644 changes/1367.bugfix.md delete mode 100644 changes/1368.feature.md delete mode 100644 changes/1369.bugfix.md delete mode 100644 changes/1369.feature.md delete mode 100644 changes/1382.feature.md delete mode 100644 changes/1384.feature.md delete mode 100644 changes/1386.bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 935d6f0bd5..088703d911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## 2.0.0.dev113 (2022-12-04) + +### Breaking Changes + +- Remove previously deprecated functionality. + + This includes: + - `Message.mentions` + - `nick` argument in rest methods + - `edit_permission_overwrites`, `edit_my_nick` and `command_builder` rest methods + - `CacheView.iterator` ([#1347](https://github.com/hikari-py/hikari/issues/1347)) + +### Deprecation + +- Deprecate `RESTClientImpl.build_action_row` in favour of `RESTClientImpl.build_message_action_row`. ([#1002](https://github.com/hikari-py/hikari/issues/1002)) + +### Features + +- Implement modal interactions. + - Additionally, it is now guaranteed (typing-wise) that top level components will be an action row ([#1002](https://github.com/hikari-py/hikari/issues/1002)) +- Add new `UserFlag.ACTIVE_DEVELOPER`. ([#1355](https://github.com/hikari-py/hikari/issues/1355)) +- Allow specifying a filename to `hikari.files.URL`. ([#1368](https://github.com/hikari-py/hikari/issues/1368)) +- Only subscribe to voice events when needed in the voice manager. ([#1369](https://github.com/hikari-py/hikari/issues/1369)) +- Add functionality to create and deserialize age-restricted (NSFW) commands. ([#1382](https://github.com/hikari-py/hikari/issues/1382)) +- Threads cache. ([#1384](https://github.com/hikari-py/hikari/issues/1384)) + +### Bugfixes + +- Allow re-uploading attachments when creating messages ([#1367](https://github.com/hikari-py/hikari/issues/1367)) +- Fix error caused when disconnecting the bot and having active voice connections. ([#1369](https://github.com/hikari-py/hikari/issues/1369)) +- Remove incorrect `is_nsfw` field from threads. + - The "NSFW" status is inherited from the parent object and not sent for threads. + - This also involved moving the base attribute from `GuildChannel` to `PermissibleGuildChannel`. ([#1386](https://github.com/hikari-py/hikari/issues/1386)) + +### Documentation Improvements + +- Documentation overhaul and move to docs.hikari-py.dev domain. ([#1118](https://github.com/hikari-py/hikari/issues/1118)) + +--- + + ## 2.0.0.dev112 (2022-11-06) ### Breaking Changes diff --git a/changes/1002.deprecation.md b/changes/1002.deprecation.md deleted file mode 100644 index 240d7a839a..0000000000 --- a/changes/1002.deprecation.md +++ /dev/null @@ -1 +0,0 @@ -Deprecate `RESTClientImpl.build_action_row` in favour of `RESTClientImpl.build_message_action_row`. diff --git a/changes/1002.feature.md b/changes/1002.feature.md deleted file mode 100644 index 888c73d716..0000000000 --- a/changes/1002.feature.md +++ /dev/null @@ -1,2 +0,0 @@ -Implement modal interactions. -- Additionally, it is now guaranteed (typing-wise) that top level components will be an action row diff --git a/changes/1118.documentation.md b/changes/1118.documentation.md deleted file mode 100644 index c335d5d680..0000000000 --- a/changes/1118.documentation.md +++ /dev/null @@ -1 +0,0 @@ -Documentation overhaul and move to docs.hikari-py.dev domain. diff --git a/changes/1347.breaking.md b/changes/1347.breaking.md deleted file mode 100644 index 2847ee0ce3..0000000000 --- a/changes/1347.breaking.md +++ /dev/null @@ -1,7 +0,0 @@ -Remove previously deprecated functionality. - -This includes: -- `Message.mentions` -- `nick` argument in rest methods -- `edit_permission_overwrites`, `edit_my_nick` and `command_builder` rest methods -- `CacheView.iterator` diff --git a/changes/1355.feature.md b/changes/1355.feature.md deleted file mode 100644 index bd19256e17..0000000000 --- a/changes/1355.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add new `UserFlag.ACTIVE_DEVELOPER`. diff --git a/changes/1367.bugfix.md b/changes/1367.bugfix.md deleted file mode 100644 index 1528e6dba5..0000000000 --- a/changes/1367.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Allow re-uploading attachments when creating messages diff --git a/changes/1368.feature.md b/changes/1368.feature.md deleted file mode 100644 index 9fce494a9f..0000000000 --- a/changes/1368.feature.md +++ /dev/null @@ -1 +0,0 @@ -Allow specifying a filename to `hikari.files.URL`. diff --git a/changes/1369.bugfix.md b/changes/1369.bugfix.md deleted file mode 100644 index df835a055e..0000000000 --- a/changes/1369.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix error caused when disconnecting the bot and having active voice connections. diff --git a/changes/1369.feature.md b/changes/1369.feature.md deleted file mode 100644 index 17cbbf60f2..0000000000 --- a/changes/1369.feature.md +++ /dev/null @@ -1 +0,0 @@ -Only subscribe to voice events when needed in the voice manager. diff --git a/changes/1382.feature.md b/changes/1382.feature.md deleted file mode 100644 index 69da920049..0000000000 --- a/changes/1382.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add functionality to create and deserialize age-restricted (NSFW) commands. diff --git a/changes/1384.feature.md b/changes/1384.feature.md deleted file mode 100644 index 95259a9e71..0000000000 --- a/changes/1384.feature.md +++ /dev/null @@ -1 +0,0 @@ -Threads cache. diff --git a/changes/1386.bugfix.md b/changes/1386.bugfix.md deleted file mode 100644 index 7f5f02a2fc..0000000000 --- a/changes/1386.bugfix.md +++ /dev/null @@ -1,3 +0,0 @@ -Remove incorrect `is_nsfw` field from threads. -- The "NSFW" status is inherited from the parent object and not sent for threads. -- This also involved moving the base attribute from `GuildChannel` to `PermissibleGuildChannel`. diff --git a/hikari/_about.py b/hikari/_about.py index bcce3487bd..a955e4973e 100644 --- a/hikari/_about.py +++ b/hikari/_about.py @@ -34,7 +34,7 @@ __copyright__: typing.Final[str] = "2021-present, davfsa" __coverage__: typing.Final[str] = "https://codeclimate.com/github/hikari-py/hikari" __discord_invite__: typing.Final[str] = "https://discord.gg/Jx4cNGG" -__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/master" +__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/2.0.0.dev113" __email__: typing.Final[str] = "davfsa@gmail.com" __issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues" __license__: typing.Final[str] = "MIT"