v1.67.1
Fixed
- IP-based geolocation no longer returns garbage results or logs parser warnings under concurrent requests: each worker thread now gets its own IP2Location database handle instead of sharing one non-thread-safe file cursor.
- Admins are no longer pinged on Discord when a guest account is created — the new-user notification now fires only for real user signups.
What's Changed
- fix(accounts): skip admin Discord notification for guest signups by @florimond-collette in #636
- fix: make IP2Location handle thread-safe under gthread workers (#637) by @biagiodistefano in #638
- chore(deps): suppress CVE-2026-49452 (weasyprint), drop stale aiohttp suppressions by @biagiodistefano in #640
- ci: add no-op twin for path-filtered dependency checks by @biagiodistefano in #641
- chore(release): v1.67.1 by @biagiodistefano in #642
Full Changelog: v1.67.0...v1.67.1