v2.83.3
Release Pull Request
What's Changed
- Add Control model and join table for associating regulatory frameworks with access policies by @thabofletcher in #7833
- Added composite (created_at, id) index to privacy_preferences to improve pagination performance on large tables by @erosselli in #7897
- Expanded database healthcheck to report per-pool health details and readonly async prewarming metrics. Top-level migration state (
databasemay beneeds migration) anddatabase_revisioncontinue to come from Alembic; optional pools are reported asskippedwhen not configured by @johnewart in #7856 - Scope
check_object_existsin post-upgrade background index creation to the current PostgreSQL schema, preventing false positives on shared-database staging environments by @erosselli in #7990 - Fixed Ticket setup tab appearing on non-Jira integrations by @jpople in #7987
- Bumped aiohttp to 3.13.4 to fix 10 CVEs including CVE-2026-34516, CVE-2026-22815, CVE-2026-34520 by @erosselli in #7891
Full Changelog: 2.83.2...2.83.3