Skip to content

v1.1.0

Choose a tag to compare

@bb-amir bb-amir released this 20 May 14:00
· 177 commits to main since this release
71e6abd

What's Changed

Features

  • Multi-tenant support: All DB queries, reviews, and dashboard data are now scoped by installation_id, enabling safe multi-tenant deployments (#48)
  • Duplicate review prevention: DB partial unique index prevents duplicate reviews when running multiple replicas (#50)

Fixes

  • Advisory lock on migrations: Alembic migrations are now serialized with pg_advisory_lock to prevent race conditions on startup (#53)
  • Migration numbering: Renamed duplicate migration 006 to 007 (#52)
  • Security dependencies: Bumped idna, urllib3, python-multipart, and mako to address security advisories (#54)

Full Changelog

v1.0.0...v1.1.0