Skip to content

Commit 8cf258f

Browse files
Prepare for release of 2.3.3 (#2372)
Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent 4d919b8 commit 8cf258f

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.3.3 (2025-05-18)
2+
3+
### Features
4+
5+
- Add `startup_window_delay` argument to `.run` and `.start` to customize the time in between startup windows for shards ([#2369](https://github.com/hikari-py/hikari/issues/2369))
6+
7+
### Optimizations
8+
9+
- Greatly optimize event managers memory management by avoiding unnecessary tasks creations and reducing lifetime of objects ([#2368](https://github.com/hikari-py/hikari/issues/2368))
10+
11+
### Bugfixes
12+
13+
- Fix error when attempting to stringify http request with a non-ascii character ([#2365](https://github.com/hikari-py/hikari/issues/2365))
14+
15+
---
116
## 2.3.2 (2025-05-09)
217

318
### Deprecation

changes/2365.bugfix.md

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

changes/2368.optimization.md

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

changes/2369.feature.md

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

hikari/_about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
__copyright__: typing.Final[str] = "2021-present, davfsa"
3434
__coverage__: typing.Final[str] = "https://app.codecov.io/github/hikari-py/hikari"
3535
__discord_invite__: typing.Final[str] = "https://discord.gg/Jx4cNGG"
36-
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/master"
36+
__docs__: typing.Final[str] = "https://docs.hikari-py.dev/en/2.3.3"
3737
__email__: typing.Final[str] = "[email protected]"
3838
__issue_tracker__: typing.Final[str] = "https://github.com/hikari-py/hikari/issues"
3939
__license__: typing.Final[str] = "MIT"
4040
__url__: typing.Final[str] = "https://github.com/hikari-py/hikari"
41-
__version__: typing.Final[str] = "2.3.3.dev0"
41+
__version__: typing.Final[str] = "2.3.3"
4242
__git_sha1__: typing.Final[str] = "HEAD"

0 commit comments

Comments
 (0)