Skip to content

v2.83.3

Choose a tag to compare

@erosselli erosselli released this 22 Apr 14:02

Release Pull Request

#7994

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 (database may be needs migration) and database_revision continue to come from Alembic; optional pools are reported as skipped when not configured by @johnewart in #7856
  • Scope check_object_exists in 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