Releases: pmdevita/hikari-atsume
Release 0.5.1
0.5.1 (2023-11-29)
Bug Fixes
-
Fix voice component module setting not loading correctly (1e70893)
-
Remove Timer's CacheTracker as it may fail to start Timer (e4fc95d)
This was originally added to allow for the cache to fill up before running tasks from the Timer extension in case they needed them. However, the way the cache fills up is too finicky to reliably track and so this is being removed. Any tasks that did use the cache on a task that might run on start should opt instead to use hikari's
rest
API.
Documentation
- Add migrations page, small fixes, Readme notice (3651d38)
Release 0.5.0
0.5.0 (2023-11-11)
Features
Code Refactoring
- Rename middleware to extensions (6ad19be)
Continuous Integration
Documentation
- Add brief explanation of Timer (b280626)
- Add debug mode and speedup docs (3194d97)
- Finish tutorial 3, add 4, Readme changes (a04f899)
Build Systems
- Always install aiosqlite (required for migrations regardless of backend) (6f671ec)
Release 0.4.1
0.4.1 (2023-09-13)
Delayed this probably longer than I should have but here is 0.4.1!
This release changes how autoreload works, you now have to enable debug mode to activate it. You can find more info about
debug mode in the appendix in the docs.
It also includes some crucial fixes for mypy typing, so if your project was using --strict
things should pass correctly now.
Features
- Add automatic uvloop import, disable setting (5c16764)
- Add debug mode (d09ad18)
- Autoformat database migrations if black is installed (d58dac3)
Bug Fixes
- Fix the AtsumeEventListener typing (0b28cbb)
Documentation
- Add debug mode (5159866)
- Add speedup docs (6931ed2)
- Small edits to existing tutorial, complete page 3 (6ca74c1)