CHANGELOG 1007 B

123456789101112131415161718192021222324252627282930
  1. # Unreleased
  2. - Add organization and projects throttle. Can be set in Django admin.
  3. # v4.1.5
  4. - Upgrade to django-allauth 65.0.0
  5. - Upgrade Python to 3.13
  6. - Use connection pooling by default, unless max conn age is set
  7. # v4.1.4
  8. - Fix bug where release names with special chars did not allow release assemble to work
  9. # v4.1.3
  10. - Optimize alert sending logic to only consider recently ingested issues
  11. - Fixed https://gitlab.com/glitchtip/glitchtip-backend/-/issues/260
  12. # 4.1.2
  13. - Save performance transaction data in bulk, instead of one at a time
  14. - Fix migration that would fail in Postgres 13, which we still aim to support
  15. # 4.1.0
  16. - Remove event migration tool from 3.x. To migrate event data from 3.x to 4.1, first upgrade to 4.0.12. If event data doesn't need migrated, it's safe to upgrade from 3.x to any 4.x version.
  17. - Migrate MFA to django-allauth
  18. - Upgrade to django 5.1
  19. - Add support for django postgres pooling via env vars DATABASE_POOL, DATABASE_POOL_MIN_SIZE, and DATABASE_POOL_MAX_SIZE