Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 2.87 KB

changelog.md

File metadata and controls

47 lines (39 loc) · 2.87 KB

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.

✨ TD;LR

  • Entirely rewrote core components of the codebase (See below for further information)

🛠️ Changes

  • 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)

✨ Additions

  • Rewrote:
  • Include Taskfile (#208)
  • Python 3.13 support (#220)
  • PostgreSQL 17 support (#230)

➖ Removals