8.5.0
- Added option to upload a profile image as an alternative to Gravatar.
- Deprecated
sentry celerysubcommand in favor ofsentry run {worker|cron}. - Breadcrumb interface now rendered in event UI.
- Project notification settings page now indicates if current user is subscribed to active project.
- User is now automatically redirected to login page if their session expires inside React client application.
- Added new auth tokens to deprecate the usage of the older API keys.
Schema Changes
- Added
ProjectPlatformmodel. - Added index on
EventTagindex. - Added unique index on
UserReportmodel. - Added
UserAvatarmodel. - Added
EventTag.group_idcolumn. - Added
ApiTokenmodel. - Added
Authenticatormodel.
See 8.4.1...8.5.0 for full changes