CHANGELOG 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Unreleased
  2. - Add OrganizationSocialApp, configurable in django admin, that allows Organizations to be associated to SocialApps and automatically assign users who log in with the associated SocialApp to the Organization. Signals currently disabled.
  3. # v4.2.5
  4. - Fix for event query params not displaying on frontend
  5. - Adds initial custom stripe webhook integration (not yet used but visible in django admin)
  6. # v4.2.4
  7. - Initial custom stripe integration (not yet used but visible in django admin)
  8. - Consistency fixes around how api ids are handled
  9. - openapi spec fixes
  10. # v4.2.1
  11. - Critical fix for static file locations
  12. # v4.2.0 (Broken, do not run)
  13. - Support sentry sdk artifact bundles for source map support, including debug id mappings. Improves source map support for various sentry sdk integrations. Source maps no longer require a release. Users may need to reupload existing source maps.
  14. - GLITCHTIP_MAX_FILE_LIFE_DAYS now defaults to GLITCHTIP_MAX_EVENT_LIFE_DAYS (instead of 2 x event life).
  15. - Add organization and projects throttle. Can be set in Django admin.
  16. # v4.1.5
  17. - Upgrade to django-allauth 65.0.0
  18. - Upgrade Python to 3.13
  19. - Use connection pooling by default, unless max conn age is set
  20. # v4.1.4
  21. - Fix bug where release names with special chars did not allow release assemble to work
  22. # v4.1.3
  23. - Optimize alert sending logic to only consider recently ingested issues
  24. - Fixed https://gitlab.com/glitchtip/glitchtip-backend/-/issues/260
  25. # 4.1.2
  26. - Save performance transaction data in bulk, instead of one at a time
  27. - Fix migration that would fail in Postgres 13, which we still aim to support
  28. # 4.1.0
  29. - 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.
  30. - Migrate MFA to django-allauth
  31. - Upgrade to django 5.1
  32. - Add support for django postgres pooling via env vars DATABASE_POOL, DATABASE_POOL_MIN_SIZE, and DATABASE_POOL_MAX_SIZE