Caution
This release essentially is a rewrite. The codebase has been thoroughly tested and monitored for stability. As of writing (11/11/2024), all changes are finalized and is deployed to production. If you run into any issues, feel free to submit a GitHub issues report.
- Entirely rewrote core components of the codebase (See below for further information)
- Upgraded discord.py to v2.4.0 (#184)
- New requirements.txt for dependencies (#173)
- Fixed pygit2 deprecations (#176)
- Fixed inaccurate member counts with Prometheus (#181)
- General codebase maintenance (#204, #223)
- Migrated to Lefthook and optimized pre-commit hooks (#218)
- Use JSON decoder provided by msgspec (#222)
- Use proper type checking imports (#216)
- Fix exception violations with pronouns tester (#212)
- Migrate from Bandit, Black, Autoflake and Isort to Ruff (#218, #223)
- Prevent unsanitized queries from creating Cloudflare errors (#226, #227, #228)
- Migrate workflows to Ubuntu 24.04 labels (#231)