Skip to content

Commit

Permalink
Prepare for release of 2.0.0.dev125 (#1900)
Browse files Browse the repository at this point in the history
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
  • Loading branch information
hikari-bot[bot] authored Apr 28, 2024
1 parent 2a69b60 commit 8ff87e5
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.0.0.dev125 (2024-04-28)

### Features

- Add monetization support. ([#1803](https://github.com/hikari-py/hikari/issues/1803))
- - Add `message_link` property to `MessageReference`
- Add `channel_link` property to `MessageReference` ([#1877](https://github.com/hikari-py/hikari/issues/1877))
- Add missing `video_quality_mode` field to `GuildStageChannel` ([#1891](https://github.com/hikari-py/hikari/issues/1891))
- Optimize gateway transport
- Merge cold path for zlib compression into main path to avoid additional call
- Handle data in `bytes`, rather than in `str` to make good use of speedups (similar to `RESTClient`) ([#1898](https://github.com/hikari-py/hikari/issues/1898))

### Bugfixes

- Fix warning raised in aiohttp 3.9.4 when using `FormData` (most commonly, when uploading attachments) ([#1881](https://github.com/hikari-py/hikari/issues/1881))
- Properly handle websocket transport errors and recover
- Additionally, errors will now include additional information ([#1897](https://github.com/hikari-py/hikari/issues/1897))

---
## 2.0.0.dev124 (2024-04-07)

### Features
Expand Down
1 change: 0 additions & 1 deletion changes/1803.feature.md

This file was deleted.

2 changes: 0 additions & 2 deletions changes/1877.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1881.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changes/1891.feature.md

This file was deleted.

2 changes: 0 additions & 2 deletions changes/1897.bugfix.md

This file was deleted.

3 changes: 0 additions & 3 deletions changes/1898.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion hikari/_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.dev125"
__email__: typing.Final[str] = "[email protected]"
__issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues"
__license__: typing.Final[str] = "MIT"
Expand Down

0 comments on commit 8ff87e5

Please sign in to comment.