- Remove djstripe and stripe module, which use excessive ram. Replaced by our own stripe sync implementation.
- You may now set env var
GLITCHTIP_INSTANCE_NAME
to set a name that appears at login/register to help identify your server
- Celery 5.5
- Django Ninja 1.4
- Fix bug in StatsV2Schema
- Fix several sentry api incompatibility issues.
- Add more content to issue search index
- 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.