Skip to content

Release 0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 21:22
· 13 commits to master since this release
4718152

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)