Hikari-atsume

Latest version: v0.5.1

Safety actively analyzes 624763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.1

[0.5.1](https://github.com/pmdevita/hikari-atsume/compare/0.5.0...0.5.1) (2023-11-29)


Bug Fixes

* Fix voice component module setting not loading correctly ([1e70893](https://github.com/pmdevita/hikari-atsume/commit/1e70893bbabd348503eedf7daec1d188f96149db))
* Remove Timer's CacheTracker as it may fail to start Timer ([e4fc95d](https://github.com/pmdevita/hikari-atsume/commit/e4fc95d8b00ccc3247a227184ed32d0b543bcdf7))

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](https://github.com/pmdevita/hikari-atsume/commit/3651d3817bbb18740a53df3b3b75f64ce30ba891))

0.5.0

[0.5.0](https://github.com/pmdevita/hikari-atsume/compare/v0.4.1...0.5.0) (2023-11-11)


Features

* Add setting to configure VoiceComponent ([b5eae37](https://github.com/pmdevita/hikari-atsume/commit/b5eae37e2377c72638c274c03bd86a271118eb04))
* Port Beatrice timer as extension ([a12e6c9](https://github.com/pmdevita/hikari-atsume/commit/a12e6c91071859a986556c331102fd052afc2925))


Code Refactoring

* Rename middleware to extensions ([6ad19be](https://github.com/pmdevita/hikari-atsume/commit/6ad19bedb49b6de17ae66ddd20dc1dca6fead6ff))


Continuous Integration

* Fix duplicate tagging of version ([8551092](https://github.com/pmdevita/hikari-atsume/commit/855109264ea6c559a04f35257f292caba5cfa95f))
* Remove Towncrier precommit hook ([1c9cf89](https://github.com/pmdevita/hikari-atsume/commit/1c9cf89aa0c0bf86f549452456c0fda5a1e8dbd3))


Documentation

* Add brief explanation of Timer ([b280626](https://github.com/pmdevita/hikari-atsume/commit/b28062627cdc6254124fd8a61dd7613154d0a4d8))
* Add debug mode and speedup docs ([3194d97](https://github.com/pmdevita/hikari-atsume/commit/3194d970f583c277c302601fd0aa9a3a4f150e61))
* Finish tutorial 3, add 4, Readme changes ([a04f899](https://github.com/pmdevita/hikari-atsume/commit/a04f899ce7780c534775b836ba5f66a1aa32b60b))


Build Systems

* Always install aiosqlite (required for migrations regardless of backend) ([6f671ec](https://github.com/pmdevita/hikari-atsume/commit/6f671ec3dc9b35cb4fb76fca635a82bcb50b539f))

0.4.1

[0.4.1](https://github.com/pmdevita/hikari-atsume/compare/v0.4.0...v0.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](https://github.com/pmdevita/hikari-atsume/commit/5c167642f1e5d9558388b5d9623869d2baa3bfde))
* Add debug mode ([d09ad18](https://github.com/pmdevita/hikari-atsume/commit/d09ad183508b481de7fc77ff5963b5a427ce9868))
* Autoformat database migrations if black is installed ([d58dac3](https://github.com/pmdevita/hikari-atsume/commit/d58dac3f63c249156a79bddb67b1415f60665b16))


Bug Fixes

* Fix the AtsumeEventListener typing ([0b28cbb](https://github.com/pmdevita/hikari-atsume/commit/0b28cbba975d31528af2fd96873d7d415a8264df))


Documentation

* Add debug mode ([5159866](https://github.com/pmdevita/hikari-atsume/commit/5159866623afdf53c61e91764ce2b047bf6b4a9d))
* Add speedup docs ([6931ed2](https://github.com/pmdevita/hikari-atsume/commit/6931ed2aee48c301971c011e51f641976fee972c))
* Small edits to existing tutorial, complete page 3 ([6ca74c1](https://github.com/pmdevita/hikari-atsume/commit/6ca74c1ba63d6693ca6b0c211acfd90305839fa5))


Build Systems

* Add speedup dependencies ([f3f1897](https://github.com/pmdevita/hikari-atsume/commit/f3f18975a3e10ce7c8b65dc89c8b35bc4558fc09))
* Change versioning to restrict incompatible Tanjun versions ([054c220](https://github.com/pmdevita/hikari-atsume/commit/054c220c97b57ccfafbbef4f70f911ec01b300b4))
* Remove Towncrier since we are using Angular commit messages instead ([fcf4883](https://github.com/pmdevita/hikari-atsume/commit/fcf488304126b20c4a516e51994d60e1b78d347d))

0.4.0

[0.4.0](https://github.com/pmdevita/hikari-atsume/compare/v0.3.2...v0.4.0) (2023-08-24)


Features

* Add support for mypy checking user settings in Atsume projects ([3aef067](https://github.com/pmdevita/hikari-atsume/commit/3aef067230be53458888693d4d13c9656d10d1fa))


Bug Fixes

* Fix circular import of Context in component decorators ([2fffe99](https://github.com/pmdevita/hikari-atsume/commit/2fffe995ff076fef0ffb66edfccae5c794b14d3c))


Documentation

* Add mypy instructions, add Readme links ([431b392](https://github.com/pmdevita/hikari-atsume/commit/431b392a0f74d3722a33381b6fb2f4e1bc21e541))

0.3.2

[0.3.2](https://github.com/pmdevita/hikari-atsume/compare/v0.3.1...v0.3.2) (2023-08-16)


Features

* Add as_interval decorator ([5](https://github.com/pmdevita/hikari-atsume/issues/5)) ([b9dfd07](https://github.com/pmdevita/hikari-atsume/commit/b9dfd07fe6cc2fa8fd70ab8cad2fac3ce056cae4))


Documentation

* Add basic contributing guidelines ([3ad948f](https://github.com/pmdevita/hikari-atsume/commit/3ad948fdf698c5a8b48feca76835f9a099e20d10))


Code Refactoring

* Typing changes to comply with library updates ([01e9b4c](https://github.com/pmdevita/hikari-atsume/commit/01e9b4cb5fd5bca3b01feb650fedd6d69f239436))


Continuous Integration

* Update dependencies ([a081f7d](https://github.com/pmdevita/hikari-atsume/commit/a081f7dcaf2d7ac6d62eddfe33e8e644d348f3f8))

0.3.1

[0.3.1](https://github.com/pmdevita/hikari-atsume/compare/v0.3.0...v0.3.1) (2023-08-10)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.